PDA

View Full Version : flash help, no print option????


webhead1
6-23-03, 02:08 PM
Hello everyone. Can someone please tell me how to disable print option in flash movie? When right click on flash movie, I would really like to not show any options, especially the print feature. I ahve seen some flash movies that when right clicked, they just give cersion of flash used. Can someone please explain how to do this? Thank you in advance.
Tony

discipulus
6-24-03, 06:21 PM
There are two way you can do it.

First way is in Flash. Go to File->Publish Settings... Under the Formats tab make sure HTML is checked. Then go to the HTML tab. Uncheck where it says "Display Menu". Now you can publish your movie with the Menu dissabled.

Second way is by editing your HTML code. You'll need to add

<param name="menu" value="false">

and within the <embed> tag you'll need to add menu="false" like this:

<embed src="something.swf" ... menu="false">