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? Programmers, Please Help? (https://gfy.com/showthread.php?t=960312)

digitaldivas 03-25-2010 07:59 PM

Flowplayer? Programmers, Please Help?
 
Embed is fine, but I would like autostart set to false.

Example:
<!-- include SWFObject -->
<script src="swfobject-2.1.js"></script>

<!-- setup container for Flowplayer (must be before following script tag) -->
<div id="player"></div>

<!-- place Flowplayer into container -->
<script language="JavaScript">
swfobject.embedSWF("http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf", "player", "500", "320", "9.0.0", null, {
config: "{'clip': 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-700.flv' }}"
}
);
</script>

Is this code correct for this
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf", {
clip: {

// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});

fatfoo 03-25-2010 08:01 PM

It's a script that's hard to figure out. Good luck.

http://t2.gstatic.com/images?q=tbn:m...law-scroll.jpg

digitaldivas 03-25-2010 08:03 PM

indeed hard to figure out, i may just embed it as a "pure" object

fris 03-25-2010 08:22 PM

messy code, use a swfobject generator

ry0t 03-25-2010 08:27 PM

Maybe you should switch to a different player like JWPlayer

quantum-x 03-25-2010 08:57 PM

How about you go to flowplayer.org and use their code.
The swfobject implementation is incredibly messy.

digitaldivas 03-25-2010 09:39 PM

thanks fris and quantum. Yeah, i like the flowplayer interface better.

Can you see this video?
http://www.footpervert.com/tgp/movies/sophia-09.html

ry0t 03-25-2010 10:07 PM

I can see it.

digitaldivas 03-26-2010 02:47 AM

cool, thank you man!

tonyparra 03-26-2010 03:52 AM

flo playa is ez

NextBigTube 03-27-2010 08:09 AM

Quote:

Originally Posted by digitaldivas (Post 16979749)
Embed is fine, but I would like autostart set to false.

Example:
<!-- include SWFObject -->
<script src="swfobject-2.1.js"></script>

<!-- setup container for Flowplayer (must be before following script tag) -->
<div id="player"></div>

<!-- place Flowplayer into container -->
<script language="JavaScript">
swfobject.embedSWF("http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf", "player", "500", "320", "9.0.0", null, {
config: "{'clip': 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-700.flv' }}"
}
);
</script>

Is this code correct for this
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.1.5.swf", {
clip: {

// these two configuration variables does the trick
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});

something like that. Doesn't it work? It was lots of trial and error when I tried something similar months ago.

VGeorgie 03-27-2010 08:52 AM

You were mixing SWFObject and Flowplayer js code together. Use one or the other. All the examples on the fp site use their own js file. SWFObject is an option you can use if you want to, but then you can't use any of their code without a hefty rewrite. Not for beginners.

You got it to work with OBJECT embedding, so since it works, just leave it as is. If you don't need anything fancy, like events or other plugins, it's the easiest method.


All times are GMT -7. The time now is 04:10 AM.

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