in flash MX you can load the MP3 at run time. an example would be something like this:
S = new Sound();
S.loadSound("whatever.mp3", false);
There you go! that will load the mp3 whatever and the false tells it that it is not streaming. if it was streaming the mp3 would start playing...
I needed to do the same thing. With alot more songs. Just get flash MX its great. you dont need to make the mp3 into an swf. you can load the mp3 as a sound object! It works great!
Shenn
hold up wangbar how can you do that? with an href link! i made a question like last week asking if you could use an href link to control your movie and like no one responded! what kind of functions please let me know. and also i went to one of your sites and i just would like to know how you do...
if you have the text box on a button (which i assume is how you want it) you can make it so on the buttons release if the button.text1 is equal to a certain variable or string then it will goto and play whatever frame you want. Its pretty simple but if you dont understand what i mean Ill make...
well one way you could do it is make the text box use HTML code its one of the properties of it. and then use html to change the color. like instead of:
variable = "hello"
make it:
variable = "<font color="#0066CC">hello</font>"
Shenn
Well as far as the first question what is i before you click the button? and with the flash mx thing. i just upgraded recently. I love flash mx because its really helping me do some things i always wanted to do with flash 5 but it wasnt capable of. I can finally load mp3s Dynamically and it...
Alright...When you are looking the timeline and you see the names of the layers. you will see the name of the layer and on that ittle bar their aare little option things just click on the little square and when you click on it it should fill in showing you you are no longer in outline view! i...
im looking at your HTML code right now and this is what I see:
(This is your HTML Background Color)
<body bgcolor="#008A8A" link="#FFFFFF" vlink="#FFFFFF"
(This is your Flash Background color)
<PARAM NAME=bgcolor VALUE=#008080>
<EMBED src="teaser.swf"...
im looking at your HTML code right now and this is what I see:
(This is your HTML Background Color)
<body bgcolor="#008A8A" link="#FFFFFF" vlink="#FFFFFF"
(This is your Flash Background color)
<PARAM NAME=bgcolor VALUE=#008080>
<EMBED src="teaser.swf"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.