agelessvoid
Technical User
Hi, I'm not the best at flash and this has me just dumbfounded. I have a audio player for my site and when it loads it gets the xml data and shows the track title. When I click the play button, I see the position head move to the beginning of the audio but doesn't well...play. If I click on the position slider the audio plays.
If I pause, I can't unpause by hitting play and have to again press on the position slider.
Obviously my play button has to be messed up. Here is the action script for it, I don't know if the problem lies in there but I hope someone can help me out.
Frame1:
firstLoad = true;
nodeNum = 0;
if(play != true){
time = "00:00:00";
}
stop();
If I pause, I can't unpause by hitting play and have to again press on the position slider.
Obviously my play button has to be messed up. Here is the action script for it, I don't know if the problem lies in there but I hope someone can help me out.
Frame1:
firstLoad = true;
nodeNum = 0;
if(play != true){
time = "00:00:00";
}
stop();