multimediamkt
November 13th, 2002, 01:36 AM
KEEP having Troubles with loadmovie ...
I assigned to the time line of a base movie the following :
loadMovie ("sitemaport.swf", "sitemaportloader");
loadMovie ("sitemapesp.swf", "sitemaportloader");
loadMovie ("sitemapeng.swf", "sitemapengloader");
where sitemaportloader , sitemaportloader sitemapengloader
are empty movie clips for loading the external movies ;
sitemap.swf is the base movie for the 3 movies :
sitemaport.swf, sitemapesp.swf and sitemapeng.swf ;
I tested base movie with Flash by control + enter and all the movies load perfectly ;
All movies are into a folder named "flash_folder" ;
However when I tested the document sitemap.htm which contains embed code , movie has not loaded
completely ; I realized that sitemap.swf has loaded but not
the three other movies ;
sitemap.htm is outside the flash_folder , and flash code on html
points correctly flash_folder/sitemap.htm ;
I tried to copy sitemap.htm inside flash_folder and change the
addressing to the root , and now all of the three movies loaded ;
Is there a special flash code when loadmovie cases like that are in use ??
By a question of site organization on flash_folder only swfs will be placed , now itīs a question of honor to make it work outside;
Any help ?
Cheers
<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>
I assigned to the time line of a base movie the following :
loadMovie ("sitemaport.swf", "sitemaportloader");
loadMovie ("sitemapesp.swf", "sitemaportloader");
loadMovie ("sitemapeng.swf", "sitemapengloader");
where sitemaportloader , sitemaportloader sitemapengloader
are empty movie clips for loading the external movies ;
sitemap.swf is the base movie for the 3 movies :
sitemaport.swf, sitemapesp.swf and sitemapeng.swf ;
I tested base movie with Flash by control + enter and all the movies load perfectly ;
All movies are into a folder named "flash_folder" ;
However when I tested the document sitemap.htm which contains embed code , movie has not loaded
completely ; I realized that sitemap.swf has loaded but not
the three other movies ;
sitemap.htm is outside the flash_folder , and flash code on html
points correctly flash_folder/sitemap.htm ;
I tried to copy sitemap.htm inside flash_folder and change the
addressing to the root , and now all of the three movies loaded ;
Is there a special flash code when loadmovie cases like that are in use ??
By a question of site organization on flash_folder only swfs will be placed , now itīs a question of honor to make it work outside;
Any help ?
Cheers
<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>