Tag Archives: flex builder
An introduction to Adobe Flex for beginners – Part 1
(Here’s an article I wrote for another website, thought I’d go ahead and post it here) Adobe Flex is a development platform for rich internet applications (RIA), based on the Adobe Flash platform. Flex projects, (like flash) compile into the … Continue reading
Posted in Flex
Tagged Actionscript, beginning flex, Flex, flex 2, flex 3, flex builder, flex components, MXML
2 Comments
Flex – xml photo gallery with different sized photos
example Right click to view source
Posted in Flex
Tagged adobe flex, Flex, flex builder, gallery, image component, image gallery, photo gallery, repeater component
1 Comment
Flex – creating an xml photo gallery
EDIT: another xml photo gallery can be found here This is a method of creating a photo gallery in Flex with a main photo, and scrolling thumbnails, populated by an external XML file. This is a continuation of the concept … Continue reading
Posted in Flex
Tagged adobe flex, Flex, flex builder, gallery, image component, image gallery, photo gallery, repeater component
14 Comments
Simple Flex Mp3 Player
flex mp3 player Here’s a simple mp3 player based on the code by Dave at pxldesigns -http://www.pxldesigns.com (thanks!) I changed it around a little, and added some functionality – nextTrack and PreviousTrack buttons, and housed it in a draggable, collapsible … Continue reading