We value and need your feedback and suggestions so please use our feedback form to let us know what you think. You can also use this form to log a problem or suggest an enchancement.
We value and need your feedback and suggestions so please use our feedback form to let us know what you think. You can also use this form to log a problem or suggest an enchancement.
1. Upload the flash file using the upload a file wizard.
2. Add a HTML portlet to the page and enter in the following content. Make sure to make the appropriate changes as indicated in this code.
<script>
jQuery(function(){
$.getScript(‘http://www.imperial.ac.uk/imedia/plugins/jquery.swfobject.min.js’, function() {
/* enter a class id reference for this flash app, e.g. pic-gallery. If there are multiple flash files on a web page then this id needs to be unique. */
$(‘#xxx’).flash({
/* Enter in the flash filename. */
swf : ‘http://www3.imperial.ac.uk/fileupload/download/filename.swf’,
height : 418,
width: 813,
expressInstaller:’expressInstall.swf’,
/* enter the id and name for this */
id: ‘xxx’,
name: ‘xxx’,
params : { bgcolor:’#ffffff’,
/* if you want full screen capability change this to true */
allowfullscreen:’false’,
scriptAccess: ‘always’
}
});
});
});
</script>
3. Add the following into a content item area using the CMS editor:
<div id=”xxx”>
<!— It is advised to If you want a substitute content then we could advise you enter in an image and text here. —>
</div>