-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- Carl on Using StageWebView within a UIComponent in Mobile
- srvikram13 on Element type must be followed by either attribute specifications
- Raymundo Cridland on 1087: Syntax error: extra characters found after end of program.
- Kusha waghmare on ReferenceError: Error #1065: Variable is not defined.
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
February 2012 M T W T F S S « Dec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
Blogroll
Meta
Category Archives: FXG
Understanding FXG with a vector based button example
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
Posted in AIR, Flash, Flash Catalyst, Flex, FXG
Leave a comment
FXG for a right arrow
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
Posted in AIR, Flash, Flash Catalyst, Flex, FXG
Leave a comment