Posts Tagged ‘FlexBuiler’

“Content Assist” did not complete normally – bat file workaround

Tuesday, November 3rd, 2009

Follow up to my last post. I am having to do this enough that I wrote a bat file for it. Here is what it looks like if anyone is interested. Just copy and paste the code below into a notepad and save as a .bat file. I put mine in the root of my [...]

Read full blog post: “Content Assist” did not complete normally – bat file workaround

Flash Camp St Louis 2009 – Code Samples

Sunday, September 13th, 2009

I had a great time presenting at Flash Camp St Louis this last Friday. The City Museum was a great venue. All the other speakers did a great job. Thanks JP for putting together such a great event! Here is the sample code I showed in the presentation. Rt-click and select View Source for the [...]

Read full blog post: Flash Camp St Louis 2009 – Code Samples

Embeding Fonts for use in TextFormat and CSS

Friday, March 20th, 2009

I regularly have problems embedding fonts in my SWF files. There are a variety of different ways to embed fonts; many of which are detailed in the documentation. I am going to show my preferred way to embed fonts that solve many of the problems are arise when embedding fonts in other ways. One of the biggest issues that I [...]

Read full blog post: Embeding Fonts for use in TextFormat and CSS