Superscript and Subscript Within Dynamic Text Fields in Flash

So today I ran into the issue of getting superscripted ® and TM characters within dynamic text fields.  The <sup></sup> doesn’t work for this within flash, neither will any CSS trickery.  So I turned to font embeds after reading through some other blog posts. I found 2 fonts in a blog post at blog.ggshow.com: GG [...]

Clearing the Display of a Video Object in Flash Issues

So today a co-worker of mine and I were trying to figure out why he couldn’t clear the display of an image in the video object on his stage.  The Adobe documentation states that if you use the clear method of the Video class that it should do the following: “Clears the image currently displayed [...]