Question : I am trying to open a new URL and send variables via POST method, but it only sends […]
Tag: actionscript-3
How to detect that the swf was loaded
Question : I wonder if it is possible to detect when swf is loaded: Follow the code below: <object id=”teste” […]
What is an RTMP server and how do I connect to it with Flash’s SharedObject?
Question : I need to create a SharedObject Flash file on one server on the internet for communication between several […]
Why is the numbering of the months of the Date object starting at zero?
Question : For example: var data:Date = new Date(); trace(data.month); //Supondo que o mês seja Janeiro: 0 I’d like some […]
navigateToURL is not sending POST
Question : I’ve been trying to send parameters from actionscript to php , I’ve checked the following page: Send variables […]
Access negative index of an array
Question : BUG? I was building a library for handling Arrays and I came across the following situation: When adding […]
Load the bytecode of the image into String and convert to Bitmap in Flash AS3
Question : I need to load the bytecodes of the image into a String and then convert it to Bitmap […]