Hi there!
Kinda new to flash and I’m trying to load a .swf when a button is clicked on. This is my actionscript:
on (press) {
loadMovie (exper.swf);
}
It is in the same folder and I even loaded it into my library to try that.
I get this error when I test my movie, but I’m not sure what it means…
Error Scene=Scene 1, layer=navi, frame=1:Line 2: Wrong number of parameters; loadMovie requires between 2 and 3.
loadMovie (exper.swf);
Total ActionScript Errors: 1 Reported Errors: 1
Any help would be appreciated
- Steph