jquery ui popup a YouTube Video modally
Posted
by
BahaiResearch.com
on Stack Overflow
See other posts from Stack Overflow
or by BahaiResearch.com
Published on 2010-12-25T23:54:03Z
Indexed on
2010/12/26
6:54 UTC
Read the original article
Hit count: 184
Is there a way to use jQueryUI to popup a YouTube video modally?
Here's the YouTube code I have:
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/DIuXtsaUDmM?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DIuXtsaUDmM?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
© Stack Overflow or respective owner