Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : Still Zooms in?


jephisphej
4/29/2004 12:37:47 PM
to do that, all you need to do is include a param variable named "menu" in the
html.

-----

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,0,0" width="570" height="239" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="something.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
[B]<param name="menu" value="0" />[/B]
<embed src="something.swf" quality="high" bgcolor="#ffffff"
width="570" height="239" align="middle" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />

---

this will allow you to diable the menu for the user. good luck!
... James Smith
4/29/2004 9:54:57 PM
Ive tried and tried and cant get the fscommands to work where do i put them.
I dont want the user to be able to right click and select zoom in or play
and forward none of that how is it done.

Thanks in Advance

Laiverd.COM
4/30/2004 12:30:06 AM
Cause hardly anyone reads the manual and just mimics what they read in posts
or hears on the street?

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

... James Smith
4/30/2004 12:46:12 AM
Thanks for that it helps heaps. But why was everyone originally telling me
to us fscommands?

[quoted text, click to view]
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#ve
[quoted text, click to view]

AddThis Social Bookmark Button