In CS3, using AS2.
Taking a tutorial on mp3player. My xml file is fine, my mp3Player.as file is fine. In the mainmovie…one layer, one frame. On frame one i have an action to inlude mp3Player.as on line 1 - #include “mp3Player.as” -
when testing movie i get ‘syntax error on line 2’ but there is no line 2…is there an issue with the ‘include’ statement, is it not closed ? I dont get it, still learning AS.
I do know there is something wrong with my action in layer 1, frame 1, Line 2 (which is blank) Line 1 again is as follows:
#include “mp3Player.as”
any ideas?