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