flashdevelop

How can I speed up the compilation speed of Flex?

My Flex project have 6 sub projects . How can I speed up the compilation speed of Flex? ...

ActionScript 3 - a loader that supports many apps?

Hi there! I have created a simple SWF-loader in ActionScript 3.0. It loads an SWF from a server and then plays it. While downloading, it displays the "loading" screen. Its main defect is that it can load only one Flash application - the one which it is compiled for. Let's say it's named test1.swf. Is there any way to make the loader supp...

How to supress warnings for one ActionScript file?

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 clogging the Error panel in my IDE. Although warnings are helpful in my other source files, I want to suppress warnings for this one .as file...

Flashdevelop + haxe -- repeated "An I/O error has occured" errors

I'm getting small dialog boxes that pop up saying I/O Error occurred. What causes this, and how should I fix this? Edit: what happens is that after i run my flash game, FlashDevelop will try to connect to the Flash debugger, but apparently fail and give me the above error. I have both the debug standalone player and the ActiveX debug co...

Flex + Flashdevelop

Hi! I just want to ask: Can I use flashdevelop and opensource flex to make commercia projects ? Or I must open my source ? ...

FlashDevelop + haxe -- use an embedded font

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? Update: I have a project set up as the same (for the purposes of this question) as this tutorial, and my font is not showing up (while theirs is). It seems to have to do ...

Is it possible to create this chart using SVG Graphics and Javascript?

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? What sort of effort would be involved (man days)? Would the SVG version be as fast/smooth as it's flash counterpart? ...

FlashDevelop -- Specify an HXML file?

[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 that. Where should I put stuff I would ordinarily specify in my HXML? ...

AS3 OSMF - How can I set a secury token for stream connections ?

Hi Im trying to connect to a secury stream server using osmf but I didnt found the place to set my secury token on the VideoElement or the NetLoader any help ? tks a lot :) ...

How do I embed a flash object in my MVC2 Application Home?

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 you help me? <table width="608" border="0" cellpadding="0" cellspacing="0" bgcolor="#F4F4F4"> <tr> <td height="4...

Creating a .swc - why don't interfaces work, when classes do?

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 can all be used in the same way by the game. I'm using a .swc to contain the interface, like in this page. I can get classes to work in the .s...

play a video using real address of the video problem

I download some videos to disk from video websites like youtube, after extracted frames of the videos, I delete them from disk immediately. I want to do get the video from video website again, further more, locate the frame in the video. One method I think out: I know the real address of the video(e.g. www.youtube.com/../xxx.flv), so I ...

Flashdevelop issue with publishing

I have created a simple flash object to redirect a browser to a different webpage using "navigatetoURL" while getting the URL from externalinterface calls to the javascript that the page doing the embedding of the flash file has. I am able to build everything just fine and the html page I created (using swfobject.embedSWF to embed the f...