but it won;t work with rm or ram (real audio/ media) files…whats the problem?
and then I noticed the looping function wouldn’t work either (tried with mp3) I guess it needs to be linked?!
you can embed those real audio files into HTML and then use getURL to link to those HTML pages so when the page load, the songs will play.
Some people create really small iframes for those HTML pages on their site so viewers can’t see them, but the page will load in the iframe and the song will play.
You can convert those real audio files to mp3 format and load them in dynamically.
I liked the first idea, although you have to tell me what an ifram is…I guess a little html part within a flash site?!
nr. 2 is a little difficult since I’m dealing with mix tapes which are about an hour long, so 11MB into MP3 is about 60 to 70 MB…but good to know…maybe MX 2004 supports rm files…
*Originally posted by electrongeek *
**Some people create really small iframes for those HTML pages on their site so viewers can’t see them, but the page will load in the iframe and the song will play.
**
you don’t necessarily need iframes for this, the same effect can be created with normal frames, e.g. a frame that is only 1 px wide/high
hmmm, I thought of that, BUT,
okay so the thing starts to play when loaded. The if I want to load another mc into a nother level, with some music, they overlap, cause the “iframe” or normal frame is still there, I have to call a new html page…
I guess it could work, but it doesn’t sound like a nice solution.