Category Archives: Flash

Super easy external font loading in AS3 Flash

Here’s a super easy way to build out a project with external fonts in separate swfs for flash. I use FlashDevelop and the FlexSDK so most of this is related to that usage, but you can just as easily do … Continue reading

Posted in Flash, Flex | Comments Off

More Apple investigations

HTML Canvas is Apples proposed replacement to Flash / Silverlight. Interesting. http://www.8bitrocket.com/newsdisplay.aspx?newspage=36134 More Flash hater points of interest: http://www.flashmagazine.com/community/detail/everyone_to_their_bases_-_flash_is_under_attack/ Why Microsoft will NEVER support the HTML 5 video and audio tag as they are currently defined (one word — PATENTS): … Continue reading

Posted in Flash | Comments Off

Apple hates Flash?

In all the hub-bub about the iPad (needlessly btw — it’s a hobbled consumer toy and nothing more) Apple has been proposing that the Flash Player is the biggest cause of crashes on the Mac. Recently I’ve been seeing remote … Continue reading

Posted in Flash | Comments Off

AS3 Netstream Video stops during seek

I’ve noted this in other areas but there is a serious bug in the netstream class or i’m not doing it right. Here’s the deal — during the seek of a low keyframe video asset the netstream may end up … Continue reading

Posted in Flash | Comments Off

Calling a JSON service function from Flash AS3

Here’s a quick way to call a JSON request without loading a bunch of Classes and wrangling Adobe’s methods:

Posted in Flash | Comments Off

Firefox 2 mac / pc and errant empty navigate/getURL requests

I had a bug that was nagging me for a while, mainly because it only shows up on Mac and XP machines (neither of which i use for development) and i thought i’d share it here since it’ll show up … Continue reading

Posted in Flash | Comments Off

Dataservices — What to chose when running a client/server application and flash?

I was looking for data on which backend implementation of data services was the best to use in flash, and everyone is talking REST these days and just straight xml data. But there’s still much to be desired in using … Continue reading

Posted in Flash | Comments Off

Daelgren presentation engine

As i’ve been hinting at for months i’ve been working on a presentation system for flash. I’m very close to rolling my first project using the system and having extrapolated what is part of the framework from what is custom … Continue reading

Posted in Flash | Comments Off

Dynamic Masks and Flash player 9 / 10

I came across a very interesting bug that i’m in the process of working around. Basically, i’ve created an image gallery with dynamic masks that contain wipes that are transitioned over the individual movieclips. The stack is composed this way: … Continue reading

Posted in AIR, Flash, Flex | 2 Comments

Crossdomain changes in Flash 10 affect S3 users

There’s been a few posts recently regarding crossdomain policy changes in Flash 10 affecting S3 users: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=675&threadid=1367135&enterthread=y A little more detail regarding the changes to the top level crossdomain allowing site administrators to control sub directory located crossdomains. http://neurofuzzy.net/2008/08/27/flash-player-10-will-not-work-with-amazon-s3/ Essentially, … Continue reading

Posted in AIR, Flash, Flex | 1 Comment