Edit a flash file so it redirects to a new page?

gar598

Golden Member
Mar 25, 2001
1,915
1
0
I'm trying to edit a flash file so it redirects to another page. It currently redirects to home.aspx - I would like it to direct to info.aspx. This is currently built into the swf file. Is there anyway I can change this on my own? I've downloaded a trial version of adobe flash pro.

 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
Don't know much about flash, but I might try using a hexeditor (heres one I use http://www.chmaas.handshake.de...eware/xvi32/xvi32.htm) to see if you can find that string home.aspx and replace the letters with info.aspx. I think it might work since they use the same number of letters in the url. I have done this with java applets but not flash.