How To Add A Movie Clip

User 469369 Photo


Registered User
46 posts

First let me say that I searched the past threads, searching for “adding a movie” and "movie" and the best answer involved CoffeeCups' firestarter (I miss you), one of, in my opinion, the most powerful software programs CoffeeCup has ever made, and it was the one software program that got me hooked into CoffeeCup.

Okay, yes adding YouTube videos is easy, but how about adding video clips that you have purchased from iStock or other similar companies? Why can't we, or don't we rather, have something that can do this within the HTML Editor? Or at least a stand alone product like the old Movie program that CoffeeCup use to have?

Does anyone know how to do this without uploading it to YouTube, Viemo, etc?

CoffeeCup staff, I do appreciate the hard work you are doing and they reasonable prices for your software as well.
My current website that is always under construction:

http://www.novacre.pro/
User 122279 Photo


Senior Advisor
14,450 posts
Online Now

Try this one:
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>

The .ogg format is necessary for Opera and older versions of Firefox.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 103173 Photo


VP of Software Development
0 posts

One thing to keep in mind that only browsers that have a codec for MP4 will be able to view that video. On OS X that is not a problem because QuickTime is part of the operating system however on Windows, they need to install iTunes or Quicktime to view that.

Another alternative is JWPlayer:

http://www.jwplayer.com/learn-more/
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 129754 Photo


Registered User
2 posts

I cannot get mp4 to play at all with your info
User 122279 Photo


Senior Advisor
14,450 posts
Online Now

Still works for me with the code I pasted above back in 2014. Tested now with Ffx and Edge. It may not work in IE11.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.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.