I have a base movie that is sitemap.swf on where I want to load at its time 3 movies, sitemapesp.swf and sitemapeng.swf ;
I created a control layer on sitemap.swf where I placed on frame 10 the action : loadMovie (“flash_folder/sitemaport.swf”, “sitemaportloader”);
( sitemaportloader is an empty movie clip on which sitemaport.swf will load in its x/y position onto base movie) ;
Testing sitemaport.swf ,when time line reached frame 10 I´ve got an error messsage :
“Error opening URL “file:///E|/%21%5Fmy%5Fwebs/silvatrim/silvatrim%5Fv2/flash%5Ffolder/flash_folder/sitemaport.swf” ;
I expected to see sitemaport.swf loaded onto base movie.
As it hasn´t worked I have not continued to place on sitemaport.swf further time line loadmovie commands for , sitemapesp.swf and sitemapeng.swf , but as I discover what is wrong I intend to do it , that´s the way it will work, with two others mc loaders , sitemapesploader and
sitemapengtloader ;
What in the h e l l am I doing wrong ??
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0” width=“250” height=“50”>
<param name=movie value=“http://sites.uol.com.br/multi-media-mkt/mmktxtdance.swf”>
<param name=quality value=high>
<embed src=“http://sites.uol.com.br/multi-media-mkt/mmktxtdance.swf”
quality=high pluginspage=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” width=“250” height=“50”>
</embed>
</object>