2 replies
  • WEB DESIGN
  • |
Hey,

Does anyone here have experience with installing the "JW Player" who can help me out? I've seen the guides on the website, but am having difficulties. I'm obviously not much of a web designer.

Thanks guys!

Vince
#installing #player
  • Profile picture of the author Eddieheli
    Hi Vince,
    What are you having trouble with exactly.

    I will do it for you if you like.

    Have you put player.swf, yt.swf and swfobject.js file on your website and uploaded the video? is your video in flv format?

    Have you put the following code in your html page

    <p id='preview'>The player will show in this paragraph</p>
    <script type='text/javascript' src='swfobject.js'></script>
    <script type='text/javascript'>
    var s1 = new SWFObject('player.swf','player','400','300','9');
    s1.addParam('allowfullscreen','true');
    s1.addParam('allowscriptaccess','always');
    s1.addParam('flashvars','file=video.flv');
    s1.write('preview');
    </script>

    have look at my site Success without Fear

    Regards
    Eddie Evans
    Signature

    Eddieheli -
    "Forget about all the reasons why something may not work. You only need to find one good reason why it will." ~ Dr. Robert Anthony

    {{ DiscussionBoard.errors[2672482].message }}
    • Profile picture of the author Eddieheli
      If you can't pm email me at eddie [at] eddieevans [dot] co [dot] uk
      Signature

      Eddieheli -
      "Forget about all the reasons why something may not work. You only need to find one good reason why it will." ~ Dr. Robert Anthony

      {{ DiscussionBoard.errors[2672487].message }}

Trending Topics