Tag Archives: error

May 13th, 2010

HTML5 + video Tag + iPhone, iPad = iHaveHeadache!

Here at no.inc we try to keep things fresh, support new technologies and devices. So recently we have a client who wants some videos on their site, and we decide to make it work with both PC’s and mobile devices (and specifically the iPhone and iPad). The Approach Well, since flash 9.0.115 flash supports h.264 video [...]

Mar 31st, 2010

Using a custom preloader in AS3 with wmode=transparent

Recently we had trouble with a flash piece for a client.  The swf’s we made would not load and just show the loading progress bar.  Upon further investigation it turns out we changed the swf to wmode transparent.  Now I know from past experiences that flash’s internal timing changes with transparent and normally I recommend [...]

Sep 2nd, 2009

Forcing class import with dynamic classes in AS3

Recently I came upon a situation where I’m trying to dynamically instance classes based off meta data loaded externally.  Flex compiles ok, but running fails… Futher investigation while debugging during runtime shows the following error: ReferenceError: Error #1065: Variable MyClass is not defined. It turns out, that because I have no reference to using the class statically, [...]