GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Flowplayer help please (https://gfy.com/showthread.php?t=1043544)

Mutt 10-28-2011 08:42 AM

Flowplayer help please
 
Anybody good with Flowplayer? I'm trying to embed Flowplayer without a control bar but no luck finding an answer on flowplayer.org

Code:

<param name="allowfullscreen" value="true" />
        <param name="flashvars" value='config={"playlist":["previewvid_1.jpg",{"url":"previewvid_1.flv","autoPlay":false,"autoBuffering":false,"scaling":"fit"}]}' />

thanks

Mutt 10-28-2011 10:09 AM

being ignored on 3 forums simultaneously http://www.bratcash.com/icq_bored.gif

anexsia 10-28-2011 10:10 AM

That sig is tripping me out.

Aric 10-28-2011 10:15 AM

plugins: {
controls: null
}

Mutt 10-28-2011 10:18 AM

Quote:

Originally Posted by Aric (Post 18521695)
plugins: {
controls: null
}

i'm using the <object> embed method and have tried getting controls:null into the below but nothing has worked


<param name="flashvars" value='config={"playlist":["previewvid_1.jpg",{"url":"previewvid_1.flv","auto Play":false,"autoBuffering":false,"scaling":"fit"}]}' />

Aric 10-28-2011 10:20 AM

did you put plugins: { } around it?

Aric 10-28-2011 10:23 AM

In other words, something like:

value='config={"playlist":["previewvid_1.jpg",{"url":"previewvid_1.flv"," auto Play":false,"autoBuffering":false,"scaling":"fit"}],plugins:{controls:null}}'

Mutt 10-28-2011 10:28 AM

Quote:

Originally Posted by Aric (Post 18521700)
did you put plugins: { } around it?

i've tried everything to get the syntax right but i'm obviously missing something - trying to avoid using Flowplayer's weird javascript methods.

Mutt 10-28-2011 10:31 AM

Quote:

Originally Posted by Aric (Post 18521709)
In other words, something like:

value='config={"playlist":["previewvid_1.jpg",{"url":"previewvid_1.flv"," auto Play":false,"autoBuffering":false,"scaling":"fit"}],plugins:{controls:null}}'

yep tried that, player doesn't load at all with that code

thanks

Aric 10-28-2011 10:38 AM

Put quotes around them like this:

"plugins":{"controls":null}

Mutt 10-28-2011 10:44 AM

Quote:

Originally Posted by Aric (Post 18521760)
Put quotes around them like this:

"plugins":{"controls":null}

i did, control bar still appears

Aric 10-28-2011 10:44 AM

Weird.

I just did a test and it's not there.

Mutt 10-28-2011 10:47 AM

Quote:

Originally Posted by Aric (Post 18521773)
Weird.

I just did a test and it's not there.

really? hmmmm

Mutt 10-28-2011 10:55 AM

you can see the code here - first video has the controls: null

http://www.destinymoody.com/sc/desti...ey/videos.html

Aric 10-28-2011 11:11 AM

Two things:

1. you need "plugins":{"controls":null}, not just "controls":null
2. Not sure what the -0 is on your flowplayer-3.2.7-0.swf, but when I use a freshly downloaded flowplayer-3.2.7.swf instead of your version -- it works fine

See: http://www.pimpzilla.com/stuff/flow/

Mutt 10-28-2011 11:17 AM

Quote:

Originally Posted by Aric (Post 18521836)
Two things:

1. you need "plugins":{"controls":null}, not just "controls":null
2. Not sure what the -0 is on your flowplayer-3.2.7-0.swf, but when I use a freshly downloaded flowplayer-3.2.7.swf instead of your version -- it works fine

See: http://www.pimpzilla.com/stuff/flow/

weird, i'll download the player again. thanks for your help!

Mutt 10-28-2011 11:24 AM

the -0 is a player i customized with their online tool. not sure why that would interfere with getting rid of the control bar but it seems to be that way.

blackmonsters 10-28-2011 11:51 AM

Quote:

Originally Posted by Mutt (Post 18521860)
the -0 is a player i customized with their online tool. not sure why that would interfere with getting rid of the control bar but it seems to be that way.

First, the Flow player is good. No doubt.

But when it comes to getting special things that you want in a player then why
not try a player made by somebody who is on this board everyday?

I'll either get it right for you or I will suffer the wrath of the board. :1orglaugh

"Board Hammering" is an incentive to get it right.

Klen 10-28-2011 12:24 PM

Quote:

Originally Posted by blackmonsters (Post 18521921)
First, the Flow player is good. No doubt.

But when it comes to getting special things that you want in a player then why
not try a player made by somebody who is on this board everyday?

I'll either get it right for you or I will suffer the wrath of the board. :1orglaugh

"Board Hammering" is an incentive to get it right.

Troll alert

blackmonsters 10-28-2011 12:30 PM

Quote:

Originally Posted by KlenTelaris (Post 18521993)
Troll alert

You still mad from a political thread?

:1orglaugh

RyuLion 10-28-2011 12:42 PM

(irreverent to this thread)
It took me 15 seconds to fap to her ass!

Klen 10-28-2011 01:22 PM

Quote:

Originally Posted by blackmonsters (Post 18522006)
You still mad from a political thread?

:1orglaugh

What political thread?

blackmonsters 10-28-2011 01:28 PM

Quote:

Originally Posted by KlenTelaris (Post 18522088)
What political thread?

I have no clue, but you must be mad about something to call somebody who has
provided programming to webmasters on this board for almost ten years a troll.

CyberHustler 10-28-2011 01:54 PM

http://i34.servimg.com/u/f34/16/04/68/59/he_mad10.jpg

Tempest 10-28-2011 02:13 PM

Did this get resolved? I'm still seeing a control bar... Depending on what you setup for that custom player, you could very well have disabled the ability to turn off the control bar.

Klen 10-28-2011 02:16 PM

Quote:

Originally Posted by blackmonsters (Post 18522104)
I have no clue, but you must be mad about something to call somebody who has
provided programming to webmasters on this board for almost ten years a troll.

Actually someone else called you troll,i just repeating :1orglaugh

Mutt 10-28-2011 03:57 PM

Quote:

Originally Posted by Tempest (Post 18522166)
Did this get resolved? I'm still seeing a control bar... Depending on what you setup for that custom player, you could very well have disabled the ability to turn off the control bar.

i guess that is what happened - i don't remember anything in the setup that would disable turning off the control bar but it was months ago - not much memory of doing it.

this tour i posted a link to i want the control bar - i have another tour where i want it gone and i'll use the default Flowplayer for it.


All times are GMT -7. The time now is 09:54 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc