I need help with html/css tag?

Predator

New member
I am working on a class lab assignment for the IT class
According to the direction, it wants to use a shockwave video for the muisc that will be playing on the website

I am sure I type the class id for it right but it does not appear to be ashowing up

here is what i put:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">

<param name="URL" value="piano.wav" />
<param name="autostart" value="false" />

</object>

Did i type the class id correctly? what do you think the issue is?
D27CDB6E-AE6D-11cf-96B8-444553540000
 
Back
Top