• i’ve just installed videopress and love it. however, i’d also like to be able to use showdowbox js plugin to display my videopress videos. i haven’t seen any demos and am having trouble getting it work for me (as it does for youtubes and selfhosted quicktime) — can anyone describe how i might do the same with videopress videos?

    thanks in advance.

    http://wordpress.org/extend/plugins/video/

Viewing 1 replies (of 1 total)
  • Thread Starter selise

    (@selise)

    it’s probably not the best solution, but in case anyone else has the same question i used a hidden embed.

    <a rel="shadowbox;width=640;height=480" href="#video-01" title=""><img src="my-picture.jpg"  alt="" width="640" height="480" class="" /></a>
    
    <div id="video-01" style="display:none">
    <embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" width="640" height="480" flashvars="guid=......"></embed>
    </div>

    with the flashvars from videopress’ embed code.

Viewing 1 replies (of 1 total)
  • The topic ‘videopress with shadowbox js plugin’ is closed to new replies.