Category Archives: flash

Error: transcoding parameter ‘symbol’ is not supported by ‘flex2.compiler.media.DataTranscoder’

Hi, if you’ve run on the Error: transcoding parameter ‘symbol’ is not supported by ‘flex2.compiler.media.DataTranscoder’ error recently, then you’re not alone. I’ve updated my FlashDevelop recently (and with FD updated the Flex SDK – the offender) and one of my … Continue reading

Posted in bugs, flash | Tagged , , , , , | Comments Off on Error: transcoding parameter ‘symbol’ is not supported by ‘flex2.compiler.media.DataTranscoder’

RegEx – search and replace

The problem is to search bit of text and replace any occurance of the searched string with something new, with RegEx class and built-in replace function of String class it is very easy.

Posted in actionscript, flash | Tagged , , , | Comments Off on RegEx – search and replace

Multi-touch handling in AIR for Android/iOS

To handle multitouch in AIR you need to listen to TouchEvent events like TouchEvent.TOUCH_BEGIN. Which event you will listen depends on the Multitouch.inputMode defined, possile values are enumerated in MultitouchInputMode class. We will use MultitouchInputMode.TOUCH_POINT which specifies that events are … Continue reading

Posted in air for android | Tagged , , | Comments Off on Multi-touch handling in AIR for Android/iOS

Link: Gesture, accelerator and geolocation simulator

Little gem:) Gesture, accelerator and geolocation simulator

Posted in air for android, flash | Tagged , , , , , , , , , , | Comments Off on Link: Gesture, accelerator and geolocation simulator

constructor as helper in clone method implementation

Hi, if you wanted to implement the clone method to create duplicates of your class you certainly face the problem in extending class where you had to duplicate the code just because the new instance should be type of the … Continue reading

Posted in actionscript, flash | Tagged , | 2 Comments