actionscript 2 - Flash Script not loading swf file into stage -


i wrote script in actionscript2.0 launch external swf file, it's giving me error -

  var url:string = "play_button.swf";    previous_btn.onrelease = function():void {        loadmovienum (url, 0);  } 

on running script, error message saying - "error opening url 'file:///c|/users/chinyere/desktop/learning%20center/tuts/play_button.swf"

what issue? thanks.

no error there in script, make sure "play_button.swf" sitting in "tuts" folder in given path.

good luck.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -