Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Educational Software

Educational sofware forum sponsored by

Having a problem with the high quality code which populates most educational software titles? Post it here for either a solution, or sympathy from a fellow sufferer.

Go Back   EduGeek.net Forums > Technical > Educational Software
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 25-09-2008, 01:43 PM   #1
 
ricki's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 195
uk
Thanks: 2
Thanked 9 Times in 8 Posts
Rep Power: 9 ricki will become famous soon enough
Default configure flash mms.cfg

Hi

We have just upgraded to flash 9 and some of the packages that run off the server like GCSE French E Grammer will no longer should the flash content.

I have read that you can copy a mms.cfg file to the %WINDIR%\System32\Macromed\Flash directory and you can set the global security settings so that flash will trust the servers on the network.

Please could someone help me with an example of what they put in a mms.cfg file for server1, server2

Also how do other people deploy this file through group policy.

I know how to set these setting manually on each machine by going to

Adobe - Flash Player : Settings Manager - Global Security Settings panel and adding the servers but there has to be a better way.

Thanks for all your help.

Richard
  Reply With Quote
Old 25-09-2008, 02:01 PM   #2
 
bizzel's Avatar
 
Join Date: Jul 2007
Location: Durham
Posts: 439
uk uk durham city
Thanks: 53
Thanked 78 Times in 26 Posts
Rep Power: 16 bizzel is just really nicebizzel is just really nicebizzel is just really nicebizzel is just really nicebizzel is just really nice
Send a message via Skype™ to bizzel
Default

I'd like to find out as well, we have problems with some geography software that's powered by Flash (seriously, why would you build testing software on top of Flash?)
  Reply With Quote
Old 27-09-2008, 08:47 PM   #3
 
ricki's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 195
uk
Thanks: 2
Thanked 9 Times in 8 Posts
Rep Power: 9 ricki will become famous soon enough
Default

I agree

Has anyone any ideas how to do this.

Richard
  Reply With Quote
Old 30-09-2008, 11:10 PM   #4
 
ssiruuk2's Avatar
 
Join Date: Feb 2008
Posts: 81
Thanks: 2
Thanked 4 Times in 4 Posts
Rep Power: 2 ssiruuk2 is on a distinguished road
Default

In the same boat here.

Vocational dept just bought a lovely cdrom that uses Flash solely and they want it on every damn machine in the school!! It works fine if you go into that Flash security control panel on the Adobe site but would like to know how I make a mapped drive marked as "safe" so I can deploy that setting to the 700 other odd machines.

  Reply With Quote
Old 01-10-2008, 02:25 PM   #5
 
Jose's Avatar
 
Join Date: Oct 2005
Location: wallington
Posts: 44
Thanks: 0
Thanked 6 Times in 3 Posts
Rep Power: 0 Jose can only hope to improve
Default

I solved this, although in a cowboy style way last month

1. log onto a desktop pc, configure your flash settings as via their global security settings page.

2. go to document and settings and find your profile,
Inside here there is a folder called application data, inside here is a folder called macromedia.
Buried within this folder and sub folders is a file called settings.sol
this is the file that needs to be in everyones profile.

C:\Documents and Settings\%username%\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\sett ings.sol

3. copy the macromedia folder from inside the application data folder to a network area. ie netlogon.

4. have a script that copies the macromedia folder into the default user profile and all users profile on each pc, use a gpo that runs at startup.

heres the script that I use but you will need to edit it to suit you. it does the job but its basic..


cd..
cd..
cd..
md "c:\documents and settings\all users\application data\macromedia"
md "c:\documents and settings\default user\application data\macromedia"
md "c:\documents and settings\%username%\application data\macromedia"
md "d:\documents and settings\all users\application data\macromedia"
md "d:\documents and settings\default user\application data\macromedia"
md "d:\documents and settings\%username%\application data\macromedia"





del "c:\documents and settings\all users\application data\macromedia\*.*" /s /q
del "c:\documents and settings\default user\\application data\macromedia\*.*" /s /q


xcopy "\\whsg-dc1\rmpublic\vanilla scripts\macromedia" "c:\documents and settings\all users\application data\macromedia" /e /y
xcopy "\\whsg-dc1\rmpublic\vanilla scripts\macromedia" "c:\documents and settings\default user\application data\macromedia" /e /y
xcopy "\\whsg-dc1\rmpublic\vanilla scripts\macromedia" "c:\documents and settings\%username%\application data\macromedia" /e /y
xcopy "\\whsg-dc1\rmpublic\vanilla scripts\macromedia" "d:\documents and settings\all users\application data\macromedia" /e /y
xcopy "\\whsg-dc1\rmpublic\vanilla scripts\macromedia" "d:\documents and settings\default user\application data\macromedia" /e /y
xcopy "\\whsg-dc1\rmpublic\vanilla scripts\macromedia" "d:\documents and settings\%username%\application data\macromedia" /e /y


cls
  Reply With Quote
The Following User Says Thank You to Jose For This Useful Post:
ricki (03-10-2008)
Old 02-10-2008, 03:19 PM   #6
 
ricki's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 195
uk
Thanks: 2
Thanked 9 Times in 8 Posts
Rep Power: 9 ricki will become famous soon enough
Default

HI

I will give it a try tomorrow.

Thanks for all your help.

Richard
  Reply With Quote
Old 03-10-2008, 11:43 AM   #7
 
ricki's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 195
uk
Thanks: 2
Thanked 9 Times in 8 Posts
Rep Power: 9 ricki will become famous soon enough
Default

Hi

I have done this on a windows 2003 domain with windows xp clients and it appears to work ok. Please could someone check that it works on another network it appears to work here.

On a newly created windows xp machine. Log on and copy the default user in
c:\Documents and Settings and put it somewhere safe.

Log onto the desktop pc, configure your flash settings as via their global security settings page. Adobe - Flash Player : Settings Manager - Global Security Settings panel ie put in all the places that its ok for flash to run from c:\ d:\ \\server and http:\\server you get the idea

Go to c:\document and settings and find your profile,
The settings are stored in this file.

C:\Documents and Settings\%username%\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\sett ings.sol

Now copy the macromedia folder and paste it into the default user folder in \default user\Application Data\.

Now copy the default user folder to your netlogon folder.

When a new user logs on the network. They pull a copy of the default profile from the netlogon folder and then the gpos are configured.

Please note that you will increase the bandwidth used at logon and may increase logon times by a few seconds but it does appear to work.

Also if someone has already got a profile it will not fix the problem and you might have to delete the profile so when they log on next time they pull a new profile.

Please be careful deleting profiles as staff can loose documents and favourites and be extra specially careful with laptops as lots of staff dont back them up.

Richard
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
OT: iPhone and MMS dagza Mac 5 20-06-2008 02:12 PM
windows media player error mms kurtz05 Windows 4 01-02-2008 11:23 AM
Script to configure Outlook then minimize FN-GM Scripts 3 26-01-2008 01:04 PM
Rolling out thunderbird without having students configure it robk Educational Software 1 17-04-2006 12:07 PM
The pupils need to be able to configure PC to do this task tosca925 Windows 9 08-11-2005 10:45 AM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 07:53 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net