Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Divx hosting/Embedding

  • 07-04-2009 1:34pm
    #1
    Posts: 0


    I wonder if people could help me with a little problem I seem to be having. There's a video I have hosted on a site called divxvine. The code I have for the actual Divx player itself is:
    <object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="512" height="404" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
    
     <param name="custommode" value="none" />
    
      <param name="previewImage" value="Darragh-throne.jpg" />
      <param name="autoPlay" value="false" />
      <param name="src" value="http://divxvine.com/f5vqefhn17n8/Road_Trip_Requim_PC.avi" />
    
    <embed type="video/divx" src="http://divxvine.com/f5vqefhn17n8/Road_Trip_Requim_PC.avi" custommode="none" width="512" height="404" autoPlay="false"  previewImage="Darragh-throne.jpg"  pluginspage="http://go.divx.com/plugin/download/">
    </embed>
    </object>
    <br><font color=white>No video? Get the DivX Web Player for <a style="text-decoration: underline;" href="http://download.divx.com/player/DivXWebPlayerInstaller.exe">Windows</a> or <a style="text-decoration: underline;" href="http://download.divx.com/player/DivXWebPlayer.dmg">Mac</a>
    

    However, when I try and play the actual video, it doesn't go past connecting. Not sure if this could be a problem with my code, my connection, or the video hosting site itself.


Advertisement