preload swf on web page
i know there javascripts preload images, swf movie. don't mean preloader, script preload movie since it's large file?
hi mike far have seen preloader works best informing viewer file being loaded. if use dreamweaver has preload feature wold not bog down page?
here code dw produces inside flash player:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="225" title="map" onfocus="mm_preloadimages('/flashfiles/canadaen.swf')">
<param name="movie" value="/flashfiles/canadaen.swf" />
<param name="quality" value="high" />
<embed src="/flashfiles/canadaen.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="225"></embed>
</object>
not sure if helps or not.
here code dw produces inside flash player:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="225" title="map" onfocus="mm_preloadimages('/flashfiles/canadaen.swf')">
<param name="movie" value="/flashfiles/canadaen.swf" />
<param name="quality" value="high" />
<embed src="/flashfiles/canadaen.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="225"></embed>
</object>
not sure if helps or not.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment