Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
ReidarAxl webforumsuser@macromedia.com #1
I want no zoom on my .swf
Hi there,
When you rigth click on flash movies with you're mouse, you get options like- zoom in, zoom out, 100%, show all....... ect. ect.
What do you do to make a movie without those options???
ReidarAxl webforumsuser@macromedia.com Guest
-
Zoom and Pan
I'm looking for a behaviour that will allow a user to zoom in and out on an image and pan it by dragging the mouse in any direction. Is there... -
Can not zoom in
The previous versions of Flash Player allow web customer to Zoom In or Zoom Out. However, it seems that when people installed Flash 8 player, they... -
Zoom Bug?
InDesign CS 3.01, August patch, Windows 2000 Years ago I adopted the habit of zooming with Ctrl-Spacebar and the mouse to select the area. This... -
zoom!
hey, does anyone know how the zoom effect on this site was done in flash? it's really great, you can zoom in and zoom out to your liking. any tips or... -
Zoom in or out
How do we do this with director mx (Please see attachment)? http://webforums.macromedia.com/attachments/bounce.zip -
MOLOKO #2
Re: I want no zoom on my .swf
"ReidarAxl" [email]webforumsuser@macromedia.com[/email] wrote:
Stage.showMnu = false;> Hi there,
>
> When you rigth click on flash movies with you're mouse, you get options like- zoom in, zoom out, 100%, show all....... ect. ect.
>
> What do you do to make a movie without those options???
--
MOLOKO
------------------------------------------------
::remove _underwear_ to reply::
'God saves but Buddha makes incremental backups'
------------------------------------------------
GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
see [url]www.geekcode.com[/url] to translate the above!
MOLOKO Guest
-
MarxEinstein webforumsuser@macromedia.com #3
Re:I want no zoom on my .swf
add following actionscript in the 1st frame:
fscommand("showmenu",false)
if you want to colse the rightclick-menu completely, you should use Macromedia Director.
MarxEinstein webforumsuser@macromedia.com Guest
-
Nixy webforumsuser@macromedia.com #4
Re:I want no zoom on my .swf
In the publish setting u u must select the html export option. U must deselect the Display Menu checkbox. If the option is not selected the menu will not appear on rightclick. This is a parameter in the html.
Hope that can help u
Nixy webforumsuser@macromedia.com Guest
-
_posted.by\(Vern\); #5
Re: I want no zoom on my .swf
If you are using HTML generated by Flash when you publish, uncheck the box
that says DISPLAY MENU under publish setting for HTML (FlashMX). If you are
not using Flashes HTML and need to modify existing HTML, then find the
<PARAM> tags in the HTML document and ad this:
<PARAM NAME=menu VALUE=false>
With this, the user will not have any zoom options.
Regards,
--Vern
_posted.by\(Vern\); Guest
-
ReidarAxl webforumsuser@macromedia.com #6
Re: I want no zoom on my .swf
ok... but where in dreamweaver is this PARAM? And what do I do when I've found it?
ReidarAxl webforumsuser@macromedia.com Guest



Reply With Quote

