Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Making a mp3 player

    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 ...

  2. Avg. Rating 5.0

    Create a P2P file-sharing application

    Using the Stratus service you can connect to a peer by passing ID's to one another. Sending files happen over the netStream class.

  3. Avg. Rating 5.0

    How do I create a form that will upload a file to my server ...

    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.

  4. Avg. Rating 5.0

    ActionScript only Flash Remoting to ColdFusion Component (CF ...

    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 ...

  5. Avg. Rating 3.5

    Parsing XML with Namespaces

    Using the Namespace class will give you access to data inside an RSS feed

  6. Avg. Rating 3.0

    How do we do Glow in Flash Builder 4?

    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.

  7. Not yet rated
  8. Not yet rated

    Basic Setup for Flash Platform Services' Social API

    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 ...

  9. Not yet rated

    How capture images and video using Flex?

    If your talking about creating an image based on video, then yes you can.

  10. Not yet rated

    Easing effects in Flash Builder 4

    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