kalew
02-04-2007, 04:27 PM
1) Script Title: DHTML Tip Message
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/popinfo.htm
3) Describe problem: I figured out how to add an image to the "sticky style" tooltip, but I really would like to add a small 'movie' instead. Can someone please let me know how to add the below movie code...I tried adding it to one of the 'text' fields in the Style.js, but it did not work. Thank you.
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="virtualtourtest"
width="300" height="250"
>
<param name="movie" value="virtualtourtest.swf">
<param name="bgcolor" value="#FFFFCC">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="virtualtourtest"
width="300" height="250"
src="virtualtourtest.swf"
bgcolor="#FFFFCC"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/popinfo.htm
3) Describe problem: I figured out how to add an image to the "sticky style" tooltip, but I really would like to add a small 'movie' instead. Can someone please let me know how to add the below movie code...I tried adding it to one of the 'text' fields in the Style.js, but it did not work. Thank you.
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="virtualtourtest"
width="300" height="250"
>
<param name="movie" value="virtualtourtest.swf">
<param name="bgcolor" value="#FFFFCC">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="virtualtourtest"
width="300" height="250"
src="virtualtourtest.swf"
bgcolor="#FFFFCC"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>