embedding and fullscreen option

Discussion in 'Programming' started by bobocheez, Sep 12, 2009.

  1. #1
    Hi,
    I want to embed some videos from vhead.blog.sina.com.cn (a chinese website), but for some reason, the player does not have the fullscreen option when placed on other sites.

    here is the code:
     
    <div>
    <object id="ssss" width="600" height="400" >
    <param name="allowScriptAccess" value="always" />
    <param name="allowFullScreen" value="true" />
    <embed
     pluginspage="[URL]http://www.macromedia.com/go/getflashplayer[/URL]"
     src="[URL]http://vhead.blog.sina.com.cn/player/outer_player.swf?auto=0&vid=17928608&uid=1400488700[/URL]"
     type="application/x-shockwave-flash"
     name="ssss"
     allowFullScreen="true"
     allowScriptAccess="always"
     width="600"
     height="400">
     </embed></object></div>
    
    Code (markup):
    can anything be added to this to display a fullscreen button? - like a param maybe
     
    bobocheez, Sep 12, 2009 IP