Wednesday, April 23, 2008

Flash Coders NY MVC

I've been doing ActionScript sessions at the flash coders meetings and have come up with a simple MVC framework that is much easier to understand and explain then the standard things that you see out there. If you are looking for something to start with it isn't bad.
Download the files here!

Labels: , ,

Thursday, October 04, 2007

Problems no one has

I've been getting this error in an all AS3 project and am not sure what to do about it.

"Warning: An ActionScript 1.0/2.0 SWF file has loaded an ActionScript 3.0 SWF; code in the ActionScript 3.0 SWF will not run."

I've googled and nothing come up, I'm doing something that is very tricky but I'm afraid I've found a bug in the flash player and I dont really what is causing it or what I could report. It must have something to do with,
ApplicationDomain.currentDomain.getDefinition( myclass )

If I can isolate it more I post more about it but it's messing me up.

if anyone knows anything let me know, thanks

Labels: ,