Tag: actionscript

  • Facebook chat update

    [Quick Update] I discovered there’s actually a class in the actionscript api called SendLiveMessage. Not sure yet if I can utilize this to listen for updates from facebook but it’s a start.

  • Facebook Chat Api

    Previously, I posted about facebook and adobe working together to create a library in actionscript. The unfortunate thing seems to be the lack of support for the facebook chat app. But going into the facebook website and looking at the net activity reveals somthing interesting that I may be able to build upon. You’ll notice […]

  • Flex 3 Professional free for the unemployed!

    Currently Adobe is offering flex free for anybody who is unemployed! It’s only to be used with non commercial projects as a means to learn with but that’s just awesome. For anyone interested, you can pick it up here: https://freeriatools.adobe.com/learnflex/?PID=1225267

  • Not so recursive method annoyance fix

    Ok just first of all, I would like to point out that the method in my previous post was in all actuality not a recursive method. It loops through objects in that class but not the same object consecutive times.. my bad. On that note. Thanks to Hudson Ansley on the flashcodersny blog for pointing […]

  • Recursive method annoyance

    So I’ve been working on incarnations of a mapping application over the last year or so and am rather happy with how it’s been growing so far but one thing has come to my attention.  The map pulls in hotel properties and displays them as markers on the map depending on the x and y […]

  • Pulling in mp3 library folder

    So I have a client who wanted to have mp3’s that the user could listen to and also download. Since I’m very against having to constantly manage a clients content I wanted him to be able to have no problem adding and removing mp3 files. Normally, one might have an xml file that the user […]

  • Embedding htmlText in your TextArea control

    So I’m currently working on my first mxml project at work (I’ve done other stuff but not at work so they were much less involved). I realized a little in to the project that using the TextArea control can be a bit of a pain the ass at times. Namely, I couldn’t find a way […]

  • Adobe site of the day!

    So the recent site I worked on is on Adobe’s site of the day. W00t. http://www.adobe.com/cfusion/showcase/index.cfm And finally someone said stuff about my map! Sheesh. lol. The only thing I’m not liking is the shameless plugs they try to do. They say the site was created in flash(!?!) and dreamWeaver? Who even touches dreamweaver these […]

  • Image loading with security sandbox fun.

    Just a note in case anyone runs into this. Loading an image from an external domain without a crossdomain.xml file can be tricky. typically I want to just grab the content of the loader and use it to be referenced for whatever. But in this case, when loading from an external domain that doesn’t have […]