View Single Post
Old 06-16-2006, 06:35 AM  
Pete-KT
Workin With The Devil
 
Industry Role:
Join Date: Oct 2004
Location: West Bloomfield, MI
Posts: 51,532
Quote:
Originally Posted by testpie
Just watching the video now, but wanted to give you a heads up about a coding error on the page that stopped me from watching it (i had to dig through the code to find the WMV location):
Code:
<embed TYPE="application/x-mplayer2" SRC="satan/webmasters/juicy.wmvWIDTH="320" HEIGHT="284" AUTOSTART="1" SHOWCONTROLS="1"></embed></OBJECT>
The part that reads:
Code:
"satan/webmasters/juicy.wmvWIDTH="320"
Should be:
Code:
"juicy.wmv" WIDTH="320"
Thanks for the heads up just finished fixing that
Pete-KT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote