Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Security
Guides - Privacy & Security Tips
Help with video Youtube auto loop and auto repeat?
Message
<blockquote data-quote="kaljukass" data-source="post: 162723" data-attributes="member: 1533"><p>Here is working version for You.</p><p>Select which compatible with yours site.</p><p>[CODE]</p><p>HTML (Simple)</p><p></p><p><!-- Embed YouTube Video starts here --></p><p> <object width="847" height="499.7"></p><p> <param name="movie" value="http://www.youtube.com/v/8NVzuqhFxJ4"></p><p> <param name="allowFullScreen" value="true"></p><p> <param name="allowscriptaccess" value="always"></p><p> <embed src="http://www.youtube.com/v/8NVzuqhFxJ4?version=2&amp;autoplay=1&amp;loop=1;" type=</p><p> "application/x-shockwave-flash" width="847" height="499.7" allowscriptaccess="always"</p><p> allowfullscreen="true"></p><p> </object></p><p><!-- video end is here --></p><p></p><p>HTML 5</p><p></p><p><!-- Embed YouTube Video starts here --></p><p> <object width="847" height="499.7"></p><p> <param name="movie" value="http://www.youtube.com/v/8NVzuqhFxJ4"></p><p> <param name="allowFullScreen" value="true"></p><p> <param name="allowscriptaccess" value="always"></p><p> <embed src="http://www.youtube.com/v/8NVzuqhFxJ4?version=2&amp;autoplay=1&amp;loop=1;" type=</p><p> "application/x-shockwave-flash" width="847" height="499.7" allowscriptaccess="always"</p><p> allowfullscreen="true"></p><p> </object></p><p><!-- video end is here --></p><p></p><p></p><p>XHTML</p><p></p><p> <!-- Embed YouTube Video starts here --></p><p> <object width="847" height="499.7"></p><p> <param name="movie" value="http://www.youtube.com/v/8NVzuqhFxJ4" /></p><p> <param name="allowFullScreen" value="true" /></p><p> <param name="allowscriptaccess" value="always" /></p><p> <embed src="http://www.youtube.com/v/8NVzuqhFxJ4?version=2&amp;autoplay=1&amp;loop=1;" type=</p><p> "application/x-shockwave-flash" width="847" height="499.7" allowscriptaccess="always"</p><p> allowfullscreen="true" /></p><p> </object> <!-- video end is here -->[/CODE]</p><p></p><p>Please use copy => Paste, to not make mistake.</p><p>_________________________________________________________</p><p>A bit more about how to use this code.</p><p>If anyone wants to use this code, for example, to post a YouTube video to your web page, you will be a slight change in the current YouTube video URL.</p><p>For example, if You get URL from YouTube like this:</p><p> [CODE]http://www.youtube.com/watch?v=FBxT7Uj5NZ4[/CODE]</p><p> then You must use it in this code like the following URL looks out</p><p>[CODE]http://www.youtube.com/v/FBxT7Uj5NZ4[/CODE]</p><p></p><p>Example:</p><p>[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"></p><p> <head></p><p> <title>Estonian music popurrii</title></p><p> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p><p></p><p> </head></p><p> <body></p><p> <div></p><p> <object width="600" height="300" id="myflashvideo"></p><p> <base href="http://www.youtube.com/v/" /></p><p> <param name="movie" value="FBxT7Uj5NZ4" /></p><p> <param name="allowFullScreen" value="true"></p><p> <param name="allowscriptaccess" value="always"></p><p> <embed src="FBxT7Uj5NZ4?version=2&amp;autoplay=1&amp;loop=1&amp;" type="application/x-shockwave-flash"width="600" height="300" allowscriptaccess="always" allowfullscreen="true" /></p><p> </embed></p><p> </object></p><p> </div></p><p> </body></p><p></html>[/CODE]</p></blockquote><p></p>
[QUOTE="kaljukass, post: 162723, member: 1533"] Here is working version for You. Select which compatible with yours site. [CODE] HTML (Simple) <!-- Embed YouTube Video starts here --> <object width="847" height="499.7"> <param name="movie" value="http://www.youtube.com/v/8NVzuqhFxJ4"> <param name="allowFullScreen" value="true"> <param name="allowscriptaccess" value="always"> <embed src="http://www.youtube.com/v/8NVzuqhFxJ4?version=2&autoplay=1&loop=1;" type= "application/x-shockwave-flash" width="847" height="499.7" allowscriptaccess="always" allowfullscreen="true"> </object> <!-- video end is here --> HTML 5 <!-- Embed YouTube Video starts here --> <object width="847" height="499.7"> <param name="movie" value="http://www.youtube.com/v/8NVzuqhFxJ4"> <param name="allowFullScreen" value="true"> <param name="allowscriptaccess" value="always"> <embed src="http://www.youtube.com/v/8NVzuqhFxJ4?version=2&autoplay=1&loop=1;" type= "application/x-shockwave-flash" width="847" height="499.7" allowscriptaccess="always" allowfullscreen="true"> </object> <!-- video end is here --> XHTML <!-- Embed YouTube Video starts here --> <object width="847" height="499.7"> <param name="movie" value="http://www.youtube.com/v/8NVzuqhFxJ4" /> <param name="allowFullScreen" value="true" /> <param name="allowscriptaccess" value="always" /> <embed src="http://www.youtube.com/v/8NVzuqhFxJ4?version=2&autoplay=1&loop=1;" type= "application/x-shockwave-flash" width="847" height="499.7" allowscriptaccess="always" allowfullscreen="true" /> </object> <!-- video end is here -->[/CODE] Please use copy => Paste, to not make mistake. _________________________________________________________ A bit more about how to use this code. If anyone wants to use this code, for example, to post a YouTube video to your web page, you will be a slight change in the current YouTube video URL. For example, if You get URL from YouTube like this: [CODE]http://www.youtube.com/watch?v=FBxT7Uj5NZ4[/CODE] then You must use it in this code like the following URL looks out [CODE]http://www.youtube.com/v/FBxT7Uj5NZ4[/CODE] Example: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Estonian music popurrii</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div> <object width="600" height="300" id="myflashvideo"> <base href="http://www.youtube.com/v/" /> <param name="movie" value="FBxT7Uj5NZ4" /> <param name="allowFullScreen" value="true"> <param name="allowscriptaccess" value="always"> <embed src="FBxT7Uj5NZ4?version=2&autoplay=1&loop=1&" type="application/x-shockwave-flash"width="600" height="300" allowscriptaccess="always" allowfullscreen="true" /> </embed> </object> </div> </body> </html>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top