Category Archives: Flex

Migrating AIR Apps from a Self-Signed Certificate

After having deployed many AIR apps with self-signed certificates over the past year or so, when I finally got one from a certificate authority I was quite happy to update my apps with it. Not so fast! You can’t update … Continue reading

Posted in AIR, Flex, Security | Tagged , , | 2 Comments

Using FlexEvent.IDLE to Determine Inactivity

A FlexEvent.IDLE event will dispatch every 100 milliseconds when there has been no keyboard or mouse activity for 1 second.  So, if you want to have some other method fire off after the user is inactive for 5 minutes (for … Continue reading

Posted in AIR, ActionScript, Flex | Tagged , , , | 7 Comments

VidLoop Updates and a Word of Caution

I took some time today to update the VidLoop AIR application. The current version is 1.2.2.  New features include a randomize function and the integration of the AIR Update Framework.  I’ve also fixed a few small bugs. A note of … Continue reading

Posted in AIR, Flex, Video | Tagged , , | Leave a comment

Nifty AIR App: VidLoop

Last week, I was approached by someone asking if we could build a small application that would run a series of videos in a continual loop. I told him it would be pretty simple to do this and that it … Continue reading

Posted in AIR, Flex, Software, Video | Tagged , , , | 1 Comment

HTML Links in Flex

I’ve never found the need to have HTML links in Flex behave (and look) like their true HTML counterparts, but a student recently asked how she could get HTML links defined in a Text control to behave like regular HTML … Continue reading

Posted in Flex | Tagged , , | 2 Comments