Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-01-2005, 04:02 PM   #1
Its the Dark Side!
 
ComputerNut's Avatar
 
Join Date: Jan 2004
Location: Kitchener, Ontario, Canada
Posts: 1,111
Send a message via MSN to ComputerNut
Flash Context Menu's

Ive been fiddling with flash mx, and a thought has been bugging me for when creating flash based sites. I notice that some flash sites have those limited context menu's which only have 2 items, compared to the regular context menu with has all those control items. any idea how to set those on a flash file? Ive attempted to google it, but I havent had much luck. BTW, not sure if this was the best forum to put it in. Mods, feel free to move it if needed.

TIA
__________________
CN
My Rig: "Dark Lord"
Asus P5B - Intel Core 2 Duo E6400 - 1GB DDR2 667 RAM - Seagate SATAII 80GB HDD - Seagate SATAII 250GB HDD - Lite-On DVD -/+ RW Drive - nVidia GeForce 7600 GS - ATi TV Wonder VE

ComputerNut is offline   Reply With Quote
Old 12-01-2005, 04:38 PM   #2
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
It's not set in the flash itself but in your HTML code. for example:
PHP Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="300" height="300" id="flashmovie" align="middle">
<
param name="allowScriptAccess" value="sameDomain" />
<
param name="movie" value="flashmovie.swf" />
<
param name="menu" value="false" />
<
param name="quality" value="high" />
<
param name="bgcolor" value="#ffffff" />
<
embed src="flashmovie.swf" menu="false" quality="high" bgcolor="#ffffff" width="300" height="300" name="flashmovie" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</
object
As you can see .. the param name="menu" value="false" and corresponding menu=false in the embed tag will remove the menus.
true will bring it back.

When publishing with Flash, if you toggle the Display Menu checkbox you can get Flash supply the necessary changes to your HTML file directly

HTH
Statica is offline   Reply With Quote
Old 12-01-2005, 04:57 PM   #3
Its the Dark Side!
 
ComputerNut's Avatar
 
Join Date: Jan 2004
Location: Kitchener, Ontario, Canada
Posts: 1,111
Send a message via MSN to ComputerNut
Well I didnt find a check box for the menu in the publish section in Flash, so I expect I will have to do the code, thanx though. at least theres a way I can make it work.

TIA
ComputerNut is offline   Reply With Quote
Old 12-01-2005, 04:58 PM   #4
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
You can set it globally from Publish Settings .. there should be a tab for HTML publish settings.
Statica is offline   Reply With Quote
Old 12-01-2005, 05:50 PM   #5
Its the Dark Side!
 
ComputerNut's Avatar
 
Join Date: Jan 2004
Location: Kitchener, Ontario, Canada
Posts: 1,111
Send a message via MSN to ComputerNut
Yeah, thats where I looked, didnt find it. Probably cause im using flash mx 2002
ComputerNut is offline   Reply With Quote
Old 12-01-2005, 05:53 PM   #6
Its the Dark Side!
 
ComputerNut's Avatar
 
Join Date: Jan 2004
Location: Kitchener, Ontario, Canada
Posts: 1,111
Send a message via MSN to ComputerNut
Well i got it to work via the html tags so I reckon im in the clear. Thanx statica!

TIA
ComputerNut is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:01 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2