alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user adrianTNT
adrianTNT (32)

Circle Preloader

A preloader as a circle animation with fade effect. Can load jpg or swf files.
This is NOT a component that will be insert into your main fla file.
Place this swf in your html code like any flash file and after the path to this swf (circle.swf) type a content to be loaded, for example: circle.swf?content=image10.jpg, for more details see example.html in the zip file. Refresh this page to see...
more >
18880 downloads, 75328 views
Download (121.15 KB)

Comments

You need to login to post a comment.

user adrianTNT
the listing author adrianTNT (admin) 14 years ago

Hello, if i remember correctly the circle tryes to position itself in the center of the swf file so if you included the circle in another main swf file and it doesn't position correctly, then try to locate and adjust "._x" and "._y" in the actions layer of the circle, probably entering a fixed x and y manually would work better for you.

user thescope
thescope 14 years ago

Hi again

Followed your instructions and also the example page. Here's what happened: the preloader got placed above my gallery and it stays there (the circle) all the time even after the gallery is loaded. No clue what to do next. Any tips?

user adrianTNT
the listing author adrianTNT (admin) 14 years ago

The default files should work ok, upload these on server, make sure they work, and then change it with your files. Make sure the path to image is correct.

user thescope
thescope 14 years ago

Clean and stylish preloader. We would love to have it in The Scope's website. Tried several ways but does not seem to work. May I ask you to have a look at the source code and give me precise directions? Thank you in advance.

user maturot
maturot 14 years ago

Thank you !!! it nice !!

user hache00
hache00 15 years ago

the very best and simple!! very mac

user klausmartinmeyer
klausmartinmeyer 15 years ago

Wonderful simple spinner. Thanks from Germany! :-)

user adrianTNT
the listing author adrianTNT (admin) 15 years ago

Hello, probably your file has references to _root, and when loaded inside another main file then _root changes.
Files that will work correctly whe loaded in another main file have AS code relative to current working path, paths like _parent or _parent._parent instead of _root
I hope this helps.

user leahjo5
leahjo5 15 years ago

I'm having a problem when I try to have it preload a swf that has actionscript in it. It works when I preload normal jpgs and swfs without actionscript, but for some reason when there is AS inside the swf file I'm preloading, the file goes crazy. Any suggestions?

user ipubi
ipubi 16 years ago

thank you!! =)

user mathdacruz
mathdacruz 16 years ago

thankz
very pretty loader

user bogard
bogard 16 years ago

thank you!!

user boydexter
boydexter 16 years ago

Adrian, Many thanks for this! I have been looking for this effect for ages and I am happy to have found it! I just have one question to ask. Is it possible to include a link and text area to the code? So I can load in a caption and URL via the query string. ie. circle.swf?content=image10.jpg&url=www.f files.com&txt=FFiles

Is that easy to include?

Thanks again

user adrianTNT
the listing author adrianTNT (admin) 16 years ago

Croby, if no "content" is defined by html code then it is set to load "sample.jpg" so edit this line to load something else:

_parent.myloader.loadMovie('sample.jpg' +'?'+random(9000));

Replacing 'sample.jpg' with your own path to image. The code after it is there to prevent the image form being cached in the browser.

user croby
croby 16 years ago

What if I didn't use any HTML coding? Where do I actually put in the html code and how do I link it to my home page & do I need to change any of my actionscript in flash?

user igorpontes
igorpontes 16 years ago

very nice for imagens

user adrianTNT
the listing author adrianTNT (admin) 16 years ago

LayLoca: Place this swf in your html code like any flash file and after the path to this swf (circle.swf) type a content to be loaded, for example: circle.swf?content=image10.jpg, for more details see example.html in the zip file

user layloca
layloca 16 years ago

how does it work?
Just leave it on frame 1?
thanks

user roabbott
roabbott 16 years ago

I LIKE... GOOD.......

user lumi
lumi 16 years ago

very nice, i saw the docment. but for my projetc i will use the basic :)