Embedding Video Player with HTML Block
PermalinkAlternatively, if I make a player (through my video server provider) that is responsive instead of a fixed size, it shows up as postage-stamp sized on the page instead of filling the area it's in. What's up with that?
Using 5.7.5.1 and Foundation theme. Thanks!
No, I'm not seeing any errors. I've attached a txt file with the code samples you requested.
http://vps16276.inmotionhosting.com/~bluehi9/index.php/shows-2/blue...
Here's a test page with the responsive player:
http://vps16276.inmotionhosting.com/~bluehi9/index.php?cID=331...
Both pieces of code are in the attached txt file.
The reason you can't edit the HTML blocks is that the video player is using a z-index that keeps it on top of the HTML block edit form.
I couldn't find much information online for using this player responsively.
I recommend posting to the Ooyala player forum and e-mailing customer support.
http://community.ooyala.com/t5/Ooyala-Player-Forum/bd-p/Oplayer...
http://www.concrete5.org/documentation/how-tos/developers/prevent-a...
Its equally applicable to 5.7, but the location of alternate block templates is different.
Off the top of my head its
appication/blocks/html/templates/your_template_name.php
or
appication/blocks/html/templates/your_template_name/view.php
You probably want the first form above. The second form is more useful when you have template specific css or js to load.
After you embed the link, do you have any errors in your browser console?
Can you attach sample embed code and responsive player code for testing.