MAKING CHANGES DIRECTLY TO THE HTML CODE OF A WEBPAGE - TO MODIFY / ADD MULTIMEDIA
If the active sound / video in the webpage is inserted (Dreamweaver, FrontPage) such that it begins in the START mode as soon as the page is called, the HTML parameter: autostart="false" (shown below) can be added to the PLUGIN code, to force it to begin in the STOP mode.
TO ADD SOUND & STOP
<embed src="shortmorning.mp3" width="551" height="32" autostart="false"></embed> |
---|
TO ADD VIDEO & STOP
<embed src="WinMovieMakeSample.wmv" width="395" height="313" autostart="false"></embed> |
<embed src="Mouse_final.mpeg" width="395" height="313" autostart="false"></embed> |
TO ADD FLASH CONTENT - INTERACTIVE STUDENT ACTIVITIES
<p> |
---|