A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: mp3

  1. #1
    <<MXian>> memon2k's Avatar
    Join Date
    Nov 2001
    Location
    C:\Program Files\Macromedia\Flash MX
    Posts
    148

    mp3

    hey..
    i dunt wanna make an MP3 player.. i already got a free one from the internet....
    i put that player in a SWF and called this SWF in my main movie 1st scene.
    this works fine....
    now when i goto another scene and return to the 1st scene in my main movie... the music is still on but the movie clip that i loaded is missing or is unloaded... therefore when i call it again... the same music is running twice..

    how to solve this

    thanks
    [aLi]-Ur fUtUrE dEPeNdS uPoN uR dReaMs.. So GoTo SlEeP~!

  2. #2
    Cheap Bear Imitation eRkLaErBaEr's Avatar
    Join Date
    Mar 2003
    Location
    Forests
    Posts
    308
    how do you call/load that mp3 player swf?
    Pink signature?


  3. #3
    <<MXian>> memon2k's Avatar
    Join Date
    Nov 2001
    Location
    C:\Program Files\Macromedia\Flash MX
    Posts
    148
    the button on the 1st scene has this code, _root.mp3 is the blank MC


    Code:
    on (release) {
        _root.mp3._x = 245.4;
        _root.mp3._y = 406;
        loadMovie("mp3.swf", "mp3");
    }
    [aLi]-Ur fUtUrE dEPeNdS uPoN uR dReaMs.. So GoTo SlEeP~!

  4. #4
    Cheap Bear Imitation eRkLaErBaEr's Avatar
    Join Date
    Mar 2003
    Location
    Forests
    Posts
    308
    i played around a bit and figured out that switching the scenes resets all the changes made (like loading a .swf over a button). guess, you have to work around this, maybe forget about working with scenes.
    or hope for some more clever guys here.
    Pink signature?


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