rootlink.addEventListener(MouseEvent.MOUSE_DOWN, rootLinkFun); function rootLinkFun(evt:MouseEvent):void{ var targetURL:URLRequest = new URLRequest(“http://www.prosoxi.gr”); navigateToURL(targetURL,”_blank”); }
Category Archives: Flash
Actionscript 3 parent reference.
This is a very short line of Actionscript 3, but its one that I’ve had copied to Stickie on my Desktop forever, so in the interest of cleaning up some, I’ll post it here on the blog in the Code Tips category. I think I’ve memorized at least this much AS3 now too =)
Flash Arrays Tutorial
http://www.webwasp.co.uk/tutorials/b28-array/index.php http://www.actionscript.org/resources/articles/89/2/Arrays-in-ActionScript/Page2.html http://www.flashvalley.com/fv_tutorials/arrays/
flash external xml into array
flash external xml into array im attempting to take data in from an xml file and make it into an array in flash… below is the code im using- the problem i am having is that it dosent trace anything Code: var xmlDoc:XML = new XML(); System.useCodepage = true; xmlDoc.ignoreWhite = true; xmlDoc.onLoad = function(ok:Boolean) …
IE8 & ADOBE FLASH PLAYER FIX
Hello, you either have JavaScript turned off or an old version of Adobe’s Flash Player. Get the latest Flash player. Since Javascript was enabled, in order to check whether this was a problem of Youtube’s site only, I browse to other sites that I know use flash tech to find that I was really unable …
AFComponents old files
I found you can download the last version (although the documentation says 2.6) at http://www.afcomponents.com/components/g_map/GMap.zip