I am fairly new to actionscript but have quickly got sick of the flash IDE, so I have switched FlashDevelop wh开发者_开发百科ich I like already.
I have compiled an SWC and am using it in a flashdevelop project. When I compile the project all is fine, but when I run/debug the project I get:
Is it possible to create flv player\'s(mainly YouTube Player\'s) wrapper using AS3 and FlashDevelop only? I am concerned about it because I don\'t have Flash author开发者_JAVA百科ing environment. I ha
I am playing around with ActionScript 3 and trying to build a very simple prototype for a video game (top-down action/shooter) and realized that handling bullets is a little bit more challenging than
I\'m making a game which loads map .swfs at runtime. The maps will contain graphics and code, which can both vary from map to map. I\'ve decided to make all the maps implement an interface, so they ca
I need to put a Flash Object in my website developed on MVC2 .NET, however the third party who made it just gave me an html with this code.HTML errors apart I don\'t know how to put it on ASP.NET. Can
http://www.stockmapper.com/NDXtrac.开发者_高级运维html Would be possible to develop the above chart using SVG and Javascript or some other lightweight technology i.e HTML5.0 technologies?
[a continuation 开发者_开发技巧of this question] In order to embed resources in a SWF file, I have to add lines to my HXML file. However, since I\'m using FlashDevelop, I don\'t know where to find t
I\'ve got an ActionScript 3 source file (.as) that has hundreds of untyped variables. This file works perfectly although it outputs a warning for every untyped variable which gets me ~800 warnings clo
I\'ve added my TTF file to my Haxe project, and it appears to be embedded into the swf, but i have no clue how to get any of my TextFields to use it. How can i do that?