[Pro] Add EazyMovie code to FW Page

Need instruction to place movie on FW Page.

I upload movie file folder to server.

I have auto generated code to be pasted between tags

So take it that goes into Page Markup.

What goes in the item markup on the page.

So really - what goes where please.

Trevor


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Page MarkUp: CSS (before end head) and JS references and functions (before end body)
Item MarkUp: HTML part(s)

as a rule of thumb

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Trevor - were guess here as I’ve never used EazyMovie before, but if it’s anything like Hype or WOWSlider, then you would:

Publish the movie.
Copy the movie and associated folders to your webspace
If EazyMovie has generated an index.html file, then open this up in a text editor and you’ll see the relevant bits to paste into your Body section, as you state below
From this same index.html file there may a part of the code that says something along the lines of “<!— Start EazyMovie.com BODY section” and “<!— End EazyMovie.com BODY section”, in which case copy the in-between code (including these 2 quotes above) into possibly a Ccrowbar action inserted in the correct position on your Freeway page.

As I say, purely guesswork based on my use of Hype and WOW, but it may push you in the right direction.

Good luck
Another Trev

On 29 Oct 2015, at 10:45, t50ufo email@hidden wrote:

Need instruction to place movie on FW Page.

I upload movie file folder to server.

I have auto generated code to be pasted between tags

So take it that goes into Page Markup.

What goes in the item markup on the page.

So really - what goes where please.

Trevor


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Hi the other Trevor!

Here is the code of the html page generated - can you identify what goes where please.

Trevor


<!doctype html>

War movie2 .easyhtml5video { margin: 0 auto; } .easyhtml5video .eh5v_script{display:none}


freewaytalk mailing list
email@hidden
Update your subscriptions at:

My guess would be that:

.easyhtml5video .eh5v_script{display:none}

Thanks other Trev
Thanks for that TrevReav

Made some progress!

Placed all the code minus the script line into crowbar action
Placed the script line in page markup Before

Video shows ok but is to left of page.

Can any kind soul tell me how to centre it in the page?

Thanks

Trev 2!


freewaytalk mailing list
email@hidden
Update your subscriptions at:

So far so good.

I would think that this is to do with the positioning of your Crowbar action.

Not knowing how your page is constructed, I would suggest you do everything inline, place the Crowbar Action in an inserted HTML box, align the box “auto” (so it floats centrally) and then size the box to max width and height of what your movie is - or flexible, not sure what would work best.

best
TrevReav (the Other Trev)

On 29 Oct 2015, at 11:56, t50ufo email@hidden wrote:

Thanks other Trev
Thanks for that TrevReav

Made some progress!

Placed all the code minus the script line into crowbar action
Placed the script line in page markup Before

Video shows ok but is to left of page.

Can any kind soul tell me how to centre it in the page?

Thanks

Trev 2!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thanks again TrevReav

Yea, think that is what I have done - checked all and still can’t get it to centre.

Live page here if anyone can see what I have done wrong.

http://www.trevormckay.co.uk/Sparkle/

Thanks

Trev 2


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Totally out on a limb here, as I’m not brilliant at understanding code so I’m probably going to make a complete numpty of myself.

Looking at your code for the page, I see that a couple of resources aren’t loading - Sparkle/engine1/jquery.js and Sparkle/engine1/style.css. Is it possible that the style.css file could have the instructions to centre the movie?

Also, I can’t see any wrappers that are set to auto align.

best
OtherTrev

On 29 Oct 2015, at 13:20, t50ufo email@hidden wrote:

Thanks again TrevReav

Yea, think that is what I have done - checked all and still can’t get it to centre.

Live page here if anyone can see what I have done wrong.

http://www.trevormckay.co.uk/Sparkle/

Thanks

Trev 2


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

OK

Placed the Crowbar into a template page. It is still not just right.
Centres OK when I shrink browser width but at full size it is still off to the left.

Don’t see the resources you mention there.

Any thoughts to fix.

Page here:

http://www.trevormckay.co.uk/Sparkle1

Trev 2


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Afraid not - I think that’s the extent of my knowledge, although I do still think it’s something to do with the page construction rather than the movie itself.

Best of luck
OtherTrev.

On 29 Oct 2015, at 16:02, t50ufo email@hidden wrote:

OK

Placed the Crowbar into a template page. It is still not just right.
Centres OK when I shrink browser width but at full size it is still off to the left.

Don’t see the resources you mention there.

Any thoughts to fix.

Page here:

http://www.trevormckay.co.uk/Sparkle1

Trev 2


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Ah
Got it.

Code in html page created had this:

.easyhtml5video { margin: 0 auto; }

Added that to Page mark up Before and it looks OK now

re uploaded page here:

http://www.trevormckay.co.uk/Sparkle1


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Excellent - yes that seems to be central on all devices to hand and the Safari simulator.

t’Other Trev

On 29 Oct 2015, at 16:11, t50ufo email@hidden wrote:

Ah
Got it.

Code in html page created had this:

.easyhtml5video { margin: 0 auto; }

Added that to Page mark up Before and it looks OK now

re uploaded page here:

http://www.trevormckay.co.uk/Sparkle1


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thousands of Thanks TrevReav

for pointing me in the right direction!

For reference this is the sequence - hope it helps someone else:


Walkthrough to add EasyHTML5Video to Freeway Page

Open the html page that has been created by EasyHTML5Video with text editor.

At top of document - cut the snippet from that includes this: margin: 0 auto;
and Paste it into FW Page markup Before

At the bottom of the html page cut from line and paste this into the same markup Before

Place Crowbar action on FW Page where required

Copy all code from and including Start Easy… to End Easy… and paste into Crowbar Code Action window
ensure that the line you used above has been removed from this snippet of code

Ensure the folder eh5v.files is in the same place as your page with the video on it

Should be good when published.


freewaytalk mailing list
email@hidden
Update your subscriptions at: