Gratuitous Text Effects Courtesy of Flash Player 10

by Josh Tynjala

Now that I've figured out how to compile SWFs for Flash Player 10 beta using the Flex SDK nightly builds, I'm happy. There may not be any proper API documentation yet, but at least I can experiment with just the compiler and a little curiosity to guide me. My first SWF is nothing special, but let me tell you, I've been waiting to do this for a long time:

This content has been removed. It was for an earlier beta for Flash Player 10, and I don't feel like updating it. It was just spinning text fading in and out. The font wasn't embedded. Generally, lame, but I enjoyed having the ability to do it.

That's right, those are device fonts, and they're rotating and changing transparency. No silly font embedding in sight. I no longer feel dirty when I want to rotate my text. Can I start targeting Flash Player 10 today? ;)

Some other interesting stuff:

Actionscript:
  1. var v:Vector.<int> = new Vector.<int>();
  2. v[0] = "STRING!"; //error
  3. v[1] = 12; //okay!

Mmm... new Vector type.

9 Comments

felix

FYI you can rotate and fade the system font w Flash 9 by applying a filter: http://www.airtightinteractive.com/news/?p=109

Josh Tynjala

That’s an ugly hack that I’d never use in a real project. Have you actually tried rotating the text? It turns pixelated on many systems. The point is, now we’re going to have a truly supported feature and I (and a million other people) can stop asking for it every time Adobe wants feature requests for the next version of Flash Player.

The Jetsons are back! | Another average flash developer

[...] http://opensource.adobe.com/ - Flash Player 10 Beta with Flex SDK 3 [via digitalbackcountry.com] http://www.zeuslabs.us/ - Gratuitous Text Effects Courtesy of Flash Player [...]

Flex-Mojos » Flash Player 10

[...] copy this [...]

Erik Olson

I keep getting the error “abc bytecode decoding failed” so I cannot compile. Did anyone else run into this problem? solve it?

Josh Tynjala

I had this problem when I first tried to use the playerglobal.swc for Flash Player 10 with an older version of the Flex SDK. Make sure you’re using the entire nightly build of the SDK. It looks like there are some important compiler requirements that may not exist with the release build of Flex 3.

Free Adobe - Macromedia Flash Web Site Design Tips, Flash Tutorials » New Flash Collection: Flash (Player) 10

[...] Gratuitous Text Effects Courtesy of Flash Player 10 (Josh Tynjala) [...]

Pradeek

The 3D effects of Flash Player 10 are awesome. I made a 3D carousel with Flash Player 10. Check it out here.

http://pradeekonflex.wordpress.com/2008/08/04/3d-carousel-in-flash-player-10/

Leave a Comment

Note: New comments may need to be approved before they appear.

Some HTML allowed in comments: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

To display code in comments: <pre>Code here. May be multiline. Format XML with &gt; and &lt; entities.</pre>