well, i'm currently an "intern" at a school, and we have the following problem


some classes use a webbased program, yet the program itself is flash 7,

if we try to run it "out-of-the-box"

now if you do a right clicky on a flash thing, and select settings, then choose for advanced..

it'll link to : http://www.macromedia.com/support/document...gs_manager.html

if we then go to "Global Security Settings Panel"

and add 2 places to the safe zone ( a \\server and a g:\localfolder)

safe it, and re-run the site, it'll work then & only @ that user..


since there will be multiple users login on & out (we use MS AD), and we found out

the settings are saved in
CODE

"C:\Documents And Settings\%CurrentUser%\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\"


so what we kinda did, was..

make account wich has sufficient rights to write at it


make a batch file, use XCOPY to copy all the content of the directory macromedia

to

CODE
%UserProfile%\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\



Using the correct parameters attached to it (i beleave we added the /E /H & /Y to it...)


it actually copied to files... (we placed it in all users startup thingy so thats the correct place for that one

yet if we tried that user out we logged in, we went there, it was gone...

now this could mean 2 things, 1) we forgot the permissions on that part, 2) it loads adefault setting from someplace (my best bet is the registery?)


cuz all it did @ new user was create default flash config thingy


you guys know sollution?