View Full Version : how can i get video clips into my geocities site


matt1130
08-19-2004, 03:21 AM
there is no other help i can find in different places

salomeyasobko
08-19-2004, 03:31 AM
<embed src="whatever.mpg" autostart="true" loop="true">

edit the bold parts :)

AznSoldier
08-19-2004, 04:09 AM
And lets say you don't want it embeded, but want a link so that Windows Media Player will pop out? How do you do that?

Thanks.

~AznSoldier

salomeyasobko
08-19-2004, 06:33 AM
try this:

<a href="whatever.mpg" target="_blank">click here</a>