Embedding .mov video into HTML

User 2643513 Photo


Registered User
1 post

I'm using coffe cup's HTML editor Version 14.0 Build 723 to embed video into my web page. It opens and plays on my computer but when I ftp to my go daddy web site it doesn't play. I guess my problem is linking to Pluginspage="http://www.apple.com/quicktime/" properly to play the video.

This is how the code looks that plays on my computer
<embed src="05.mov" width="1200" height="700" scale="aspect" controller="true"><p> .
User 187934 Photo


Senior Advisor
20,271 posts

Try changing the name of the video to.05a.mov
I like video.js for a more profession looking player.
http://www.videojs.com/
Otherwise try the video tag.
<video controls="controls" width="1200" height="700" name="Video Name" src=".05a.mov"></video>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.