Looking for custom FLV player developer.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Killswitch - BANNED FOR LIFE
    • Jul 2026

    #1

    Looking for custom FLV player developer.

    I'm looking for someone who can create a custom FLV player.

    Pretty much has all the flv player features but I want it to check for a certain config xml variable that I pass along to it and if it exists it checks the start and end run times and only plays the video between those times.

    For example, say I put a video thats 20 minutes long on my site, and set the start time at 3 minutes and end time at 7 minutes, when a user hits the page for that video, the player will check the config xml and see that its limited to that 4 minutes, so when they click play the video starts 3 minutes in and ends 7 minutes in and won't allow before the 3 minutes or after the 7 minutes unless the user is registered.

    Now before anyone starts bitching cause I'm gonna be featuring full length videos on my site, this is for my own pay site... and the 20+ minute videos I put up will be licensed by myself and the users won't get access unless they are paying, they just get the small preview.
  • Mutt
    Too lazy to set a custom title
    • Sep 2002
    • 34431

    #2
    lemme know if you find anybody good with Flash players

    thanks
    I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

    Comment

    • PSD CSS XHTML
      Confirmed User
      • Mar 2009
      • 546

      #3
      Originally posted by Killswitch
      I'm looking for someone who can create a custom FLV player.

      Pretty much has all the flv player features but I want it to check for a certain config xml variable that I pass along to it and if it exists it checks the start and end run times and only plays the video between those times.

      For example, say I put a video thats 20 minutes long on my site, and set the start time at 3 minutes and end time at 7 minutes, when a user hits the page for that video, the player will check the config xml and see that its limited to that 4 minutes, so when they click play the video starts 3 minutes in and ends 7 minutes in and won't allow before the 3 minutes or after the 7 minutes unless the user is registered.

      Now before anyone starts bitching cause I'm gonna be featuring full length videos on my site, this is for my own pay site... and the 20+ minute videos I put up will be licensed by myself and the users won't get access unless they are paying, they just get the small preview.
      That's a pretty interesting idea. Create bumper ads for the video explaining what's up and what they need to do.

      . . psd to xhtml/css conversions . . cost effective css template solutions . . and now offering css lessons . .
      My XBIZ profile

      Comment

      • vod
        Confirmed User
        • Jan 2006
        • 3510

        #4
        XonDemand

        XonDemand recently created IDemandX with API Concepts to pull our entire library of movies and stream them on your site in Flash with your merchant/gateway info...you control your surfers and customers... you charge whatever you want and we provide the Backend streaming, encoding and bandwidth.

        Learn More


        Adult Merchant Account

        Comment

        • Killswitch - BANNED FOR LIFE

          #5
          Originally posted by vod
          XonDemand recently created IDemandX with API Concepts to pull our entire library of movies and stream them on your site in Flash with your merchant/gateway info...you control your surfers and customers... you charge whatever you want and we provide the Backend streaming, encoding and bandwidth.

          Learn More
          Awesome! Thanks for the spam, and when you decide to actually read what I posted and understand what I want, try again. Idiot.

          Comment

          • Killswitch - BANNED FOR LIFE

            #6
            Originally posted by Mutt
            lemme know if you find anybody good with Flash players

            thanks
            Alright, if I find anyone I'll be sure to let ya know.

            Originally posted by PSD CSS XHTML
            That's a pretty interesting idea. Create bumper ads for the video explaining what's up and what they need to do.
            Yeah, the whole idea I have is to have a regular tube site, where I put up sponsor supplied videos just like any other regular tube site, but I will have a premium section, no not a white label of another site, but where my users can upgrade their memberships for a monthly fee and get access to content licensed to me to sell access too.

            Comment

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

              #7
              Best to buy a flash player with lots of options, and just skin it
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

              Comment

              • Mutt
                Too lazy to set a custom title
                • Sep 2002
                • 34431

                #8
                Originally posted by vod
                XonDemand recently created IDemandX with API Concepts to pull our entire library of movies and stream them on your site in Flash with your merchant/gateway info...you control your surfers and customers... you charge whatever you want and we provide the Backend streaming, encoding and bandwidth.

                Learn More
                spam

                who gave you the rights to do whatever you want to do with other people's content?
                I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

                Comment

                • subc
                  Confirmed User
                  • Apr 2008
                  • 149

                  #9
                  Whoever your developer is, I suggest that you create the swf player 'empty' (no AS), keep your actionscript file(s) on a separated directory (protected by htaccess), keep your xml files on a separated directory (also protected by htaccess), and of course, the flv's or mp4's also on their own folder with protection, but also with server protection for that specific extesion with htaccess (.flv .mp4)

                  That way, if the smart ones get around downloading and de-compiling your SWF, they will only see a reference to the external .AS (actionscript) files (which are not accesible) which in turn pull the content from XML files (protected) to finally get to the FLV/MP4 files (also protected).

                  You can never have too many lvls of protection ;)
                  you there.. hi. i'm an all around multimedia guy

                  73528862

                  Comment

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

                    #10
                    check out www.flashden.net

                    they have some flash players

                    also

                    www.flashcomponents.net
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                    Comment

                    • Killswitch - BANNED FOR LIFE

                      #11
                      Originally posted by fris
                      Best to buy a flash player with lots of options, and just skin it
                      Yeah, I was thinking that, but I also would rather have something exclusive to my own uses instead of a bloated player.

                      Originally posted by subc
                      Whoever your developer is, I suggest that you create the swf player 'empty' (no AS), keep your actionscript file(s) on a separated directory (protected by htaccess), keep your xml files on a separated directory (also protected by htaccess), and of course, the flv's or mp4's also on their own folder with protection, but also with server protection for that specific extesion with htaccess (.flv .mp4)

                      That way, if the smart ones get around downloading and de-compiling your SWF, they will only see a reference to the external .AS (actionscript) files (which are not accesible) which in turn pull the content from XML files (protected) to finally get to the FLV/MP4 files (also protected).

                      You can never have too many lvls of protection ;)
                      I thought I asked for a FLV player developer, I don't remember asking for feedback on how to protect my content.. Does anyone on this board actually read?

                      Originally posted by fris
                      check out www.flashden.net

                      they have some flash players

                      also

                      www.flashcomponents.net
                      Flashden has some nice stuff but nothing that does what I want.

                      Comment

                      • MetrixApps - Jack
                        Confirmed User
                        • Jan 2006
                        • 106

                        #12
                        Check out www.Metrixstream.com
                        http://www.metrixstream.com
                        [email protected] ICQ: 268570066

                        Comment

                        • subc
                          Confirmed User
                          • Apr 2008
                          • 149

                          #13
                          Originally posted by Killswitch
                          I thought I asked for a FLV player developer, I don't remember asking for feedback on how to protect my content.. Does anyone on this board actually read?
                          (!) hand holding beer doesn't need advice on these issues. *check!* will stay out your way then
                          you there.. hi. i'm an all around multimedia guy

                          73528862

                          Comment

                          Working...