Go Back   Dynamic Drive Forums > Blogs
Search Dynamic Drive Forums:

Old

YouTube Chromeless Player

Posted 08-26-2009 at 07:29 PM by molendijk
Updated 08-29-2009 at 02:59 PM by molendijk

It's not directly obvious from this how we can:
- start a movie on page load (question asked by some people on different forums);
- specify the dimensions and position of the movies in percentages;
- make good use of the ytplayer functions.

Autoplay: something like
Code:
function so_start()
{
loadNewVideo('lKq9_kk3Zbc', 20);
}
//IE needs some time
window.onload=setTimeout('so_start()',2000)
Size of movie in percentages...
molendijk's Avatar
Senior Coders
Views 5339 Comments 5 molendijk is offline Edit Tags
Old

Compact Cookie Unit

Posted 06-24-2009 at 01:50 AM by jscheuer1
Updated 06-24-2009 at 02:01 AM by jscheuer1

Cookies are often confusing. Much of the confusion can be eliminated if you know that all cookies are strings. If you want to store an array, function, number, or an object in a cookie, you must convert it to a string before storage and upon retrieval change it back into the object/array/function/number that it was. Cookies are therefore best used for string storage and retrieval. This unit doesn't pretend to eliminate all of the possible confusions that can arise from "when and where in...
jscheuer1's Avatar
No Kidding?
Views 6520 Comments 3 jscheuer1 is offline Edit Tags

All times are GMT. The time now is 06:53 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.