Search  

XML ASSET ROTATOR : AS3

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersXML Asset Rotator : AS3

ABOUT :

This was created as a super-simple, easy-to-configure, asset rotator that can be used in almost any application where something like this is needed in just a couple of simple steps. Loads JPG , PNG, GIF , and SWF assets.

FEATURES :

  • 100% XML -Driven
  • Load JPG , PNG, GIF , or SWF assets
  • Play through assets once, Play through assets once and stop on first asset, or Loop through assets infinitely
  • Crossfade assets or Fade to custom color between assets
  • Specify transition time between assets in seconds
  • Specify links for individual assets and specify whether or not those links open up in a new window or not
  • Specify how long each asset is left on screen before advancing to the next asset
  • Randomize asset list on each load if desired
  • If an asset is not loaded completely when it’s time to show it, the rotator waits for the asset to completely load before advancing
  • Written completely in AS3 using OOP classes, all of which are commented, for easy extensibility if desired; requires no dependencies on specific assets in a FLA file!

YOU MIGHT ALSO LIKE :

\

keywords: xml banner rotator asset gallery image viewer png gif jpg swf loop link as3 oop slideshow crossfade custom advanced customizable resize resizable

Posted 3 months ago

Storm: With some simple modifications, I can help you make this work inside another SWF . It’s not a big deal.

dendaas: We can add a few methods and make a few simple modifications to make this function as you wish.

Both of you please come to ##flashden on freenode.irc.net using an MIRC client ( windows:http://www.mirc.com / mac:http://colloquy.info ).

If I am not in there, hang around. I am in everyday; at least 10 hours a day during the week.

Posted 26 days ago

dendaas: I am back in IRC when you get some time. ;)

Posted 25 days ago

Thanks for the extra time helping me implement your script! That’s what I call great service.

Posted 25 days ago

Hink,

I seem to be having similar issues to Storm. When main.swf is placed in a new SWF I am receiving the following error:

TypeError: Error #1009: Cannot access a property or method of a null object reference. at net.frozenflame.document::Main/initStageLayout() at net.frozenflame.document::Main()

Any way that you could post a tutorial or example on how to place this into a new SWF .

Thank you much.

Posted 24 days ago

stream creative. Sure thing. I will post a quick tutorial soon.

Posted 23 days ago

It seems that swf assets continue to play in the background while other assets are rotated in. Is it possible to have swfs reload each time their turn comes up in the rotation?

Posted 21 days ago

newtss: Add this code on line 231 of Main.as

http://pastebin.com/f57db1224

Posted 21 days ago