Not finding what you are looking for? Request a recipe!
Developing an MP3 Player with Flash/Flex can be done using simple Button components and Actionscript. If you know how to load an MP3 then all the work is really parsing though the XML; In this example we are just going to use a local string as our XML datasource. In a real world example you would ...
Using the Stratus service you can connect to a peer by passing ID's to one another. Sending files happen over the netStream class.
You can add URLVariables to the URLRequest using the data property. Then send everything over using the FileReference class using the upload method. Inside your your URLRequest you can use the URLRequestMethod to decide if you want to use POST or GET.
You can use the NetConnection Class and the ObjectEncoding class to make remoting calls to your server side code. Use the connect method to connect to the server gateway. Use the call method by calling the file name then the function name of the remote class (or CFC). In the call method set up a ...
Using the Namespace class will give you access to data inside an RSS feed
If your applying the Glow filter using MXML, just remember that its using spark components. In this example the glow is part of the label component.
Take a look at Ted Patrick's blog post: Try bulk loader
Use the social API currently on labs http://labs.adobe.com/technologies/social/ After creating accounts with all the respective social networks and with adobe: http://www.adobe.com/go/social_setup You can use actionscript to create a single sign on application. Remember to add the actionscript ...
If your talking about creating an image based on video, then yes you can.
You can add move,bounce and elastic effect inside the declaration tags inside your Flex 4 application. For more information take a look at the Flex 4 Help: Using Spark easing classes http://help.adobe.com/en_US/flex/using/WS91E85D63-A025-4c46-B758-A275D4D3B3FC.html