Anyone use JWplayer on their sites, some questions.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnnyloadproductions
    Account Shutdown
    • Oct 2008
    • 3611

    #1

    Anyone use JWplayer on their sites, some questions.

    I was looking to integrate JWplayer on some WP blogs and then a VB forum. How well does this work for you and is there good analytics you can integrate into the video player.

    Also is .mov work alright, I ask this because it's the fastest and best looking video for my editing (pumps out fast).

    Thanks.
  • Denny
    Too lazy to set a custom title
    • Feb 2005
    • 17414

    #2

    Comment

    • woj
      <&(©¿©)&>
      • Jul 2002
      • 47880

      #3
      all the cool kids use h264 mp4 now a days
      Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
      Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
      Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

      Comment

      • just a punk
        So fuckin' bored
        • Jun 2003
        • 32385

        #4
        I the cool kids use KVS Player nowadays
        Obey the Cowgod

        Comment

        • USA
          Adult Pimp
          • Feb 2005
          • 2086

          #5
          icq:
          270894060 ( for Affiliate Managers )
          or
          600048 ( for Adult Firms )

          Comment

          • KillerK
            Confirmed User
            • May 2008
            • 3406

            #6
            Personally I don't like the player, I think you do better uploading to google and embeding it. You also can get free traffic from youtube.

            Comment

            • johnnyloadproductions
              Account Shutdown
              • Oct 2008
              • 3611

              #7
              Originally posted by USA
              Please specify what you are


              No Good

              Comment

              • johnnyloadproductions
                Account Shutdown
                • Oct 2008
                • 3611

                #8
                Originally posted by KillerK
                Personally I don't like the player, I think you do better uploading to google and embeding it. You also can get free traffic from youtube.
                Youtube doesn't allow porn. I'm not sure what you mean upload to google.

                Comment

                • bigmoney
                  Registered User
                  • Sep 2012
                  • 50

                  #9
                  I haven't had any issues with it. Though, I've only used flv and mp4 video files with it.

                  Comment

                  • Denny
                    Too lazy to set a custom title
                    • Feb 2005
                    • 17414

                    #10
                    Originally posted by KillerK
                    Personally I don't like the player, I think you do better uploading to google and embeding it. You also can get free traffic from youtube.
                    ?

                    LOL

                    Comment

                    • fris
                      I have to go potty
                      • Aug 2002
                      • 55750

                      #11
                      Originally posted by CyberSEO
                      I the cool kids use KVS Player nowadays
                      a few things, its flash only, what happens if a person doesnt have flash installed?

                      also i looked at the source code of the plugin, and its horribly coded for the shortcode.

                      you should never use a regex and run it through the_content

                      use the shortcode api.

                      also the default width and height you should get from the options in wp.
                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                      Totally Free Templates

                      Comment

                      • just a punk
                        So fuckin' bored
                        • Jun 2003
                        • 32385

                        #12
                        Originally posted by fris
                        a few things, its flash only, what happens if a person doesnt have flash installed?
                        I guess the same that will happen to JWPlayer mentioned by OP.

                        Originally posted by fris
                        also i looked at the source code of the plugin, and its horribly coded for the shortcode.

                        you should never use a regex and run it through the_content

                        use the shortcode api.

                        also the default width and height you should get from the options in wp.
                        The code was written a long time before the Shortcode API was released in (actually the code has been taken from the old Simple FLV Player which was removed from WordPress.org because it can't be distributed under the GPL license). I have no time to rewrite it, especially because it won't work on older versions of WP. My code is universal, while Shortcode API-based will work on WP 2.5+ only. If you have a free time please feel free to do your own version.
                        Last edited by just a punk; 10-01-2012, 10:11 AM.
                        Obey the Cowgod

                        Comment

                        • Gator
                          Confirmed User
                          • Feb 2002
                          • 1119

                          #13
                          Originally posted by CyberSEO
                          I guess the same that will happen to JWPlayer mentioned by OP.
                          JWPlayer renders HTML5 as well as Flash.

                          Comment

                          • just a punk
                            So fuckin' bored
                            • Jun 2003
                            • 32385

                            #14
                            Originally posted by Gator
                            JWPlayer renders HTML5 as well as Flash.
                            Not actual while 90% of sponsor-hosted videos are delivered as FLV files.
                            Obey the Cowgod

                            Comment

                            • fris
                              I have to go potty
                              • Aug 2002
                              • 55750

                              #15
                              Originally posted by CyberSEO
                              I guess the same that will happen to JWPlayer mentioned by OP.



                              The code was written a long time before the Shortcode API was released in (actually the code has been taken from the old Simple FLV Player which was removed from WordPress.org because it can't be distributed under the GPL license). I have no time to rewrite it, especially because it won't work on older versions of WP. My code is universal, while Shortcode API-based will work on WP 2.5+ only. If you have a free time please feel free to do your own version.
                              only reason i say that, is when people want to use your shortcode say via text widget, or via a custom field, you wont be able to render it, because normally you would just do echo do_shortcode() but since yours isnt a "shortcode" it wont work, other than that its fine.
                              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                              Totally Free Templates

                              Comment

                              • just a punk
                                So fuckin' bored
                                • Jun 2003
                                • 32385

                                #16
                                In WP 2.5+ only.

                                For example, the CyberSEO plugin works with WP 2.00 w/o problems.
                                Last edited by just a punk; 10-01-2012, 01:55 PM.
                                Obey the Cowgod

                                Comment

                                Working...