Howdy Kirupa,
I am having an issue with loading swf from different servers using the loadMovie command.
I basically have a movie clip on one server and swf clips on a different server, and I am loading them using the loadMovie command.
my problem is: on those movie clips I am loading, I have a stop(); action on the first frame, and I am triggering them to play when loaded by the containerMovie.play(); command
my problem is: if both parent movies and loaded movie are on the same server, the action works fine and the movie is played on when the frame with the play action is reached.
if they are on different servers, the movie is loaded alright (you can saee the first frame) but the action does not get executed and the loaded movie does not play
examples:
[size=1][color=#152b4d]http://www.morscad.com/test/Hori_Player1.htm - (different servsers, doesn’t play)
http://www.morscad.com/test/Hori_Player.html - (same servers, plays alright)
[/color][/size]is there anything that I should do to make that happen? why is the actionscript communication between the movies not established?
anyone had this before?