Check page 72 of the devflexapps.pdf. In short you only have to do the
following:

// AS snippet
function enableZoom() {
var myMenu = new ContextMenu();
myMenu.builtInItems.zoom = true;
document.menu = myMenu;
}

Dirk.

-----Original Message-----
From: Sinisa Trkulja [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 9:48 AM
To: [email protected]
Subject: [flexcoders] configure SWF menu-options in MXML



Hi! 
Is there a possibility to configure the swf menu (right-click on the
swf-file in the browser) in MXML? 
I'd like to have the zoom-option in the menu, but right now you can just
choose between "Settings...", "Print..." and "About Macromedia Flash
Player 7..."! 
I was searching for some properties of the application tag but coudn't
find something convenient! 

thanks! 

Sinisa 
Yahoo! Groups Sponsor
ADVERTISEMENT






Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
  
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Reply via email to