|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quest 1. I am enncrypting and decrypting data using SWFKit Encryption Object. Is it possible to decode that outside the flash if i know the encryption key. for my software i need to do this.... coz i am applying encryption using SWFKit and i want to decrypt it using Flash Action script. is there any script for doing this so?
Quest 2. I want to generate and read xml documents from within the SWFKit. is this also possible? Thanx regards
__________________
SWFBaz Preview [October 2006] http://www.SWFBaz.com |
|
|||
|
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM")
var xml = "<tags><value-tag>Some data...</value-tag><value-tag>Some data...</value-tag><value-tag>Some data...</value-tag></tags>" xmlDoc.loadXML(xml) If (xmlDoc.parseError.errorCode != 0) { reason = xmlDoc.parseError.reason Dialogs.msgBox(reason, "ERROR!", 17) } This code never runs!!! Compiler throws error on line number 3: i.e. xmlDoc.loadXML(xml) Is it possible doing this way? or..... somethin different?
__________________
SWFBaz Preview [October 2006] http://www.SWFBaz.com |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|