Quote:
|
Originally Posted by Pete-KT
This is the video when juicy came stumbling back into the room after we lost him in Florida, At the end of the video he even tries to order somethign pay close attention to it

Click Pic to watch Video
|
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"