Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache Flex

What Is The Use Of Event Bubbling And Event Capturing?

What is the use of event bubbling and event capturing? Solution 1: If you click on an element, for… Read more What Is The Use Of Event Bubbling And Event Capturing?

How To Call Javascript Function From With In Flash Application?

So in my AS file I want to call a function like public function JS(streamUri:String):void{ … Read more How To Call Javascript Function From With In Flash Application?

Updating An Actionscript Xml Object Directly In One Line Using E4x?

Given the following xml: John Solution 1: Well, I don't know if Flex has any build-in mechanis… Read more Updating An Actionscript Xml Object Directly In One Line Using E4x?

Call An Adobe Flex/actionscript Method From Javascript?

I need to know why JavaScript can't talk back to Flex. I have a project that is going to use Ja… Read more Call An Adobe Flex/actionscript Method From Javascript?

How Can I Have HTML5 FileApi Support In Flex?

I need Flex code to support HTML5 File API. Because I need to support File API feature for those br… Read more How Can I Have HTML5 FileApi Support In Flex?