Hello
I have tried looking theough the Tek-Tips keyword search, but can't quite find what I am looking for.
I have a site here:
The Flash menu is generated by the following:
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="id="new" width="320" height="18">
<param name="movie" value="new.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FF9900">
<embed name="new" src="new.swf" quality="high" bgcolor="#FF9900"
width="320" height="18"
type="application/x-shockwave-flash"
pluginspage="</embed></object>
This was actually created in Swish and then exported as a .swf file, because I am a complete beginner.
What I would like to do is to send the user to "about.html" (or "links.html" or whatever), once the mouse button has been released on the 'about' item in the menu.
I have tried to do this in the Swish software, but can't seem to get it to work. Is is possible to code it in directly to the above code?
Many thanks
LaPluma
I have tried looking theough the Tek-Tips keyword search, but can't quite find what I am looking for.
I have a site here:
The Flash menu is generated by the following:
<object classid="clsid
codebase="id="new" width="320" height="18">
<param name="movie" value="new.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FF9900">
<embed name="new" src="new.swf" quality="high" bgcolor="#FF9900"
width="320" height="18"
type="application/x-shockwave-flash"
pluginspage="</embed></object>
This was actually created in Swish and then exported as a .swf file, because I am a complete beginner.
What I would like to do is to send the user to "about.html" (or "links.html" or whatever), once the mouse button has been released on the 'about' item in the menu.
I have tried to do this in the Swish software, but can't seem to get it to work. Is is possible to code it in directly to the above code?
Many thanks
LaPluma