Hi!
I have a few buttons in the main movie. One of them loads a music player and an external file into the stage. Music player been loaded by javascripts.
It works, but especially after using other buttons which do other jobs, it happens that the javascript code doesn’t work.
Should it be some optimization in addition to the code: ?
[AS]
getURL(“javascript: myFunction(parameter)”);
[/AS]
mx-guest2004