robocop
Joined: Jan 7, 2008
Messages: 2
Offline
|
Hi,
I need to modify the swf file action script to convert getURL() function to read clickTAG variable (recommended standard) if the url is hard coded. But before making the change I just tried converting back/forth to XML, but the checksum of the file seem to change by some 100 bytes.
What I did was,
- take a swf file and construct SWFDocument out of it
- write it back as swf file again.
Byte size of the reconstructed swf file is not the same as the original file. Does anyone has faced the same problem?
Also, is there a sample code to modify action script getURL with hardcoded embeded url to read off of the clickTAG?
Thanks in advance.
|