PDA

View Full Version : MMSave command



jatin
July 29th, 2003, 06:17 AM
hi all,

Can somebody give me an example of MMSave command. i have tried a lot but it is not working properly.

Try to reply asap.

Bye.

e.s.x.s
July 29th, 2003, 08:37 AM
the MMSave command is used to save a local copy of your MCs into a swf or your strings into a file. but u can do this in the "Test movie" screen ONLY..
example codes:

MMSave(_root,"mmsave_try.swf");

this code saves the "_root" MC as "mmsave_try.swf" in the C:\Documents and Settings\USERNAME\Application Data\Macromedia\Flash MX\Configuration directory in WindowsXP..

anyString = "this is my mmsave try";
MMSave(anyString,"anyString.txt");

and this code saves the "anystring" string as anystring.txt in the C:\Documents and Settings\USERNAME\Application Data\Macromedia\Flash MX\Configuration directory in WindowsXP..

i hope this will help u;)

e.s.x.s

senocular
July 29th, 2003, 08:58 AM
It pretty much only has any use in custom Flash panels.

e.s.x.s
July 29th, 2003, 09:21 AM
thx sen... i forgot the Custom panels.. ;)