I want to embed this tutorial library.acadiau.ca/tutorials/plagiarism/ into the SoftChalk lesson at www.richlandcollege.edu/library/infolit-ol/mlasl/. Acadia sent me the following code, but SoftChalk says only widgets with embed code can be added. Can the following code be rewritten to work?
<?php
$classid = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';
$width = 600;
$height = 450;
$movie ='http://library.acadiau.ca/tutorials/plagiarism/gmodule3.swf';
$param['base'] = 'http://library.acadiau.ca/tutorials/plagiarism/';
$param['title'] = 'You Quote It, You Note It!';
$param['quality'] = 'high';
$param['wmode'] = 'opaque';
$param['swfversion'] = '7.0.70.0';
include_once('flash_object.php');
?>
Thanks,
Amy