NOTE: This is a collection of information and links collected over the years that might provide useful information. A Safer Company LLC does not guarantee, endorse or approve any of these links or their scripts. Use these links to other websites at your own risk.
- Animation Gif Homework.docx
- DVDs, CDs, Photo Editing
- Animation
- Animation Files Formats for the Web
- Animated GIF with Flash
- Animated GIF with Photoshop
- Audio
- Audio - Adding to a Web Page
- Embedded WMA
- Common Audio Formats
- Multimedia
- Slideshows
- sound_recorder_message.wma
- Video - embed FLV - DOES NOT WORK
- Video
- Adding Video
- Adding Video to Web Page
- Web Design
- Web Design
- HTML - Video Codes
- Video - HTML5
- video_information.docx
- Windows Movie Maker
- Video - Notes
- Video Players
- Web Design
HTML - Video Codes
Videos can be embedded into web pages.
HTML - Video Media Types
- .swf - created by Adobe's Flash program - supported by the embed tag
- .wmv - Microsoft's Window's Media Video file types
- .mov - Apple's Quick Time Movie format - supported by the embed tag
- .mpeg - set the standard for compression movie files created by the Moving Pictures Expert Group
- .avi - supported by the embed tag
Embed Mpeg Video
Embed the media file using the <embed ></embed> tag.
Attributes
- src - defines the correct local or global URL
- autostart - controls the media's ability to start without prompting. Values are true or false.
- hidden - controls whether or not the play/stop/pause embedded object is hidden or not. Values are true or false. (Hide your embeded media if you just want background noise).
- loop - A true value means the media will continuously loop, false means no looping.
- playcount - Setting a playcount means the media will repeat itself x number of times instead of continuously as with the loop attribute above. (playcount="2" will repeat the video twice).
- volume - set a numeric value for the loudness of your media. (0-100).
HTML Code
Demonstration
You may start and stop your movie files by either pressing the buttons at the bottom of the object or by single clicking (stop) on the object and double clicking your mouse (continue/play).
Link to the Video File
A link can be made to go to your video file.
HTML Code
Demonstration
HTML - Google Video
Google video is available as a source for sharing movies on the internet. At Google Video it is possible to search for any type of movie. Google allows you to download and display these movies on any of your own html pages.
As you search through videos there Google has provided a text area with an embed tag inside of it. Copy this text area to your own HTML pages to embed Google videos onto your own pages.
HTML Code
Demonstration
Page last updated: May 31, 2012 10:41 AM
Content and Navigation...