AS3 XML Banner Rotator.
Update 1: Main image link added 6/6/09Update 2: Buggy issue with fast button click 6/6/09
Update 3: Blue background removed on fade 6/9/09
Update 4: Resizing issue fixed, double click issue fixed 6/13/09
Update 5: Transition effects added! Choose from Transition choices 6/16/09
Update 6: Ability to turn Buttons, Timer, and Text on/off from XML file. 6/30/09
MAKE SURE YOU DOWNLOAD THE MOST UPDATED FILES !
AS3 XML banner completely customizable through XML . No need to edit Flash file outside of embedding new fonts.
XML Customizations:- Size
- Images
- Text
- Colors
- Control panel on/off
- Buttons on/off
- Timer on/off
- Autoplay on/off
- Main Image link
- Transition on/off (added 6/16/09)
HOW TO RESIZE :
Just publish the Flash as 590×300 and edit the HTML page inside the AC_FL_RunContent function. DO NOT EDIT THE “object” SECTIONS !
For a 486×233 banner
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0’,
‘width’, ‘486’,
‘height’, ‘233’,
‘src’, ‘bannerCS4Embed’,
‘quality’, ‘high’,
‘pluginspage’, ‘http://www.adobe.com/go/getflashplayer’,
‘align’, ‘middle’,
‘play’, ‘true’,
‘loop’, ‘true’,
‘scale’, ‘showall’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ‘bannerCS4Embed’,
‘bgcolor’, ’#000000’,
‘name’, ‘bannerCS4Embed’,
‘menu’, ‘true’,
‘allowFullScreen’, ‘false’,
‘allowScriptAccess’,’sameDomain’,
‘movie’, ‘bannerCS4Embed’,
‘salign’, ’’
); //end AC code
email me at Palehosefan at hotmail.com with any questions. Chris
