7
votes
3answers
341 views
Flash Programming on Linux
Does anybody knows good IDE that will allow me to develop flash application on Linux.
4
votes
6answers
2k views
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.
3
votes
4answers
2k views
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 …
3
votes
6answers
1k views
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 …
2
votes
3answers
156 views
bitmapdata record video
is there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server
2
votes
5answers
182 views
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 …
2
votes
1answer
295 views
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?
1
vote
1answer
143 views
Flash AS3: ReferenceError: Error #1056: Cannot create property …
Hi,
I am writing something in Flash/ AS3, and I came across this problem:
ReferenceError: Error #1056: Cannot create property txtInput on package.name.DocumentClasss
Basically I have a document …
1
vote
2answers
65 views
FlashDevelop (Flex/AS3) and localized compiler messages.
I am completely new to the whole FlashDevelop/Flash/etc toolchain, but wanted to do some experimenting. I installed FlashDevelop and Flex SDK on my laptop, and thinks worked out just fine, except for …
1
vote
1answer
65 views
AS3 Error Handling
Error #2044: Unhandled securityError:.
text=Error #2048: Security sandbox
violation:
How do I do handle this?
1
vote
2answers
63 views
An extra wrapper or decorator class needed when using SWC assets?
I'm still learning how to compile with the Flex SDK. And I'm learning how to use SWC files and [EMBED] statements to pull my assets into my application.
With the Flash IDE, I can link a library asset …
1
vote
1answer
98 views
Why might the Flash Builder 4 network monitor not work?
I'm using the Flash Builder 4 beta, and I have two projects, both of which have Network Monitor enabled. I have two projects, for one of which the network monitor works, and for the other, it …
1
vote
1answer
145 views
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 …
1
vote
4answers
707 views
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 …
1
vote
2answers
756 views
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 …
