Tag Archives: Spark

Flex 4 Mp3 player

For some reason the Spark VideoPlayer doesn’t play back mp3 files so I decided to build one. I have reused the skin elements of VideoPlayer so the look and feel is the same.

Posted in Flex | Tagged , , , | 3 Comments

Using Google Search Suggest with Flex 4 AutoComplete

This article demonstrates how to use Flex 4 AutoComplete with Google Search Suggest. First I use the Google Suggest API to show search suggestions in the AutoComplete as the user types in the input. Then I use the Google Search … Continue reading

Posted in Flex | Tagged , , , , | 3 Comments

Flex 4 AutoComplete

As the by-product of an enterprise project I have built an AutoComplete component in Flex 4. Using the new Spark architecture component logic and appearance can be separated in a clean way. The component was updated for Flash Builder release … Continue reading

Posted in Flex | Tagged , , , | 25 Comments