AAC encoding
Hi there, I'm looking for a solution to create a live broadcasting tool which supports H264 + AAC encoding, similar to Flash Media Live Encoder. Since Flash Player 11 it's possible to encode H264 live...
View ArticleVerifyError: Error #1053: Illegal override of z in mx.core.UIComponent in...
While I tried to run already existing adobe AIR application in Flex Builder3 using Flex SDK4. I got this error VerifyError: Error #1053: Illegal override of z in mx.core.UIComponent in adobe flex...
View ArticleFLEX / typed data via e-mail or leave out ... How does it work with Flex
Hi folks!So I have a form created with Flex. That means that I now type, and also something of a ComboBox to select ... But now when someone fills this form, then I typed this information via e-mail...
View ArticleConverting XMLList to ArrayCollection
Hi, I have an XML List as follows :<items name="total"><item name="value1" percentage="35"/><item name="value2" percentage="25"/><item name="value3" percentage="47"/><item...
View Articlecan anyone please help me in doing it
How to export a gridview data into excel in excel 2007 format(xlsx) using actionscript 3? Will the actionscript 3 support xlsx? The below code is written in actionscript 3 which exports the populated...
View ArticleFlex 4 -> Datagrid add checkbox to a column
Hello all. I am trying to add a checkbox to a datagrid column, so that i can use it to delete a record from the array. My datagrid is as follows <mx:DataGrid x="10" y="40" width="903"...
View ArticleFlex upload #2038 I/O Error
Hi to all!!!!! I coded an actionscript procedure which takes a list of files to upload and it begins to upload them one at a time.The first file in the list is uploaded correctly (the file is loaded in...
View Articleframework:flash-integration
Hi, I am using FlexMojos 4.0-rc2 on a Dutch project. When I use <localesCompiled> < locale>nl_NL</locale> </localesCompiled> He starts to download Downloading:...
View ArticleReferenceError: Error #1065: Variable [XX] is not defined.
The flex framework throws the following error when trying to serialize the results of a web service call: ReferenceError: Error #1065: Variable Photo is not defined.at...
View ArticleQTP 11 and Flex 4.5
I am using QTP 11, Windows 7 64bit PC, Flex 4.5, on IE9. I am able to identify objects in the record mode and they do get added to the local object repository. However, when using QTP with Object Spy...
View ArticleTesting the water on possible Flash Professional and Flash Builder integration
Hey, I just wanted to throw this out here instead of the bug area to see if I'm off my rocker or I'm on to something. Basically one of my major pains is that any application design I do, I do it in...
View ArticleWeird socket bug, 'Error #2031: Socket Error'
I'm putting together an application which opens a connection to a server, sends a chunk of binary data and then closes the connection. When I run the application without handing IOEventError, I get the...
View ArticleConcept of Subroutine or Method in MXML?
Hi. Does Flex MXML have the concept of a subroutine (like VB) or a method (like ActionScript)? Reason I ask is that I have some MXML code which will be duplicated (yecch!) unless I can refactor it...
View ArticleInfluence url thats dislayed in the browser
Hello,I would like to know if its possible to take influence on the url thats displayed in the browser's location bar. Precisely, I want to append something like ?bookId=123. I know that can be done...
View ArticleJSession cookie dropping cause DuplicateSessionDetected exception when use...
I developing Grails+BlazeDS server and Flex AIR client and stucked with this error: Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session...
View Articleunable to set nativeapplication idleThreshold :(
Hi all, i am setting the idletime in the below code and further i have added an addeventlistenerpublic var IDLE_TIME:int=10; NativeApplication.nativeApplication.addEventListener(Event.USER_IDLE,s...
View ArticleHow can I get Skinnable -Popup-Container in the center of my app?
I have a component based on SkinnablePopUpContainer. I am using 4.5.1 sdk.I need to pop it up on the very center of my application. But the open() does not give any parameters as such to specify that....
View ArticleUsing credentials with a web service -- what our my options?
Hi All,I'm trying to determine what options I have in regards to setting credential requirements on my web services. The two options seem to be:-Basic authentication-SOAP header authentication.I see...
View ArticleStageVideo usage from Flex Application?
Hello everyone!I'm trying out new StageVideo class and if I add it pure AS3 project everything works perfect.But if I try to use the same code in Flex project I get no video output, but looks like the...
View ArticleDataGrid with two types
Hey GuysI have a little problem with which I hope you can help me. I have a DataGrid which I'm trying to fill with Objects from different types. Example: I have several objects: Human (Origin...
View Article