You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Open a new post and use that code.
Copy and paste.
Something odd was happening with videos recently. All the You Tube links were returning adverts.
Opera should have had its own stuff like all this by now. An online office too. Google won't let anyone in from Opera. You have to use Firefox, IE or Chrome.
First do no evil then do no harm:
Blow Google away. And iPod.
Copy and paste.
Something odd was happening with videos recently. All the You Tube links were returning adverts.
Opera should have had its own stuff like all this by now. An online office too. Google won't let anyone in from Opera. You have to use Firefox, IE or Chrome.
First do no evil then do no harm:
Blow Google away. And iPod.
20. June 2012, 15:02:47 (edited)
Yes, see http://my.opera.com/wikipedian/blog/2012/02/05/html5. I used HTML5 to embed, with plugin fallback.
If you want to use the codes, please remove everything between the "//" signs and replace the files with your own links.
Edit: Wait, comments? Comments does not support embedding plugins only HTML5, just tested. Plugins would not be rendered. Only blog posts support full fallback for older browsers.
If you want to use the codes, please remove everything between the "//" signs and replace the files with your own links.
Edit: Wait, comments? Comments does not support embedding plugins only HTML5, just tested. Plugins would not be rendered. Only blog posts support full fallback for older browsers.
<audio controls="controls"> // The following lists the files to play when using HTML5. IE and just about any browser except Firefox supports mp3. Firefox only supports ogg, list I checked. // <source src="http://files.myopera.com/wikipedian/songs/twinkle.ogg" type="audio/ogg" /> <source src="http://files.myopera.com/wikipedian/files/twinkle.mp3" type="audio/mpeg" /> // plugin fall back. Will play with default media player if browser does not support HTML5. Swich to "IE9" Quirks mode to test . // <embed src="http://files.myopera.com/wikipedian/files/twinkle.mp3" width="300px" height="32px" autoplay="false" controller="true"></embed> //Link to YouTube video // <object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/LCQtrlFAyf4?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LCQtrlFAyf4?version=3&hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object> Link to video: <a href="http://www.youtube.com/watch?v=LCQtrlFAyf4">http://www.youtube.com/watch?v=LCQtrlFAyf4</a> // Message to viewer if their browser does not support HTML5 audio // <p> Your browser does not support the HTML5 audio element. Please turn off <a href="http://windows.microsoft.com/en-GB/internet-explorer/products/ie-9/features/compatibility-view">Compatibility View</a> or upgrade to a modern browser like <a href="http://windows.microsoft.com/en-GB/internet-explorer/products/ie/home" target="_new" title="IE9 download">Internet Explorer 9 or later</a> or <a href="http://www.mozilla.com/en-US/firefox/new/" title="firefox download" target="_new">Firefox</a> or <a href="http://my.opera.com/community/download.pl?ref=wikipedian&p=opera_desktop">Opera</a>. In addition to the support for HTML5, modern browsers come with many additional benefits, such as speed and security.</p> </audio>
"Character is a journey, not a destination" -- Bill Clinton
My blog | Follow me on Twitter | My YouTube channel | My DevianArt account
Check to see if you can upgrade your Norton software for FREE!
My blog | Follow me on Twitter | My YouTube channel | My DevianArt account
Check to see if you can upgrade your Norton software for FREE!
Forums » My Opera » My Opera: Feedback, questions and discussions