-
1. Re: Adding video source code to Muse
Frank_my Nov 11, 2013 3:48 PM (in response to JerryPF)Hi,
Press Ctrl+E. Close the browser and locate where the files where exported. Paste your video there (in the main folder). Go back to muse and then press again Ctrl+E, you should be able to see it now in your browser.
Regards,
Frank
-
2. Re: Adding video source code to Muse
JerryPF Nov 12, 2013 12:33 AM (in response to Frank_my)Thanks Frank.
Ctrl+E, is that a PC shortcut, as I'm using Mac? I tried Cmd+E, but nothing worked for me. My understanding of code is very minimal.
When I look at the web inspector in my browser (Safari), I see that the javascript I've embedded in the header produces quite a lot of code. It shows all the images as well as the controls from Videojs.com, but the video image is a square with a question mark – obviously can't be found. The mp4 video is in the main folder with the Muse file.
A video widget for Muse would definitely help people like me.
Any ideas what I'm doing wrong please?
-
3. Re: Adding video source code to Muse
Frank_my Nov 12, 2013 3:23 AM (in response to JerryPF)Hi,
It should be easier than what you think
Firstly Ctrl+E is "Export as HTML" You may find it in the menu. Try and do what I said... If nothing happens erase everything (from header and embedded html) and insert this simple code:
<video width="750" height="500" controls>
<source src="Bilby.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Hope that helps...
-
4. Re: Adding video source code to Muse
JerryPF Nov 12, 2013 3:43 AM (in response to Frank_my)You¹re a star Frank!
I works when you export the html, then view the exported file. Is there a
way of being able to Preview or View page in browser from within Muse?
Best wishes,
Jerry Fowler
Pinhills Farmhouse
Bowood Estate
Calne
Wiltshire SN11 0LY
tel: 01249 822569
mob: 07870 33 6464
to view my portfolio
-
-
6. Re: Adding video source code to Muse
JerryPF Nov 12, 2013 4:55 AM (in response to Frank_my)Yes, or use Preview page in browser
Thanks Frank
Jerry Fowler
Pinhills Farmhouse
Bowood Estate
Calne
Wiltshire SN11 0LY
tel: 01249 822569
mob: 07870 33 6464
to view my portfolio

