HI all, i have a class file named Main.as and another class calledr icon.as package { import icon; public class main {
I have a flash game embedded on Facebook but need access to the flashvars facebook passes to all embedded games. However I am using the mochiads preloader meaning that _root.fb_sig_user is always unde
I\'m trying to make an mp3 player that passes javascript events to a flash file. I\'m not very saavy in flash so this may be a simple question.. but how do you make a \"movie-less\" flash file? Is it
See image at http://reggino.kingsquare.nl/tmp/actionscriptProblem.jpg Hi there, I can\'t get my head around this one...
Why does this code mySound.addEventListener(Event.ID3, myID3Handler); cause t开发者_如何学编程he myID3Handler to run twice ?!
I don\'t have a specific code sample, but is there a general way to guess what version of Actionscript the code snippet is: 1 开发者_开发技巧or 2 or 3?
i am new in flash development, i heard that Greensock lib is the best one. But when am trying to downloadits really confusing. there are a lot of names like
I am curious about code in my ActionScript project: public var _p:Object ... in a function: publ开发者_如何学JAVAic function WObject(pp:MovieClip)
I have a Flash object hosted on foo.com开发者_运维知识库. When I run it, I want it to send a HTTP request to foo.com, and retrieve the results along with HTTP headers.
Action script is developed based on object oriented programming but why does it not support function overloading?