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?

edited August 2007 in Vanilla 1.0 Help
is there a way to directly input the embed code for youtube, google, vimeo, etc videos?

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>

Comments

  • JQMedia does that I think.
  • edited August 2007
    having some problems with JQmedia because i didn't installed/activate in the correct order.

    http://lussumo.com/community/discussion/5822/2/jqmedia/#Comment_73398
  • Taken from JQuery # 1

    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.

    From your headers...
    <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...
This discussion has been closed.