marksie1988 Posted July 31, 2008 Share Posted July 31, 2008 Is there a script or tutorial anywhere that allows this to be possible there is on on worldofwarcraft.com homepage and i would like something similar but i cant find anything the banner must be able to be clickable to the link for the banner that is being shown and must be able to rotate images in the banner see this banner for a look at how i want it to perform http://www.worldofwarcraft.com/index.xml EDIT: i found the folowing xml which seems to be what drives the images in the flash feature <?xml version="1.0" standalone="yes" encoding="utf-8" ?> <movie> <featured> <item title="images/advboardgame_banner.swf" link="http://www.fantasyflightgames.com/wow-adventure/" /> <item title="images/achievements.swf" link="/wrath/features/gameplay/achievements.xml" /> <item title="images/d3announce.swf" link="http://www.blizzard.com/diablo3/" /> <item title="images/blizzcast_ep3.swf" link="http://us.blizzard.com/blizzcast/" /> <item title="images/gadgetzan.swf" link="/gadgetzan/mainindex.xml" /> <item title="images/jinx520.swf" link="http://www.jinx.com/warcraft_spring_2008.aspx" /> </featured> </movie> Quote Link to comment https://forums.phpfreaks.com/topic/117546-flash-banner-rotation/ Share on other sites More sharing options...
The Little Guy Posted August 1, 2008 Share Posted August 1, 2008 you could use PHP and flash basically have a php script that echo's out a GET string basically the page would show this and nothing else: ad1=link.jpg&ad2=link2.jpg&ad3=link3.jpg your actionscript can then go to the url and get that string and read it as variables. Then all you would have to do is use action script to go to the file load it in and display it. Quote Link to comment https://forums.phpfreaks.com/topic/117546-flash-banner-rotation/#findComment-605525 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.