Articles on this Page
- 11/26/09--07:15:_How to add scrollbars to...
- 06/24/10--15:00:_Flash Builder 4 and Flex...
- 08/05/10--16:46:_Converting XML to object tip
- 09/03/10--13:30:_Flash Catalyst Jailbreak...
- 09/10/10--13:34:_FXG for a right arrow
- 12/06/10--03:37:_Getting the Video Player...
- 01/16/11--06:31:_Using StageWebView within...
- 07/06/11--21:37:_Understanding FXG with a...
- 10/26/11--15:48:_How to declare a skin inline
- 12/22/11--20:07:_How to add OSX /...
More Channels
- Feb 23: Untitled
- Feb 23: Prochains événements en...
- Feb 23: PD: Dossier de Prensa
- Feb 23: BALLGAGS-FOR-EVERYONE.TUMBLR.COM
- Feb 16: ooo she ill | Keyword Feed
- Feb 3: overreacted | Keyword Feed
- Nov 26: owhuf | Keyword Feed
- Nov 26: film work film industry |...
- Jan 12: foot ball | Keyword Feed
- Dec 24: football ireland | Keyword Feed
- Feb 21: fred haney | Keyword Feed
- Dec 9: john bush | Keyword Feed
- Dec 24: original thinking | Keyword Feed
- Dec 10: overcoming sexual abuse |...
- Dec 14: fantasy football the rap |...
- Jan 23: fear consciousness | Keyword Feed
- Nov 25: 勝馬DX1ヶ月で年収分を...
- Nov 26: fda boyz | Keyword Feed
- Nov 26: fertility dolls | Keyword Feed
- Jan 29: film script | Keyword Feed
- Feb 13: fit 4 life wellness center |...
- Feb 22: fonzi | Keyword Feed
- Jan 5: found joy | Keyword Feed
- Nov 26: freckles | Keyword Feed
- Nov 26: frostbitten | Keyword Feed
- Nov 26: fuckup | Keyword Feed
- Dec 10: option | Keyword Feed
- Nov 26: organizational storytelling |...
- Jan 29: oscar isaac | Keyword Feed
- Nov 26: overcome | Keyword Feed
- Nov 26:
- Nov 25: オバマ大統領の就任演...
- Nov 25: ひとりサローネ
- Feb 18: 石川県の天気 -...
- Jan 23: family rifts | Keyword Feed
- Nov 26: fantasy baseball expert |...
- Dec 14: fashawn | Keyword Feed
- Jan 26: fat loss success | Keyword Feed
- Dec 9: feeling said and worthless |...
- Feb 14: feral cats | Keyword Feed
- Nov 26: fibromialgia | Keyword Feed
- Dec 14: fighting irish | Keyword Feed
- Dec 9: findmeon.com | Keyword Feed
- Jan 28: fist interview | Keyword Feed
- Feb 10: flowers delivery today | Keyword...
- Dec 14: fondation | Keyword Feed
- Jan 22: foreclosure middle class |...
- Nov 26: fort hood msasacre | Keyword Feed
- Dec 31: francois truffaut | Keyword Feed
- Feb 20: fr. dehallo | Keyword Feed
|
|
Are you the publisher? Claim this channel |
|
Channel Description:
Latest Articles in this Channel:
- 11/26/09--07:15: How to add scrollbars to your Flex 4 Spark Application (chan 3133018)
- 06/24/10--15:00: Flash Builder 4 and Flex 4 Bible and Flex 4 Fun (chan 3133018)
- 08/05/10--16:46: Converting XML to object tip (chan 3133018)
- 09/03/10--13:30: Flash Catalyst Jailbreak for Flex Developers (chan 3133018)
- 09/10/10--13:34: FXG for a right arrow (chan 3133018)
- 12/06/10--03:37: Getting the Video Player to work with Audio (chan 3133018)
- 01/16/11--06:31: Using StageWebView within a UIComponent in Mobile (chan 3133018)
- 07/06/11--21:37: Understanding FXG with a vector based button example (chan 3133018)
- 10/26/11--15:48: How to declare a skin inline (chan 3133018)
- 12/22/11--20:07: How to add OSX / minimalist scrollbars (chan 3133018)
There’s a couple places online that describe how to add scrollbars to your Spark application by using a custom Skin. Don’t waste your time with that crap. Just wrap your code in the tags below. ... your code here...
I normally don’t pimp out books but I’d like to mention these since I’ve read them recently. The first is Flash Builder 4 and Flex 4 Bible by David Gassner. I was migrating an app from Flex 3 to Flex … Continue reading
When you are retrieving XML from the server and you ask Flex to convert it to an Object, by setting the resultFormat to “object”, Flex provides you with an object proxy representing the original XML. However, when Flex encounters a … Continue reading
UPDATE: MANY of these issues I had have been addressed in the new Flash Catalyst CS5. You may find it unnecessary to modify it. BTW if you are a designer this software is the best choice in maintaining your high … Continue reading
FXG for a right arrow right side decorator: <s:Graphic width="100" height="100" > <s:Group width="100" height="100" > <s:Path data="M 0 0 L 50 50 L 0 100 L 50 50 L 0 0 z"> <s:fill> <s:SolidColor color="#FF0000" /> </s:fill> <s:stroke> <s:SolidColorStroke … Continue reading
As you know, the Video Player in Flex 4 is capable of playing various types of media including audio. However there are a few issues that will wreck havoc on your progress if you’re not aware of them. There are … Continue reading
StageWebView is the name given to the class that displays the native browser of a mobile device in your mobile app. Since it’s not actually native to Flash it floats above your app. Like pop ups the size, positioning and … Continue reading
This post will show the FXG code generated from Illustrator of creating a button with vector based artwork from start to finish. For this post we’ll be creating a circular button with a transparent gradient on top. You will see … Continue reading
I’ve wanted to know how to do this for a while and I couldn’t get it to work until now. Here’s how how to set the skin class to the skin declared in the declarations. <?xml version="1.0" encoding="utf-8"?> <s:SkinnableContainer xmlns:fx="http://ns.adobe.com/mxml/2009" … Continue reading
If you use a Mac and OSX Lion you’ll notice the scroll bars have changed to a simple line or track similar to what Flash sites have been using. You can get the same look and feel in your Flex … Continue reading