Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Bootsified #1
Trigger DW Menu From Flash
I'm not sure if this is a Flash or Dreamweaver issue, so forgive me.
I took the simple, built-in "Show Pop-up_menu" from DW and have designed it to
be triggered from a Flash window. Basic but effective. It seemes to work great,
but my problem is that it makes that annoying "clicking" sound in the browser
every time a drop-down menu opens up (like it's changing pages). Here is a demo
of it (site in development):
[url]http://www.aaronmcclung.com/121/index-new.asp[/url]
Is there a way to stop the clicking sound?
I made tiny, 1 pixel high transparent images that sit just below the Flash
window to use as guides for the drop-down placement. Then I added the following
actionscript to the buttons (the same code that was found in the html button
that DW made):
on (rollOver) {
getURL("JavaScript:MM_showMenu(window.mm_menu_0602 152424_0,-2,0,null,'image1')")
;
}
on (rollOut) {
getURL("JavaScript:MM_startTimeout()");
}
Like I said, it's very basic, but works great... accept for the clicking. Is
there a workaround for this? Please help!
Thanks in advance,
Boots
Bootsified Guest
-
Trigger flash movie to play from an email?
Hi I have no idea how this would be done...can anyone point me in the direction of how I could trigger a flash movie to play on receipt of an... -
using the .asp response for a trigger in flash
Ok, so I got this flash guest book that sends the name/message to the .asp script. The .asp script puts the name/message nicely into a .txt file.... -
How to get trigger graphic to stay in Over state whilemousing over drop down menu
Hi gang, I hope someone can help me with this. I'm developing a site located here http://www.hybridtrans.com/new/ and if you visit the page you will... -
Trigger a button to flash on completion of a Sound
Hi I have created a Sound Object that dynamically loads MP3's. What I would like to do is trigger a button to flash / change transparency when... -
Layer menu using text links to trigger - can this be done?
Hi, I have a few instances where I need to have drop down menus. Is there a way I can acheive this without having my main menu items as images...



Reply With Quote

