Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

attachSound doesn't work on line

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a site and i noticed that all the sounds that are attached don't work on line. Just the sound inside a mc or in the stage.
I paste a part of the code of an attachSound... what i'm wronging?

function CheckEnd(a) {
if ( count == 16 ) {
snd = new Sound();
snd.attachSound("end");
Thanks to anyone would love to answer me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top