Hey everyone,
Alright, I had a couple of questions. First off, I want to know if this is possible, this is what I want to do:
Have a flash file:
Read an encrypted code inside an XML file with the following info: url, date, and generic variables.
Verify the url it is running on. If it is the wrong url, play frame (x), if it the right url, play frame (x).
I would be VERY GRATEFUL if someone could help me with this.
Thanks!
system
September 19, 2004, 12:20am
2
that’s pretty easy to do, all you have to do is open the xml file from flash, parse the encrypted code from there(you will know how unencrypt it), and make the verification, comparing strings.
system
September 20, 2004, 8:13am
3
…dulcinea, all you did was just re-iterate what he said, and paraphrased it in your own words… great way to raise the post count
system
September 22, 2004, 5:26am
4
Ha! Too funny…
Anyway, I happened to find a solution. So thanks for the help anyway!