I used the follow code to autostart my flashtrak player:

tellTarget ("../load") {
gotoAndPlay ("play");
}
tellTarget ("../") {
gotoAndPlay ("eqstart");
}
../:status = "play";
gotoAndStop ("on");

I was browsing throughout the forums not too long ago and came by that and tried it out. There's only 1 catch to it. When it autostarts, the stop button is visible, but doesn't stop the player. It just basically stops the music and replays it. Any suggestions or any help fixing/adding code to get me on my way? Thanks in advance.

-Tim