I have a bunch of utilities (ie. scrolling textfields, mp3 players, video players, etc.) that are written in pure AS3 and meant to be imported as classes. These files have their UI entirely coded in AS and are meant to be simply imported without needing any external files.
The basic usage would beimport gk.players.Mp3player var mp:Mp3player = new Mp3player mp.createPlayer(0xcfcfcf, 'playlist.xml') addChild(mp)
Can we sell files like this? The file itself would only be an .AS file (as with any class). If necessary I could include a simple FLA that does nothing more than import the class and add it to the stage.
Posted 2 months ago











