Hi all,
glad to ask my first question in Stack Overflow :)
At work I'm developing a google web toolkit application and I need to embed a jwplayer inside it.
Do you have any suggestion about how to achieve this? I found gwt2swf but so far I couldn't make it work.
I have written this:
SWFWidget jwplayer = new SWFWidget("player.swf");
...
Hi Guys,
I've the following problem, the following code:
$link = $_GET['link'];
$id = $_GET['block'];
echo "<p id='preview". $id ."'>The player will show in this paragraph</p>";
echo "<script type='text/javascript'>";
echo "var s" . $id . " = new SWFObject('" . COMPANY_URL . "/system/addons/player/player.swf','player". $id ."','210',...
I am using JW Player in my application. I want to know which function is triggered when the play button is clicked in the JW Player.
...
i have a problem in jw player. i set my player height = 225 width = 400. It is exact 16:9 ratio. If i play any 400x225 resolution video or exact 16:9 ratio video. i get vertical bars at both sides of the player about 5mm each. For ref image is given below. how to overcome this problem. Thanks in advance.
...
Hi,
I'm experiencing a severe bug on my Wordpress site.
http://kungfuscreen.com/
When the homepage loads, after 2-3 seconds, the pages refreshes and multiple JW players (which are taken from the posts) are splashing on the screen in one big mess.
the site uses a pro theme for a video content site, and each post contains a JW video pla...
So I got JWplayer 5.3 up and running with this HTML:
<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="720" height="480">
<param name="movie" value="player.swf" />
<param name="allowfullscreen" value="true" />
<param name="all...
Hello,
Can i use or embed any of FLV players like JW player in C# Windows Form Application without using web browser ? And if yes how to use it for playing Flv video or to play Youtube video ?
...
I've compiled Nginx with the H264 streaming module and tested it using:
wget http://cdn.mydomain.com/video.m4v?start=10
The file returned has the first 10 seconds chopped off it. So I know Nginx is successfully streaming the video.
On my website, I have JW Player 4.5 setup using the following code:
var time = false;
var player = f...
Hey guys.
I need some help with an item.
Kwicks takes an initial argument, click or mouseover for its event parameter, by default its mouseover.
in my index.php it looks like this
$('.kwicks').kwicks({
min : 10,
max : 480,
duration: 800,
easing: 'easeOutQuint',
sticky : true,
defaultKwick : 3,
event : 'm...
Hello,
I'm trying to embed JW flv media player into another swf (version 3.15).
It works but not totally.
With some variables, I could set up the displaying, volume, autostart...
But I have some problems :
The variable "showdigits" doesn't work at all.
The controlbar width takes the width of my scene and not my flv width, in my case 9...
Does anyone please have a solution to create a Clickthrough with jQuery on a png file overlayed on top of a Flash (JW) movie player?
...
Hello Hello
I have a SWF loaded via a "swfobject.embedSWF()"
I use Javascript's methods to pass calls via the flash APIs: http://developer.longtailvideo.com/trac/wiki/Player4Api#Sendingevents
call.player.sendEvent('LOAD', theFile)
Using a XMLHttpRequest() call via GET to a PHP script I get a file url:
http://xx.yy.com/protected/5dd...
I am trying to play video using JWplayer from specified position? I have tried following code but it always play the video from zero position:
<object id="player1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="473" height="280">
<param name=bgcolor val...
I have the following code, i'm reading the doc's but weirdly i can't get this to play. I've double checked all the files are in the right location. Must be something dumb.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject...
Hi,
i have some problems with my site. it eats ram like a monster.
javascript causes that but i don't know what to do.
i use jquery framework and jwplayer(+some listeners)
how can I detect which code causes that?
...
I'm trying to put a border around just the video in a flv player, not the controls. I tried using css but it puts the border around the entire video and controls. Is there anyway of doing it via skins?
...