I have a swfobject below, that gets loaded in $(ocument).onready et开发者_运维技巧c...
swfobject.embedSWF("http://www.youtube.com/v/ma9I9VBKPiw?border=0&enablejsapi=1&playerapiid=ytplayer", "DivYoutubeEntertainmentContainer", "464", "320", "8", null, null, params, atts);
But when i want the page to load, i dont want the movie to be instantiated on page load.
Is there any way i can do this?
精彩评论