webplayer

6 replies [Last post]
karin_1
karin_1's picture
User offline. Last seen 2 years 15 weeks ago. Offline
Joined: 09/29/2009
Posts: 5

Hi!
Can anyone tall me how i get the thumbnails from my divx.movis linked to de webplayer on my site?

I managed to embed the webplayer but it starts with the same movie, or do i have to generate a new code for every movie?

Karin

karin_1
karin_1's picture
User offline. Last seen 2 years 15 weeks ago. Offline
Joined: 09/29/2009
Posts: 5
windowed mode for divx webplayer

Hi there!
Once again: is it possible to get the windowed mode for the divx webplayer on my site?
Is ther a code?
tnx in advance
Karin

karin_1
karin_1's picture
User offline. Last seen 2 years 15 weeks ago. Offline
Joined: 09/29/2009
Posts: 5
windowd mode divx webplayer

Hi
Can i get the windowed mode for the duvx webplayer onto my site; what is the html-code?

Karin

DivX Web Player Preview Image
Hi Karin,

The thumbnail is not generated automatically by DivX Web Player. You'll need to use the Preview Image parameter as described in the SDK:

The previewImage parameter

The previewImage parameter is used to specify the location of an image file in PNG, JPEG or GIF format to use as a preview image. The preview image is displayed in place of the DivX “X” logo when autoPlay is set to false. This allows to setup a piece of video so that it does not auto start but shows a preview image of what the video is about.

Users can then start the download and playback of the video by clicking anywhere on the preview image. See the previewMessage and previewMessageSize parameters for more options.

Note that you need to set the autoPlay parameter to false for this parameter to be taken into account. Usage:

  • In the object tag: <param name="previewImage" value="[value]">
  • In the embed tag: previewImage="[value]"
Possible values:
  • A relative path, such as "myPreviewImage.gif" or "../../images/myImage.jpg".
  • An absolute path, i.e. "http://mywebsite.com/myImage.png".

You can view the whole SDK here if you need more details, and please write back if you have more questions.

karin_1
karin_1's picture
User offline. Last seen 2 years 15 weeks ago. Offline
Joined: 09/29/2009
Posts: 5
Thank you so far; i will

Thank you so far; i will dive into this, and when i have more questions i will post them

Karin

somnang
somnang's picture
User offline. Last seen 42 weeks 4 days ago. Offline
Yes, it's an option

karin

Question: "do i have to generate a new code for every movie?"
Answer: Yes.

Window Mode is an option on the DivX Web Player itself. Just click the button and the DivX Web Player will detach itself from the page.

karin_1
karin_1's picture
User offline. Last seen 2 years 15 weeks ago. Offline
Joined: 09/29/2009
Posts: 5
windowed mode divx web player

Yes,
I know that, but i want the player to start up in the windowed mode...
Karin

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.