Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
<video type alternative?
is there a way to directly input the embed code for youtube, google, vimeo, etc videos?
example:
example:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/zcKOQrz19Yg"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/zcKOQrz19Yg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
0
This discussion has been closed.
Comments
http://lussumo.com/community/discussion/5822/2/jqmedia/#Comment_73398
1.1.0 Released 2007-01-20
! JQuery now does not conflict with Prototype and SmoothPageJump Ensure that prototype and SPJ are enabled AFTER JQuery.
<script type="text/javascript" src="/talk/./extensions/SmoothPageJump/prototype.lite.js"></script> <script type="text/javascript" src="/talk/./extensions/SmoothPageJump/moo.fx.js"></script> <script type="text/javascript" src="/talk/./extensions/SmoothPageJump/functions.js"></script> ... <script type="text/javascript" src="/talk/extensions/JQuery/jquery-1.1.3.1.pack.js"></script> <script type="text/javascript" src="/talk/extensions/JQMedia/jQmedia.js"></script>
See if that works. I guess I should give this more prominence...