Hello guys!
I have a banner that reads a variable from an .asp file called "destination".
Upon this variable i want to load the appropriate picture(an .swf file) and i want to use something like this:
loadmovie(destination+".swf",1);
I know this syntax is not right ... can you point me to the right loadmovie syntax for my problem?
------------------------------------------------------------
...for example if in my asp file the destination variable is bucharest, i want to use this:
loadmovie("bucharest.swf",1);
Regards,
Dragos.
I have a banner that reads a variable from an .asp file called "destination".
Upon this variable i want to load the appropriate picture(an .swf file) and i want to use something like this:
loadmovie(destination+".swf",1);
I know this syntax is not right ... can you point me to the right loadmovie syntax for my problem?
------------------------------------------------------------
...for example if in my asp file the destination variable is bucharest, i want to use this:
loadmovie("bucharest.swf",1);
Regards,
Dragos.