Log in

View Full Version : I have a FLASH Intro for my web site but i want to add a FLASH LOADER



yourdreamforever
04-14-2009, 06:53 AM
Hi Gents & Ladies

I have a Flash Intro or should i say a Flash menu on the index page of my site. The .swf is about 300k and takes on some pc's with a slow internet about 10 secs to load. I have seen many sites that a flash loader before the flash appears. Can a loader be added to my original flash script? Is there a site with different types of loaders.

My site so you can see the problem is

www.yourdreamforever.com


The code for the flash menu which i have is:


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="200">
<param name="movie" value="slide.swf" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="false" />
<param name="allowScriptAccess" value="always" />
<embed src="slide.swf"
quality="high"
type="application/x-shockwave-flash"
width="600"
height="200"
allowFullScreen="false"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" />
</object>



Any help large or small would be appreciated.

Kindly Monika

Nilsy
05-08-2009, 12:34 PM
You need to add a pre loader in to the original .Fla

This is a great site that has lots of free preloaders

http://www.ffiles.com/

They are all free but some have been developed in as3 and some in as2 so just beware of that.

Once you open up the .fla files you will get an understanding of how to add them to your own movie, in most cases you can just copy the frames and the movie clips will come along however you may have to manually insert the action script.

Peace