Search  

GLOWING BACKGROUND (AS3)

HomeBrowse CategoriesFlashAnimationsAnimated BackgroundsGlowing Background (AS3)
Full_screen_preview

GLOWING BACKGROUND

Click here to view the AS2 version You are viewing the AS3 version

Fullscreen, Interactive Background

Use your own images!

Functionality

  • Easily change your background image
  • Easily change the Glow Amount of the background
  • Set wether you wish to keep the background proportionate

View the help file

Glowing Background 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 4 months ago

looks great.

Posted 4 months ago

that’s really nice.

Posted 4 months ago

Bookmarked. Nice effect JoeMC

Posted 4 months ago

I didn’t even wait to buy it, I’ll let you know how it works out! =)

Posted 3 months ago

If anyone is willing to rate this (who has bought it and likes it), please do… The 2 low ratings people have given this file are killing my rating.

Posted 3 months ago

I haven’t rated it yet because I haven’t got it to work, the background imports but does not blur, I’m sure I just missed something but since I haven’t figured it out I haven’t rated it yet…when I do I will be sure to rate it! =)

Posted 3 months ago

feliks – Make sure the caurina folder is in your root directory. It contains the classes which create the blur/glow effect. If you still have issues, please email me at "joe@metaphorcreations.com":mailto:joe@metaphorcreations.com">joe@metaphorcreations.com

Posted 3 months ago

Sorry about those posts… I wish there was a way to delete them!.. anyways, please email me if you need help, otherwise everything should be noted in the help file.

Posted 3 months ago

No problem, got it to work just fine, the folder was there but I think the problem was importing it to another flash file… Works great now though! 5 stars! =)

Posted 3 months ago

Hi there,

I’m getting this error when loading it as a background into another movie:

_256 levels of recursion were exceeded in one action list. This is probably an infinite loop. Further execution of actions has been disabled in this movie._

Any ideas on how to fix it? I can’t seem to figure it out here.

Posted 3 months ago

In case anyone else has the same issues. I replaced the “_ColorMatrix_matrix_gg ,rr & bb” bits with “_color_greenMultiplier, red & blue” which produces a fairly similar effect but without the infinate loop issues. :-)

Posted 3 months ago

@totzo – I haven’t ran into that issue, but thanks for pointing it out. I will work on some more tests and see if I get that error.

Thanks for the extra posting with the help as well!

Posted 3 months ago

forgot to say, you have to change 2 lines near the top to this:

import caurina.transitions.properties.ColorShortcuts; ColorShortcuts.init();

I’m using it in a gaia framework site, I guess it isn’t playing well with the transitionIn/transitionOut methods?

Posted 3 months ago