Flowplayer? Programmers, Please Help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • digitaldivas
    ..I Heart Cannibal Corpse
    • Sep 2007
    • 4328

    #1

    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
    ICQ:649699063
    • Mar 2003
    • 27763

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

    Send me an email: [email protected]

    Comment

    • digitaldivas
      ..I Heart Cannibal Corpse
      • Sep 2007
      • 4328

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

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55679

        #4
        messy code, use a swfobject generator
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        • ry0t
          So Fucking Banned
          • Feb 2003
          • 4160

          #5
          Maybe you should switch to a different player like JWPlayer

          Comment

          • quantum-x
            Confirmed User
            • Feb 2002
            • 6863

            #6
            How about you go to flowplayer.org and use their code.
            The swfobject implementation is incredibly messy.
            PrettyInCash.com - BoozedGFs.com - TeenGFs.com - JizzGFs.com- MilfUploads.com -

            Comment

            • digitaldivas
              ..I Heart Cannibal Corpse
              • Sep 2007
              • 4328

              #7
              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
              ...

              Comment

              • ry0t
                So Fucking Banned
                • Feb 2003
                • 4160

                #8
                I can see it.

                Comment

                • digitaldivas
                  ..I Heart Cannibal Corpse
                  • Sep 2007
                  • 4328

                  #9
                  cool, thank you man!
                  ...

                  Comment

                  • tonyparra
                    Confirmed User
                    • Jul 2008
                    • 4568

                    #10
                    flo playa is ez

                    High Performance Vps $10 Linode
                    Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot

                    Comment

                    • NextBigTube
                      Confirmed User
                      • Oct 2008
                      • 352

                      #11
                      Originally posted by digitaldivas
                      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.

                      Porn Tubes Hawt Tube,Next Big Tube,
                      Gay Tube Tube 4 Gay
                      Amazon.com Discount Finder

                      Comment

                      • VGeorgie
                        Confirmed User
                        • Nov 2008
                        • 359

                        #12
                        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.

                        Comment

                        Working...