mrsinister Posted April 1, 2012 Report Share Posted April 1, 2012 Hello everyone,I recently created a blog on tumblr to showcase video contributions for a project I launched. I was intending to have the videos loop once played and I am struggling. I looked online and found all the appropriate codes to create loops and although the videos obediently follow instructions when played in my browser they refuse to loop once I embed them in the blog.I am very new to HTML and was advised to "use the Plain Text Editor to create or edit advanced post embeds or to control element formatting via HTML" I really don't know what that means. My blog sits here: www.thenonresidents.tumblr.comand the first video in question is: Within the HTML editor for the theme I assume this is the relevant bit for me /* Video Entry Markup */ .video {width: 250px;margin: 0 0 10px -30px;{block:PermalinkPage}width: 500px;margin: 0;{/block:PermalinkPage}} /* End Video Entry Markup * Could someone please help me with the code and let me know just what I need to edit to allow the videos to loop.Thank you so much for your time. Link to comment Share on other sites More sharing options...
Err Posted April 3, 2012 Report Share Posted April 3, 2012 (edited) The way I've always done it for youtube videos. Usually, if I'm posting videos, I'm not gonna care about standard HTML so this works. <object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/zSgiXGELjbc&rel=0&iv_load_policy=3&loop=1"></param> <embed src="http://www.youtube.com/v/zSgiXGELjbc&rel=0&iv_load_policy=3&loop=1" type="application/x-shockwave-flash" width="425" height="350"></embed> </object> Edited April 3, 2012 by Err Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now