Jump to content
xisto Community
Sign in to follow this  
mrdee

Help Required With Flowplayer Putting multiple films on one site

Recommended Posts

Can I have some help please?
I use Flowplayer Media player on my website.
I want to put more than one player on my page, using different film clips, obviously, the visitor to the site will not look at more than one at the same time.

Now, the explanation about multiple players looks extremely complex to me, and I don't need any CSS stuff anyway, so why is it not working when I have

<script src=http://vlaanderen-flanders.org.uk/flowplayer-3.1.4.min.js"></script>
in my head tags and then the following within the <body></body> tags:

<div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div>

then some other media in between (not using flowplayer), and then:

<div align="center"><div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div>
the first video plays with no problem, but in the second one, all I get to see when I put the mouse over the place of the video is a yellow square, and in the status bar, I see the URL of my .flv file, when I click on the yellow square, a screen comes up offering me to download the .flv file.

Can anyone tell me where my mistake is?

Is there really no simpler way to put more than 1 film on a site than the one explained?
Please help, the simplest solution will do.

Thanks in advance.

Share this post


Link to post
Share on other sites

It looks like I found the solution:

it seems like every next film you put on your page, you simply have to add a number after the word 'player'.
Hence:

<div align="center"><div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div>

becomes

<div align="center"><div style="width: 450px; height: 300px;margin-left:auto;margin-right:auto;margin-top:30px;">href=http://forums.xisto.com/no_longer_exists/ language="JavaScript">flowplayer("player1", http://forums.xisto.com/no_longer_exists/;, {clip: {autoPlay: false,autoBuffering: true}});</script></div>

and then for every subsequent film the number goes up by 1.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.