Please Review This Short Code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kneefight
    New Member
    • Sep 2006
    • 1

    #1

    Please Review This Short Code

    I'm trying to simply change the source of a video via link.


    <object width="425" height="350">

    <param name="wmode" value="transpar ent"></param>

    <embed id = "currentvid eo" src="http://www.youtube.com/v/WiHi6J_fp8Y" type="applicati on/x-shockwave-flash" wmode="transpar ent" width="425" height="350"></embed>

    </object>


    <a href="#" OnClick="docume nt.getElementBy ID('currentvide o').src = 'http://www.youtube.com/v/kFhnxIsBqJ8';"> Other Video</a>
Working...