allowing flash zoom . .
- Started
- Last post
- 7 Responses
- lefton
hi folks. wondering if anyone knows the actionscript to disallow people to be able to 'zoom in' when they right click on my swf's online.
i have attemped using these commands:
fscommand("fullscreen", "false");
fscommand("allowscale", "false");
fscommand("allowzoom", "flase");yeah, i made that last one up. figured it couldn't hurt to try.
is the fscommand not applicable to stuff online? anyhelp is apprecaited.
thanks!
- unfittoprint0
in the HTML (on the parameter of the Flash movie) put:
- lefton0
excellent . . i'm trying to place that into the embed section of the html . . but can't seem to figure out exactly where it goes . . i thought it would just go with the other PARAMs, but that doesn't seem to work :/
thanks for your reply!
- lefton0
odd . . it works in safari, but not IE for me :/
- lefton0
ok, well, if i use the publish command and uncheck 'use menu' on the html tab, it seems to work.
although inspecting the html it outputs confuses me because i did the same thing flash did. oh well.
thanks for the help!
- unfittoprint0
if you're using Dreamweaver, click on the movie, check properties>parameters, write menu on the parameters tab and false on the values tab. It should work...
- lefton0
thanks for your help unfittoprint. i'm not sure when i do the html by hand it doesn't work, but oh well. programming sucks.
:)