Archive for the ‘General’ Category

SharedObjects in actionscript 3

Shared objects or flash cookies as you can  call them are the official way to store data at client side.  Shared objects are like html cookies, but better in terms of capacity and persistence. Information stores in shared objects (.so) files does not get cleared when you clear browser cache / history data. shared objects can [...]

October 10, 2009   Posted in: Actionscript 3.0, General  31 Comments

Prevent swf caching in browser

There are many ways to protect your swf file from being stolen, right from encrypting it with obfuscatory or making them domain dependent with this.url  property. However these is also a more dedicated and determined way to prevent swf theft in general. This has benefits as well as cons. You can try to discourage swf theft by preventing swfs from appearing in browser [...]

October 8, 2009  Tags: ,   Posted in: General  2 Comments

Flash makes it to iphone one way or the other

Adobe had unveiled its latest triumph as on Oct. 5, 2009. Where Adobe and competitors have been trying hard t make it to the iPhone, by leveraging their run time, Adobe had made it, with a different approach. “Why give them a interpreter when we can give them the native “. Late towards the end of [...]

October 7, 2009  Tags: , ,   Posted in: Actionscript 3.0, General  One Comment

Mp3 Reader – Get mp3 details before it loads

This is free php class from Zend found at http://www.zend.com//code/codex.php?ozid=160&single=1 You can use this class at your server, in normal php/ via amfphp to read the details of a mp3 file. The best utility of this file would be to get the details of  a mp3 file such as duration  property, even before you start [...]

September 12, 2009   Posted in: General  One Comment


>