Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

How can I embed a local .mov / .m4v in an HTML document?

OpenStudy (anonymous):

Quick google search turned up: <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="400" height="300" codebase=' http://www.apple.com/qtactivex/qtplugin.cab' > <param name='src' value="your_mov_file.mov"> <param name='autoplay' value="true"> <param name='controller' value="true"> <param name='loop' value="true"> <EMBED src="your_mov_file.mov" width="400" height="300" autoplay="true" controller="true" loop="true" pluginspage=' http://www.apple.com/quicktime/download/' > </EMBED> </OBJECT> I do not recommend doing so because it requires a quicktime plugin, and in todays modern web world that shouldn't be the case. Maybe convert it into something more web friendly, and then use the html5 video tags.

OpenStudy (anonymous):

You might take a look at mediaelementjs.com :) play audio & video with HTML5/JS/CSS; it's open source ;)

OpenStudy (anonymous):

Thanks a ton, I wound up doing something similar to what you suggested. But thanks a lot anyways.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
Breathless: Spooky witch but cute
4 hours ago 3 Replies 0 Medals
Arriyanalol: help
4 hours ago 10 Replies 2 Medals
Arriyanalol: @tinydinoUwU stop trying to find a argument u blad lil boy
1 day ago 5 Replies 4 Medals
Jaded012023: Please tell me what you all think of this song
7 hours ago 6 Replies 1 Medal
Arriyanalol: bro how
7 hours ago 2 Replies 3 Medals
Arriyanalol: cant wait for the new bluey movie in 2027
1 day ago 12 Replies 2 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!