Jump to content

Controlling one swf from another


dnainby

Recommended Posts

I have dynamically loaded an swf into another swf using the following code: var mclListener:Object = new Object(); mclListener.onLoadInit = function(target_mc:MovieClip) { target_mc._x = 220; target_mc._y = 0; rescaleMovieClipAccordingly(target_mc._x,target_mc._y,target_mc._width,target_mc._height,794,652,target_mc); }; var image_mcl:MovieClipLoader = new MovieClipLoader(); image_mcl.addListener(mclListener); image_mcl.loadClip("Media/Flash/023-Bridge.swf",1);Is there any way of controlling the loaded swf, for example, jumping to various frames via buttons on the 'parent' swf.Any help would be much appreciateddan

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...