|
|||
|
hi again
![]() how can i resolve this? on flashplayer my swf runs right, all buttons( on(press) nextsceneandplay(); ) but when i compile it on swfkit the buttons only close the window...it doesnt go to the enxt scene. it tried to sperate it on differents swf, and assign to the buttons the next actionscript on(press){ fscommand("ffish_run","next"); } and in the swfkit i build a script named next and wrote this: var next = getAdditionalFile("cap2_2.swf"); Shell.open(next); i have i have a main movie and a folder resource that contains others movies.the script next is to be used by a movie inside the folder to call another movie inside the same folder. what am i doing wrong? thanks once again |
|
|||
still not workingmy layout is: movie: main.swf attachements: resource (folder) - cap2_1.swf - cap2_2.swf - ... when open main.swf i can open all movies on resource folder what is supposed to do is open from movie1.swf the movie2.swf i tried your code sample: var next = getAdditionalFile("cap2_2.swf"); FlashPlayer.movie = next; but it still not working, then i wrote var next = getAdditionalFile("resource\\cap2_2.swf"); FlashPlayer.movie = next; but still not work ![]() is any chance that the button actionscript on the flash be wrong? the script is: on(press){ fscommand("ffish_run","next"); } thanks |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|