Search  

GLOWING PRELOADER (AS3)

HomeBrowse CategoriesFlashPreloadersPercentage BasedGlowing PreLoader (AS3)

Glowing Preloader

ActionScript 3

Percentage based preloader

View the help file

Glowing Preloader Help File

ActionScript 3 Projects

Easy Scroller (AS3) Easy Photo Gallery (AS3) Extreme Media Player (AS3) Smooth Tool Tip (AS3) XML Options Bar (AS3) Custom XML News Reader (AS3) Super Vid Player (AS3) Sticky Button (AS3) Glowing Background (AS3) Motion Template V3 (AS3) Music Bar (AS3) Motion Template v2 (AS3) Motion Template V1 (AS3) Glowing Preloader (AS3) 3D Button (AS3)

ActionScript 2 Projects

Easy Photo Gallery (AS2) Smooth Tool Tip (AS2) Custom XML News Reader (AS2) Super Vid Player (AS2) Sticky Button (AS2) Glowing Background (AS2)

Subscribe to this file's RSS feed Subscribe JoeMC's new file RSS feed

Posted 7 months ago

coool

Posted 7 months ago

vista user? ;)

Posted 5 months ago

good work, all in vectors

Posted 5 months ago

I just purchased this file and i am trying to load a swf my means of a the UILoader. How do i use this preloader if my Loader’s instance name is myLoader????

my email is rob@radiii.com If i could send you the file and you make it work that would be great.

Thanks alot

Posted 3 months ago

radiii – I’ll take a look at that today and get back to you.

Posted 3 months ago

radiii – You need to add a Progress EventListener to your actionscript like so:

myLoader.addEventListener(ProgressEvent.PROGRESS, progressHandler);

function progressHandler(event:ProgressEvent):void { var uiLdr:UILoader = event.currentTarget as UILoader; loadBar.growLoadBar(Math.round(uiLdr.percentLoaded)); }

Posted 3 months ago

The smiley is supposed to be: “colon” and “P”

Posted 3 months ago

Great File! Bought it to have on stand-by because it looks so bloody cool! Thanks, Mate!

Posted 2 months ago

Hey… just bought your file… looks good but I’m a bit confused about your instructions. The first two steps especially:

1. Open the “Glowing PreLoader” folder

I don’t know what “folder” you mean… The only kind of folder I can think of is the ones you can have in the library, but you don’t have any there…

2. Drag the “Glowing PreLoader” movie clip onto the stage

I don’t see an MC with this name. I see: “LoadBar”; “loadGlow”; “loadGlowBG”; “loadNumber”; “loadNumberGlow”. What am I missing?

Lastly, where do I put the “gotoAndPlay” so that it will forward to the next scene when it’s loaded?

Thank you!

PS. Checked out your other AS3 work too… and you’ve definitely got talent…

Posted about 1 month ago

typo – Sorry for the confusion. I definitely need to update the help file!

1. Disgard #1 & #2 that you mentioned.

2. If you are using the .fla provided, the preloader is already on the stage, but if you are using your own file you’ll need to copy the LoadBar movie clip and paste it into your file.

3. Open the Actions Layer in the LoadBar movie clip and copy and paste over all of the code with the code located here:

New code

4. On line 40, if you have a different frame you want your swf to go to, this is where you change it. Currently it sets the parent to go to frame 2.

5. Make sure the PreLoader extends into frame to if you want the last squishing effect to take place. Otherwise dont worry about it.

If you still have problems please email me through my profile page.

Thanks for your purchase and the compliments!

Joe

Posted about 1 month ago

Thanks for the great preloader and support Joe… I’ll definitely buy from you again.

Posted about 1 month ago

Hi m8, this is very good work, but I still can do your preloader to play. I put to my swf the LoadBar mc and I have extended to frame 2 as well for the effect to take place. But I’m still confused of as code i need to write to my frame 1 of my swf.

George

Posted about 1 month ago

ggeorgaras – Put this code into frame 1 (delete what is already there), and see if you can get it to work.

Frame 1 ActionScript

Posted about 1 month ago