Category Archives: flex 3

Flex 3 NetStream video rotation

Why should I rotate a video stream? Well if you’d like to make some video upload application, let’s assume someone makes a video with it’s phone. The case with a video camera is not the same, almost every camera adjusts … Continue reading

Posted in flex 3, micro tutorial | Tagged , , , | Leave a comment

Passing objects with ExternalInterface from JS to Flex

What if you’d like to pass an object to Flex To continue the topic of my previous post I’m just going to add that there’s a native way to pass objects from JavaScript to Flex’s actionscript. I’m not going to … Continue reading

Posted in flex 3, javascript, micro tutorial | Tagged , , , | Leave a comment

Tips and tricks in ExternalInterface communication!

ActionScript and the rest of the world In the past, when ActionScript v2 was widely used, the most common way to interact with the other parts of the web application, whether a page refresh, redirect or JavaScript method call was … Continue reading

Posted in flex 3, javascript, micro tutorial | Tagged , , , , | Leave a comment

ExternalInterface from JavaScript to IE/Firefox

ExternalInterface communication with JavaScript The most simple way to describe the case is as if you have the ExternalInterface addCallback in the Flex application like that: flex.mxml ExternalInterface.addCallback(“jsFunc”, flexFunc); public flexFunc() : void { … } and in the javascript … Continue reading

Posted in flex 3, javascript, micro tutorial | Tagged , , , , , | 2 Comments

Flex 3 DateChooser UTC issue

What I intend to do The task can be described as it is. There’s a Flex 3 DateChooser component integrated with a custom timeline component. The problem occurs when exporting the data from the flash to the browser. Than I … Continue reading

Posted in flex 3, web development | Tagged , , , , , | 5 Comments