flashdevelop

how do i add project references to swcs in FlashDevelop

I am trying to add a project reference or swc to papervision in FlashDevelop but intellisense isn't picking it up. I've done it before but i forgot how. Thanks. ...

Possible to use Flex Framework/Components without using MXML?

Is it possible to use the Flex Framework and Components, without using MXML? I know ActionScript pretty decently, and don't feel like messing around with some new XML language just to get some simple UI in there. Can anyone provide an example consisting of an .as file which can be compiled (ideally via FlashDevelop, though just telling h...

Is there a way reformat code in FlashDevelop?

Is there a way to reformat code, i.e. force correct indentation in FlashDevelop as you can do with CTRL-SHIFT-F in Eclipse? ...

Security Sandbox in AS3

What is a security sandbox violation, and how do I override it? I'm making a project in FlashDevelop, and today, it will not load external files, even though it had been previously. It gives the following output: ********* Security Sandbox Violation ***** Connection to file:///C|/Documents%20and%20Settings/Kevin.PC885314341208/De...

Adobe Flash and Python

Is it possible to use CPython to develop Adobe Flash based applications? ...

What are the Pros/Cons of FlexBuilder vs. Flash Develop (.org) ?

I want to play around a bit with FLASH for app development. I'm looking for a good IDE for that. Someone suggested Flash Develop. ...

Where does the Flex compiler put the .aso files?

I want to be able to hand delete the intermediate .aso files generated by the Flex mxmlc compiler. Where are they stored? (I know the Flash IDE has a "delete asos" button, but I'm using the FlashDevelop IDE, which doesn't. The reason I want this is so I can play around with the compiler's warning settings on a fairly large project, an...

FlashDevelop - Why does code-completion not work with mx.controls....

Today's my first day with Flex and FlashDevelop. In my ActionScript file, I have this line... import flash.display.SimpleButton; ...and FlashDevelop is aware. Code-completion works. But, when I have this line... import mx.controls.Button; ... code-completion doesn't work. Am I missing something? Am I misunderstanding somethin...

when connect a c++ sever,flash socket send wrong data.

I write a chat server in c++ and a flash client in flex3. the message exchanged between them is like [message_len+messagebody] where the flash open on my owner windows xp system,it works ok,the message sent and recieved is right. but when I put the flash on a red hat 5 's apache server, try to open it in the web browers, the flash socke...

AS3 [Event(name="", type="")], what is the significance?

I develop with FlashDevelop3 R2 and the Flex 3.3 SDK and there are many occasions where I must use the embed metadata tag as such: [Embed(source="path/to/file")] private var Asset:Class; I understand the above all well and good, and I am thankful it exists because I do not like to open the flash IDE too often. When I am going thr...

Adobe AIR Update Framework: How to check for updates upon AIR application install?

-How can I check for a new version of my application upon installation? I feel like I remember installing an AIR application and during the install being alerted that there is a new version, and a prompt as to whether or not I wish to update. -How do I alert the user, via textfield, that there is an update for the application and to ru...

How to embed a excel sheet inside the property sheet of a flex component?

I am trying to create a custom component in flex using mxml. I have created the property sheet for the custom component but it needs a button which onclick has to point to a cell in excel sheet from which data can be retrieved. How to go about this? ...

Creating nested movie clips

I need to create 2 movie clips: clipA is be a wrapper movieclip. clipB is a container movieclip. There is about 15 pixels spacing between them. clipB is then passed to another function which add other elements to it ( buttons,graphics etc). Whats the best way to get this done ? ...

Accessing movie clip object outside the function scope

I have a movie clip that has a text field and then a button inside that. I need to be able to change the color of the text when user mouse hovers over the text. Below is the code snippet. How do I access a reference to the Text field from outside the function? Thanks in advance. private function createRows() { var containerMc:MovieC...

FlashDevelop Application not found when build

How do I have to configure my project to open the generated swf file in the debug flash player? When I hit f5 FlashDevelop tells me the following INITIALIZING: Adobe Flex Compiler SHell (fcsh) Starting new compile. Loading configuration file D:\Programmierung\Flex\flex_sdk_3\frameworks\flex-config.xml Loading configuration file D:\Progr...

Using FLASH with ASP.NET - YAY or NAY?

I know i can use AJAX and SILVERLIGHT with my ASP.NET web page. But what do you think about using flash with asp.net? Can this be done? How can this be done? Would you recommend me using flash at all with ASP.NET? I will NOT be using WEB SERVICES, just a plain ASP.NET website. Thanks in advanced! EDIT: What about performance issues??? ...

Very weird flash loading issue (Only happens in IE, Not FF)

Hello, I have produced a website for a design company http://www. paul bro okes des ign dot com As you can see the first page has a flash image fader on it. This works totally in Firefox on all computers. But in IE on several computers, this fails to load... only getting to 25%, or 44%. On my computer this loads 100% every time in I...

Importing a SWC for a Flex Project in Flash Develop

Hi Everyone, I just started using flashdevelop for flex apps (I had been using it for pure as3 projects previously). I can't figure out how to import files and such. I have included them to the library as usually. In this case I have included flexlib.swc and flexmdi.swc. Both are in my lib folder and both have been right clicked and Adde...

How to embed and display a png with FlashDevelop, Haxe and Swfmill

I am having trouble getting a png file to display in a simple Flash application I am building using Haxe and FlashDevelop. Step taken Added the png file to my project. Added the png to the library Set the option to embed as a bitmap Set an Id for the object "PlayerBitmap" Verified that the xml generated looks correct I then try to d...

How to implement macros in Flex/FlashDevelop/AS3

Hello, I am new to using the Flex Compiler with FD, although certainly not new to flash/as3 and FD. Currently, i have been compiling my applications with FD/CS3 and want to make the switch to the flex compiler. One of the main things i want to experiment with the flex compiler is using Macros in AS3. For instance, say i have some extrem...