You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Flashembed, flowplayer and initial splash image doesn"t work Created Sep 24, 2009

This thread is solved

Views: 2145     Replies: 1     Last reply Oct 5, 2009  
You must login first before you can use this feature

Sevein

Posts: 1

Registered:
Sep 24, 2009

Flashembed, flowplayer and initial splash image doesn"t work

Posted: Sep 24, 2009

Hi! I can't get working flowplayer and init splash image with flashembed. I disabled autoBuffering and inside 'a' tag I put an 'img' tag, but when page loads the img is replaced by the 'object' tag automatically. What can I solve this?


      $(function() { 
          $('a.flowplayer').flashembed(PATH_TO_FLOWPLAYER_SWF, {
            config:
            {
              clip: {
                autoPlay: false,
                autoBuffering: false,
                url: PATH_TO_VIDEO
              }
            }
          });
      });


    <a class="flowplayer flowplayerVideo" href="PATH_TO_VIDEO">
      <img src="PATH_TO_SPLASH_IMAGE" />
    </a>

Thank you in advance,

Regards.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» Flashembed, flowplayer and initial splash image doesn"t work

Posted: Oct 5, 2009

Reply to: Flashembed, flowplayer and initial splash image doesn"t work, from Sevein
The splash image setup is a feature in Flowplayer and not in Flashembed.