|
|
We haven't managed to find out how to activate a popup window through click in a flash?
Return to Recent Questions
Q:
We haven't managed to find out how to activate a popup window through click in a flash? Is there possible to call a single jsfunction to activate it?
A:
You can deluxePopupWindow.open() function to open your window:
<a href="javascript:;" onclick="deluxePopupWindow.open('window1', 'Content1 Content1',
'Window1','width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect', 'windowsvista_graphite')"> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="120" HEIGHT="40">
<PARAM NAME=movie VALUE="deluxe-menu.files/flash-deluxe-menu.swf">
<PARAM NAME=quality VALUE=best>
<param name="wmode" value="opaque">
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="deluxe-menu.files/flash-deluxe-menu.swf" quality=best bgcolor=#FFFFFF wmode="opaque" WIDTH="120"
HEIGHT="40" NAME="data-samples/flash-deluxe-menu"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT></a>
Return to Recent Questions
Related:
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
- May 25, 2007 - I can't get the java popup menu sample (rightclick) to work in Opera.
- June 03, 2007 - I am unable to make the drop down menu links stop spawning a new window on click.
- Aug 01, 2007 - I wanna open link in new window after click link in java script menu
- Aug 02, 2007 - We want to right click on the javascript dhtml item and choose open in a new window
- Oct 13, 2007 - How to open a link in to a new window by right clicking on the dhtml dropdown menu
- Nov 09, 2007 - The property var showByClick=1; not work in click popup menu ???
- Nov 11, 2007 - I need to create a context menu popup triggered from a flash movie button.
- Dec 17, 2007 - I do not see any option in css menu bar to open the URL in new window on right-click
- Dec 21, 2007 - In Firefox, the java popup menu is hidden behind Flash player. Anyway to fix this?
- Feb 26, 2009 - How do I show different content when selecting the different dhtml layer menu tabs?
|