Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Links

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorpallavik
    • CommentTimeFeb 8th 2010
     
    Hello,
    i m trying to play flv video thru thickbox my video opens properly in mozilla. but as soon as i click on video file its starts playing in thickbox. i want initial loading image show then my video should open in thickbox pop up
    my code is like this

    <body>
    <div id="onPageHiddenContent-20" style="display:none;">
    <embed src="<?=base_url()?>video/swf_file/autoset-with-easy-breathe-640x360-v1.swf"
    width="640" height="320" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    flashvars="file=<?=base_url()?>video/swf_file/autoset-with-easy-breathe-640x360-v1.flv&image=<?=base_url()?>images/autoset-with-easy-breathe-640x360-v1.jpg" />
    </div>
    <td valign="top" background="<?=base_url()?>images/CPAP_1.jpg" scope="col"><a href="#TB_inline?height=340&width=640&inlineId=onPageHiddenContent-20" class="video_thickbox" ><img style="opacity: 0;" width="120" height="110" src="<?=base_url()?>images/CPAP_1.jpg" border="0"></a></td>