PDA

View Full Version : audioplayer problem



artcore
February 6th, 2007, 09:50 PM
my client ask me to do a flash header for their website. he ask me to insert their flash audio player on the header that i am doing.

i've been able to load the file by using loadMovie.

my problem is that the mp3 player is not playing its playlist once it is loaded in my flash header.

im not an action script wizard, so im asking if anyone can help me with my concern.

thanks!!!:beer:

ag0609
February 6th, 2007, 10:02 PM
Suggest:(<---I am not sure it will shoot you problem
It seems to be the audio player got script with using _root,
so that those script cannot run when the player being loaded.
So, after loading the audio player,
Try to use
audioplayer._lockroot = true; to redirect the audio player root....