Posts Tagged cs4

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 the rest of this entry »

, , ,

No Comments

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 the rest of this entry »

, , ,

1 Comment

Where do I put swc files in Flash CS4?

I ran across this question the other day and there were links to CS3 but not for CS4. What I did was put it in the following location, after creating a new folder to hold my components for organization. A restart of CS4 will have them show up in your components library.

C:\Documents and Settings\username\Local Settings\Application Data\Adobe\Flash CS4\language\Configuration\Components\NewFolder

,

No Comments