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
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
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.
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