I try to recompile a flash package from somebody who has left the company and I have some difficulty to understand why I can\'t.
I\'m trying to manually dispatch events on a textfield so I can manipulate it indirectly via code (e.g. place cursor at a given set of x/y coordinates). However, my events seem to have no effect.
I\'ve recently started using FDT, for a while I was using FlashD开发者_如何学Pythonevelop, it had a really handy feature in Compiler options where you can set UseNetworkServices to false which would s
Just started coding in AS3 with FlashDevelop and coming from a C# background, I would like to know if there\'s something equivalent to the #region directive in AS3?
Lets assume i got 3 .flv files in a folder. How can i create a flashplayer which can read the amount of .flv files from that folder and play them. And if example, i add 2 more videos to that folder, t
I found this question, and it mentions the FlashDevelop wiki. However, I couldn\'t find anything there at all.
I\'d like to read an xml file on a user\'s machine (which can be kind of large). There\'s no point in me sending the file to my server as I can do all the work I need on the file开发者_运维知识库 righ
I\'m looking to do some development in flash 10, s开发者_StackOverflow社区pecifically for the new file api (reading/writing files on the user\'s local machine). What do I need to develop for flash 10,
When I put a trace(\"test\"); at the entry point of my flashdevelop project and run it. The application runs fine but I do not see the trace in the output. Below is my code
I have a flex 3 app that uses netstream and a video object to stream .mp4 movies.I want to use the bytesLoaded and bytesTotal properties of the netstream to display the buffering information.I would a