This is a message.

Forum user: russellharrower

Basic information

Registered Jan 29, 2009
Last login 4 weeks and 2 days ago
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/7932

Latest forum posts

Posts:

Registered:

Hide control bar on first video

Posted: Mar 22, 2009

Hi I read this pagehttp://flowplayer.org/demos/playlist/force.html
but I cant see how to get it to work if using div playlist, Because I use PHP and a MYSQL database the clip that gets first loaded is an ad

clip: {
url: ' $sql = "SELECT * FROM video_ads ORDER BY RAND() limit 1";
$result = mysql_query($sql);
while($row = mysql_fetch_array($result))
{
echo "{$row['url']}";
}

?>',
autoPlay: true,
autoBuffering: true,
accelerated: true,
linkUrl: 'http://www.ten.com.au/one',
linkWindow: '_blank'
},

Then let DIV playlist is from mysql Music-videos

If any one can help would be more then willing to let you login to my site and have a look at my code.

Thanks

Posts:

Registered:

» » Cant Hide Logo after I brought FlowPlayer

Posted: Feb 7, 2009

I Have tried to get it to work and now the player is not showing at all...

Posts:

Registered:

» » » » Cant Hide Logo after I brought FlowPlayer

Posted: Feb 6, 2009

I did and still not working

Posts:

Registered:

» » Cant Hide Logo after I brought FlowPlayer

Posted: Feb 6, 2009

This is what I am showing in my code,

<script>
$(function() {
// setup scrolling for the playlist elements
$("div.playlist").scrollable({
items:'div.petrol',
vertical:true,
next:'a.down',
prev:'a.up',


});

// setup player
$f("player2", "flowplayer/flowplayer.commercial-3.0.5.swf", {
key: '$XXXXXXXXXXXXXX',
clip: {
url: 'http://www.queerhuntradio.com/images/video/news/Christine Nixon Victoria Police Chief Commissioner Pride March 2009.m4v',
autoPlay: true,
autoBuffering: true
}

// playlist plugin
}).playlist("div#list1", {loop:true});



});

</script>

Posts:

Registered:

Cant Hide Logo after I brought FlowPlayer

Posted: Feb 6, 2009

Hi i am having huge problems with flow player I have brought the software as I really like the player but now cant get it to hide the flowplayer logo I have placed the key in and everything, PLEASE HELP

code athttp://www.queerhuntradio.com

Posts:

Registered:

» » » PLS Help, how to play a specific file from playlist

Posted: Jan 31, 2009

Its easy, ok well maybe not as you are not storing each file in a mysql db. Yes this is what I am doing, then using simple MySQL and PHP i can do what you are asking.

I'll post back when i have a working demo just got auto play to work.

take a look athttp://www.queerhuntradio.com/index.php

Oh and yes i use joomla and no this is not an addon or a mod for joomla

Posts:

Registered:

» » xml playlist

Posted: Jan 29, 2009

then how do i do playlist the demos are to hard as i have no idea what to do, i store all the videos in mysql so is there away to php it?

Posts:

Registered:

xml playlist

Posted: Jan 29, 2009

Hi I have just moved from using JW-FLV-PLAYER to flowplayer yet, you guys dont seem to have a simple xml playlist tool? If it is possible can someone show how.