I am working with a very large number of legacy SWFs written in AS1 and AS2. These SWFs use loadMovieNum extensively.
I have an actionscript 2 code that uses base64 to encode/decode incoming data. problem is that data is binary and includes null (0 characters), actionscript 2 fails when handing null to charCodeAt.
I have a UIComponent and inside it I put a loader (which loads an image file). THE PROBLEM: Even though I resize the UIComponent(to a square), it will still follow the size of the image in the loader
i have a movieclip on my stage called dude inside the moviclip is a frame with a movie clip called axeframe with yet another movie clip 开发者_JAVA百科called axe. what i want to do is make a hittest i
I tried to limit the size of the AdvancedDataGrid to its rows. Currently I am using variableRowHeight to true and at the run time setting the itemRenderer\'s height.
i am looking for a tutorial to help me with shooting one arrow per click towards the mouse. this is my code:
So I made a flash game utilising the Facebook Graph API on the we开发者_运维技巧ekend (www.throwthelookingglass.com/ld21 for the game and source code), and I\'m wanting to put a version on it on vario
I would like to create an app for Blackberry, iPhone and Android us开发者_如何学JAVAing Adobe Flex. But I need to access the phone\'s contacts and I can\'t seem to find a way to achieve this.This info
I\'m creating a text field dynmaically and it works great however when I test the movie I can\'t seem to change any text (like a typical input box on a webpage for example), it appears to be only read
Is there any way to attach custom data to elements? Kind of like the $.data() function in jQuery? I know you can subclass and element and add custom parameters, but it would be an overkill to create c