swtangelpuff
02-01-2003, 02:36 AM
Does anyone know where you could find a HTML code to put in a video onto the site? thanks ^^
I'm not sure about what kind of file, I think it's a .asf file.. or something...
altpara
02-02-2003, 10:06 AM
An object.
Of course, the user will have to have Windows Media Player to see it.
<object name="music" type="application/x-wmplayer" data="filename.asf" />
<param name="filename" value="filename.asf" />
<param name="autostart" value="true" />
</object>
If you want autostart off, then set the value to false.
Change the bolded sections as needed. Let me know if you have problems.
bejayel
02-03-2003, 02:53 AM
or you could just embed it.
altpara
02-03-2003, 06:46 AM
Except then it isn't cross browser friendly.
See:
http://www.alistapart.com/stories/flashsatay/
for a related story.
bejayel
02-03-2003, 07:56 AM
i just like totake the easy way out. but i guess that work a lot better. i dont embed or whatever much things anyway. i have no need for it.