[Pro] How to properly integrate HTML5

Hello and warm greetings.
Awhile back I got a deal on a MAC program for Flash and HTML5 called Motion Composer.
It makes animation and publishes them in HTML 5 and Flash.
It’s fairly simple.
I made a slide show with this Motion Composer that I would like to publish on my Websitel It gives me some code that I am supposed to put on my Site, but I don’t know how to properly integrate the HTML5 code.
I also have an issue with the Flash file, as when I drag the Flash file on my page, the Flash works, but there is no sound available, so I must be doing something wrong.
Does anyone have a suggestion as to what I should or shouldn’t do?
Thanks
Dust


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It gives me some code that I am supposed to put on my Site, but I don’t know how to properly integrate the HTML5 code.

You will need to tell us what it is. And it may be that there are other resources besides the Flash file that need to be linked.

Give us an idea of what output you get from MC

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I already stopped even consider using Flash ever again since HTML5. You’ll probably need to insert the generated HTML5 code into your Freeway page via Insert > Markup item and add some references via HTML Markup. But as Dave said … you’ll need to give us some insight here :slight_smile:

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I already stopped even consider using Flash ever again since HTML5.

I suspect this might be an either or situation. Flash if supported HTML5 if not.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for answering. OK, let me write down what I got.

For the HTML5 it says after I published the Site:
Place this code in your Website (HTML5):

Furthermore MC creates a folder with 5 subfolders:
assets
common
copy-code
css
mzMini

and 4 files:
mz.html
mz.swf
mzDoc.js
mzFrame.html

I figured as far as the flash file (mz.swf) is concerned, I needed to simply drop it on my appropiate page. It works but no sound.
??


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I figured as far as the flash file (mz.swf) is concerned, I needed to simply drop it on my appropiate page. It works but no sound. ??

Nope

I suspect you can do it using the iFrame action with the source as the path to where you will FTP the 5 sub folders.

So in the same place as the page that is going to display this FTP the 5 folders and the mzFrame.html file (you can probably put these in a subfolder called slide-show, no spaces in file/folder names please)

Now the target for the iframe action will be yoursite.com/slide-show/mzFrame.html

So FTP the files and folder to the server. Draw an incidence of the iFrame action on your page and set the Target as yoursite.com/slide-show/mzFrame.html (or whatever the correct path to the file is)

Now upload your page and test - and post a link if it isn’t happening for you.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

mz.html mz.swf mzDoc.js - should be in the slide-show folder alongside mzFrame.html

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Delta Dave
Again, thanks for your time and invaluable help.
I did a test run and it works fine. Except that I made the Iframe box to small, so only half of the show shows up, but that’s no problem, since this was a test anyway.
Thanks a million
Kind regards
Dust


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I made the Iframe box to small

The clue is in the code you quoted

mzFrame.html” width=”786” height=”1024” 

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options