Link to home
Start Free TrialLog in
Avatar of Gurbirs
GurbirsFlag for India

asked on

Add/Edit registry value using actionscript

Hi,

I want to add/edit registry value of windows using actionscript.
Is this possible or not?

Currently, code is working according one txt file, so i wdo not want txt file with our swf file,

Is ther eany other way so that there will be no use of txt file.



<script type="text/javascript">
myVariables = new LoadVars();
myVariables.load("trial.txt");
myVariables.onLoad = function(success) {
	if (success) {
		var tmp = myVariables.tmpVar
	}
}
	</script>

Open in new window

Avatar of vipul999
vipul999
Flag of India image

I dont think its possible due to security reasons..
If you are talking about a projector rather than the web app, you need to use a third party projector tool such as SWFStudio to do so...  Flash does not support that natively...
   http://www.northcode.com/v3/features.php

CyanBlue
Registry Functions:  SWF Studio features a set of builtin Registry commands that allow you to add, remove and change registry settings as well as enumerate registry keys and values to provide advanced registry processing capabilities. The range of data types supported by the Registry commands has been expanded (from V2) to include almost all of the various numeric, text, and binary data formats.

Open in new window

Avatar of Gurbirs

ASKER

The main problem is that i do not want to use txt file.
I just want one swf file only.

In current swf file i am using one dynamic variable, which is in my text file so please can anybody let me know any other alternative for this.



 
It is not possible to set the registry value from the SWF...  

CyanBlue
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gurbirs

ASKER

I did not get any solution of my problem, technicaaly that is not possible