A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: music player actionscript doesn't work with loadmovie !!!

  1. #1
    Senior Member
    Join Date
    Mar 2002
    Posts
    185

    music player actionscript doesn't work with loadmovie !!!

    Hi,
    I made a music player a nd it works fine as a swf but when I load this movie into another swf, it doesn't work.
    Here is the as that I add to play button;

    on (release) {
    mysound = new Sound();
    mysound.attachSound("music1");
    mysound.start(0,1000);
    }

    I guess something changes when I load it but I have no idea what?

    Do you have an idea?

    Thanks in advance.

  2. #2

  3. #3
    Senior Member
    Join Date
    Mar 2002
    Posts
    185
    Thanks for your help, it works fine

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center