mpeg layer 3 audio = mp3. If you can't open it in your usual mp3-playing app, I'd suspect that there's something wrong with the specific file.
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Sophia, that ought to be just a garden-variety mp3. If if won't open in iTunes or QT you may have a corrupt file.
Thanks! It was driving me crazy!
sean blame Angie for the astrology question!! Also, for your ringtone question, try AudioHijack.
omnis, I checked out AudioHijack, and I'm not entirely certain that would be a better tool for snatching the audio snippet I have in mind than any of the software I currently own. What can AudioHijack do for me that my existing software can't?
Anyone here use VBA to control Excel?
What's the VBA code to turn the type in a cell sideways? To do a "merge and center"?
If the XML is coming from a web server, XMLHttpRequest is the usual way. If it's coming from disk, there's no standard way.
Even so, it's probably a good idea to use the standard bits when they work, in case you ever do want to run it on another browser.
For cross-browser compatibility, I highly recommend the Prototype JavaScript library.
not sure what you have Sean,but AudioHijack is really handy in that you can play WHATEVER (dvd, quicktime movie, internet site, game, anything as far as I can tell) and, in essence, record it. Kinda like taking a line from the headphone jack and patching it back in to the input jack, with no wankiness. It's a great quick n dirty tool to snag a sound, especially short ones for ring tones. Pro Tools or GarageBand can't quite do that. Download it. It's free to use if the "hijack" sessions are less than 10 minutes. I finally broke down and purchased a copy, because I was using it for a show to snag the audio from YouTube news feeds.
What's the VBA code to turn the type in a cell sideways? To do a "merge and center"?
I'm not sure, but the best way I've found to figure out the VBA for stuff like that is to record a macro that does what you want and then look at the code generated.
Thanks, Jon - it didn't occur to me to try that. (Did I mention that all my VBA programming for Excel and Word has been done in Access?)