Results 1 to 6 of 6

Thread: Need help with a simple script

  1. #1
    I jackoff way too much!!! hotboyluke's Avatar
    Join Date
    Jun 2008
    Location
    Chicago
    Posts
    15

    Need help with a simple script

    I've been trying to install a new flash player on my site from flowplayer.org! The problem is I'm not very good at scripting and code. Could you take a look at it for me. I'm sure it's real simple.

    I've done the basic set up which works: http://flowplayer.org/demos/installation/index.html

    I've also been able to enter my commercial product key to remove the flowplayer logo: http://flowplayer.org/demos/commercial/index.html

    Here's the script I'm using that works.


    <script src="http://hotboycamz.com/members/models/flash/shows/flowplayer-3.1.3.min.js"></script>

    <a
    href="http://hotboycamz.com:81/luke1.flv"
    style="display:block;width:640px;height:508px;"
    id="player">
    </a>

    <script language="JavaScript">
    flowplayer("player", "/members/models/flash/shows/flowplayer.commercial-3.1.3.swf", {key: '$156f1103891dd636621'
    });
    </script>


    Since my .flv files are running on lighttpd I'm trying to set up Pseudostreaming so my members can seek anywhere on the video timeline before the video is completely downloaded. My videos are already prepared I just need to know what code and where to place it to get this working.

    Flowplayer has a Basic Setup here: http://flowplayer.org/demos/plugins/...ing/index.html
    and here: http://flowplayer.org/plugins/stream...streaming.html

    All of the player files (flowplayer-3.1.3.min.js, flowplayer-commercial-3.1.3.swf, and flowplayer.pseudostreaming-3.1.3.swf) are in the folder "/members/models/flash/shows/"

    All of the .flv files are in http://hotboycamz.com:81/ which is the lighttpd server.

    If you could take a quick look at it for me I would really appreciate it.

    Thanks,
    Luke
    Luke Bryant
    luke@hotboycamz.com
    312-286-3494
    Site- www.hotboycamz.com
    Affiliate Program- www.hotboybucks.com


  2. #2
    Am I Bitter?...Absolutely nicedreams's Avatar
    Join Date
    Apr 2004
    Location
    Washington DC Metro
    Posts
    572
    Hi,

    We run flowplayer with php pseudostreaming.

    Have you added the lighttpd settings?

    http://blog.lighttpd.net/articles/20...-with-lighttpd

    Jimmy

    Gay Amateur Paysites / Solo Twink Paysite
    Nice Dreams Cash
    http://www.nicedreamscash.com


  3. #3
    I jackoff way too much!!! hotboyluke's Avatar
    Join Date
    Jun 2008
    Location
    Chicago
    Posts
    15

    Almost there

    I figured out the code and my video's are running pseudostreaming now. I just dont know where to put the commercial key in my code. Can you help with this? http://flowplayer.org/demos/commercial/index.html

    <script src="/members/models/flash/shows/flowplayer-3.1.3.min.js"></script>

    <a style="display:block;width:640px;height:508px;"
    id="player">
    </a>

    <script language="JavaScript">
    flowplayer("player", "/members/models/flash/shows/flowplayer.commercial-3.1.3.swf", {
    plugins: {
    pseudo: { url: 'flowplayer.pseudostreaming-3.1.3.swf', }},
    clip: {
    provider: 'pseudo',
    url: 'http://hotboycamz.com:81/luke1.flv'}});
    </script>
    Luke Bryant
    luke@hotboycamz.com
    312-286-3494
    Site- www.hotboycamz.com
    Affiliate Program- www.hotboybucks.com


  4. #4
    Am I Bitter?...Absolutely nicedreams's Avatar
    Join Date
    Apr 2004
    Location
    Washington DC Metro
    Posts
    572
    Try:

    <script language="JavaScript">
    flowplayer("player", "/members/models/flash/shows/flowplayer.commercial-3.1.3.swf", {
    plugins: {
    pseudo: { url: 'flowplayer.pseudostreaming-3.1.3.swf', }},
    clip: {
    provider: 'pseudo',
    url: 'http://hotboycamz.com:81/luke1.flv'},
    key: '$156f1103891dd636621'});
    </script>

    Jimmy

    Gay Amateur Paysites / Solo Twink Paysite
    Nice Dreams Cash
    http://www.nicedreamscash.com


  5. #5
    I jackoff way too much!!! hotboyluke's Avatar
    Join Date
    Jun 2008
    Location
    Chicago
    Posts
    15

    Thanks

    That worked! Thank you so much. I've been working on this for 3 days now.

    I owe you one!
    Luke Bryant
    luke@hotboycamz.com
    312-286-3494
    Site- www.hotboycamz.com
    Affiliate Program- www.hotboybucks.com


  6. #6
    Am I Bitter?...Absolutely nicedreams's Avatar
    Join Date
    Apr 2004
    Location
    Washington DC Metro
    Posts
    572
    No problem. ;-)

    Jimmy

    Gay Amateur Paysites / Solo Twink Paysite
    Nice Dreams Cash
    http://www.nicedreamscash.com


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •