Archiv der Kategorie: Programming

Robotlegs AS3: Mediating A View (like TextField) Without A Special Class

When I started using Robotlegs some days ago I was wondering how I could mediate just a single TextField without providing a new class for mapping. The best-practises document from the MVC framework Robotlegs says that you have to use … Weiterlesen

Veröffentlicht unter GameDev, HowTo, Programming, Release | Verschlagwortet mit , , | 4 Kommentare

SWFAddress 2.4 and Flash AS2 Player 8

If you have trouble using deep-linking with SWFAddress 2.4 and AS2 (probably the same with AS3) have a good look at the new SWFAddressEvent class. It has an event INIT. Under some circumstances SWFAddress.getValue() only returns “/” if you do … Weiterlesen

Veröffentlicht unter HowTo, Programming | Verschlagwortet mit , , | 3 Kommentare

Firefox console.log (console undefined)

If console.log(‘something’); does not work for debugging javascript in your Firefox invironment try to deinstall the Firefox Plugin ColourZilla – deactivating is not enough. Things should be up and running again.

Veröffentlicht unter HowTo, Programming | Verschlagwortet mit , | Hinterlasse einen Kommentar

Flash AS2 FileReference MAC/PC: onComplete does not fire up!

When you use the FileReference class in AS2 the onComplete event sometimes does not fire up on MAC. In the most cases the reason is that your server script does not send ‘something’ back when it has finished the upload. … Weiterlesen

Veröffentlicht unter Design, HowTo, Programming, Release | Verschlagwortet mit | Hinterlasse einen Kommentar

Flash(no Flex) CS3/CS4 Font Embedding Using The Font In External SWF

From my point of view the most ugly thing in Flash is the process you have to go through when embedding fonts. The other day I just wanted a main.swf with an embeded font. This main SWF should load another … Weiterlesen

Veröffentlicht unter HowTo, Programming | Verschlagwortet mit , , , , | Hinterlasse einen Kommentar