Code Generator
\n\n”;
echo “";
echo "<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="" . $POST['width'] . “" height="” . $POST['height'] . “">“;
\n”;
echo “<param name="src" value="” . $POST['src'] . “" />
\n”;
echo “<param name="controller" value="true" />
\n”;
echo “<param name="autostart" value="false" />
\n”;
echo “<embed src="” . $POST['src'] . “" width="” . $POST['width'] . “" height="” . $_POST['height'] . “" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/" />
\n”;
echo “</object>
\n”;
echo “
} else { ?> If you completed the previous section, Uploading Video, you should have some basic code for posting your video. This is the code displayed on that previous section…

YOU MUST PAY ATTENTION TO THIS STEP OR YOUR CODE WILL NOT WORK!
You want to copy the part in between the href= quotes. So in this example you want to copy http://reporting.journalism.ku.edu/summer06/bradford/
upload/2006/06/alwvideoexample.mov and paste that into the code generator below.
Remember, paste what you copied from the Upload window into the blank line below. Make sure you deleted everything before http and everything after .mov
When you click Generate HTML a whole bunch of code will pop up. The following mess of code (see pink box below) would pop-up for this example. Copy the code that pops up in the solid pink box for your file (your code will probably extend out of the solid pink box, but you will still be able to highlight and copy that code) and move to the Posting Video section.
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="240" height="196">
<param name="src" value="http://reporting.journalism.ku.edu/summer06/bradford/
upload/2006/06/alwvideoexample.mov" />
<param name="controller" value="true" />
<param name="autostart" value="false" />
<embed src="http://reporting.journalism.ku.edu/summer06/bradford/
upload/2006/06/alwvideoexample.mov" width="240" height="196" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/" />
</object>