I am doing my website and I want to add some flash,the homepage is now ok (almost) but for the others pages I still have a lot of work.I will have a lot of questions,but first I want to know how to add a sound,I am a beginner and to try,I just did a ball in one frame and I just wanted to add sound to it.I took one sound from www.flashkit.com and I add this sound into the library,then I did linkage to give a name to this song (data) and then I went to the actions...and wrote:
{
var is playing=false;
var mySound:Sound=new sound ();
mySound.attachSound ("data");
mySound.start ();
}
And it's not working,it's never working...for sure there are a lot of mistakes,but if you are professional in the subject,please help me,I am lost in this codes...
Thanks
Here is the attachment of the problem,I did like in the tutorial and with or without putting "mp3" in the name song,it's not working.
Please someone help if you know,if not,I have another question,I need to do a strip with pictures.This pic would be moving like a small movie from left to right and when you click on this small picture,I want the big one to appear.
Do you know how to do that?
Thanks
Bookmarks