Tagged Questions

1
vote
1answer
11 views

prototype functions off custom functions

Its a complicated senario for me. I have a sound management singleton with an asset like dictionary storing all referances to my urls and assets and the guff inside it- I have …
0
votes
1answer
23 views

Syntax question for a regex pattern

Hey everyone, I'm trying to do a match/replace with a pattern i found on the interweb, but im having trouble getting the syntax to work in flex 3. Can anyone adjust this to get it …
1
vote
1answer
96 views

How to access/change Flex 4 state-configured parameter values in AS3?

Okay, I'm using the new Flex 4 state parameter values, such as: <s:BitmapImage id="buttonImg" width="38" height="33" alpha="1" source.up="@Embed('src/assets/images/tab.home. …