Mat
Mat

Reputation: 53

ActionScript only project in Flash Builder with DocumentClass?

this little tutorial shows nicely how to setup an ActionScript only project in flashbuilder: http://ted.onflash.org/2010/03/air-apps-using-actionscript-only.php

however - it relies on nativeWindow class.

How can I do it without? I want to create in flashbuilder a project that is as if I'd use the FlashIDE with a Document Class (or let's say, I try to modify an ActionScript only project which uses the NativeWindow class such that it does not use the NativeWindow class).

Upvotes: 0

Views: 890

Answers (1)

That tutorial is about an AIR application. If you want to create an Actionscript only project, you can do so in Flash Builder using 'New'->'ActionScript Project'. Flash Builder will then ask you for a name, and will automatically create a class with the same name. That class is more or less the same as the Document Class in Flash.

Upvotes: 2

Related Questions