Hacking SWF Version Using PHP
PHP July 24th, 2008
One day, I got trouble to make an Action Script embeded on PHP and Ming. I had success to make random movement, but not for blur filter.
1 2 3 4 5 6 7 8 | $strAction=" var xPercent = 5; var yPercent = 5; var ffb=flash.filters.BlurFilter; var filter = new ffb(xPercent, yPercent, 2); var filterArray =[]; filterArray.push(filter); this.text1.filters = filterArray;"; |
no error, but why it’s not working???
Akh.. what’s wrong? why it happen..
| Tags: Hacking, Ming Library, PHP, Tutorial |



About



