1. download and extract
this file..
2. folder
system from the archive put it in adb folder..
3. cmd:
Code:
adb remount
adb push system system
adb shell chmod 644 system/app/Flash* system/lib/libflash*
adb reboot
4. go to
www.whatismyflash.com from IQ browser - there should be a line "Installed Flash Player: 9.1.122"
5. use it..

..should now be working flash on the pages..and you can even watch swf..
6. undo:
Code:
adb remount
adb shell rm system/app/Flash* system/lib/libflash*
adb reboot