Posts Tagged ‘ FLEX

Twitter ScreenNameMonitor (like TweetClaims)

A LONG time ago I was browsing the tweetclaims site and thought it would make a good Flex/Twitter learning project. This has been sitting in my unfinished projects list and I finally got around to completing it. Basically it takes a list of usernames that you are looking to register and scans to see if they are available. If they are not, it estimates their availability based on the latest status update, when they registered etc…

Force Windows 7 to use Flash Player 10

I was developing a Flex app and for the life of me I could not get it to use Flash Player 10 when it would compile. I downloaded the Flash Player 10 Projector content debugger and ran it. Nothing. I tried all sorts of editing flex config files, compiler arguments etc to no avail. Turns out you need to run the content debugger as ‘administrator’. (Right click ‘Run as Administrator). This fixed it up, no need to edit config files or add compiler arguments to my project. Hope this saves someone some headache as I had forgotten about this ‘feature’ on Windows 7.

Dynamically Add UIScrollbar to Textfield AS3

This is building off my previous post and adding a scrollbar to the textfield if there are too may tweets to fit in it. You don’t need to load data from a HTTPService but this is helpful for loading data when you don’t know its length ahead of time.

Read more

HTTPService and ArrayCollection in Flash CS4

Recently I had a need to use the HTTPService & ArrayCollection Flex classes from inside Flash CS4. In order to do this you need to point to the Flex classes in your Flash preferences as outlined in this post. Code after the jump. Read more

Flex and Flash with Zend

In order for this tutorial to work, you need to make sure that your environment is setup by following the instructions located here. I have included an fla (cs3) file in the /Flash folder of the Flex project archive. You would not normally do this for a production project but this is just meant to be a simple example and since they both use the same php files it didnt make much sense to split this article up into two separate articles.

I am currently using Flex Builder 3.0.2 and Flash CS4 but I saved the fla as a cs3 file for those that don’t have it yet.

Code and instructions after the jump Read more

Setup WAMP and the Zend Framework for use with Flash and Flex

There are a few tutorials out there on the net about using Zend with Flash/Flex but most seem to be overly complicated and many don’t work even after following the instructions. (I am hoping that mine will. :) ) The next few articles cover a VERY simple implementation that you can build on for use with future projects and I hope it can save people time when it comes to beginning to explore this new method. This post will deal with setting up your environment to be able to use Zend with Flash/Flex.

Code and instructions after the jump. Read more

 

Switch to our mobile site