Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This is my JWPlayer code .I want share on google plus one.
please any Idea ,help me
Thank You.

<div id="Container" class="clearfix">
     <script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" src="http://player.longtailvideo.com/jwplayer.js"></script>

<p style="width:440px; padding:20px; text-align:center; background:#369; color:#FFF;" id="message">&nbsp;</p>

<div id="container_wrapper" style="position: relative; width: 480px; height: 270px;"><object width="100%" height="100%" type="application/x-shockwave-flash" data="http://player.longtailvideo.com/player.swf" bgcolor="#000000" id="container" name="container" tabindex="0"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="seamlesstabbing" value="true"><param name="wmode" value="opaque"><param name="flashvars" value="netstreambasepath=http%3A%2F%2Flocalhost%2FamitRND%2Ffacebook_test%2Fplayer.html&amp;id=container&amp;file=http%3A%2F%2Fcontent.bitsontherun.com%2Fvideos%2FnPripu9l-60830.mp4&amp;image=http%3A%2F%2Fcontent.bitsontherun.com%2Fthumbs%2FnPripu9l-480.jpg&amp;controlbar.position=over"></object></div>
<div id="container"></div>
<script type="text/javascript">
    jwplayer("container").setup({
        file: "http://content.bitsontherun.com/videos/nPripu9l-60830.mp4",
        flashplayer: "http://player.longtailvideo.com/player.swf",
        image: "http://content.bitsontherun.com/thumbs/nPripu9l-480.jpg",

        height: 270,

        width: 480
    });
    jwplayer().onPlay(function() {  alert("Video is playing!"); });
    jwplayer().onPause(function() {  alert("Why did you pause?"); });
    jwplayer().onBuffer(function() {  alert("Video is buffering..."); });
    jwplayer().onIdle(function() {  alert("The video stopped."); });
    function setText(text) {
        document.getElementById("message").innerHTML = text;
    }
</script>
</div>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-4011032-1"]);_gaq.push(["_trackPageview"]);(function() {var ga = document.createElement("script");ga.type = "text/javascript";ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ga, s);})();
//--><!]]>
</script>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.