flash buttons in a Dreamweaver MX page
-
flash buttons in a Dreamweaver MX page
Hi, hopefully you can help - cos' this is driving me mad!!!!
How do I link flash a button to my local Dreamweaver html page, not a remote URL address.
Firstly tried adding action to button, but kept getting script errors etc...
Have successfully added link to another URL adding behaviour to button (saw Tmbo help 20-12-2004) However, I want to add a link pointing to my own html page. I need to place the flash button with link into my Dreamweaver MX html page.
Would be very greatful if someone could suggest something - thanks
-
if you save the button in the same directory/place as your html page, then put the link as "/pageaddresshere.html"
e.g. /index.html
as you would link it to an external website but you would just start with a slash then the page address. this only works if it is in the same directory
-