Using the JW player, streaming flv via rtmp. I am also using the snell.swf skin. When I click on full screen, then return to normal I am seeing the menu for the currently playing item indent. Any ideas what is causing this?
Also sometimes seeing menu items highlighted which are not the currently playing ones. Any ideas here as well?
...
Currently, a site I developed plays mp3 files directly in JW Player using the file attribute and public URLs to the mp3 file. This is now an issue with the client for legal reasons, and they now need to stream the audio files so that the users can't open up their cache and nab the files directly after downloading.
The JW player site has...
I'm trying to control an instance of the JW FLV player player using jquery.
What I want to do is have a series of links which when clicked load an XML playlist into the player.
By following the tutorial here I've gotten things working basically as I want them in terms of functionality, but even I can see that it's ugly as sin, as at t...
Hey guys, I'm in sort of a dilemma here. I love the way the JW works and looks and I'd like to include it in my newest project I'm working on. pgn-guild.com/testing.html
I've read through the two threads on this topic already, but nothing seems too conclusive for AS3.0 and JW 4.4 when it comes to using the player in another .swf. I'd li...
When a user triggers a Javascript action, I want the JW FLV to seek back 5 seconds from the current location. I know how to send events using player.sendEvent('SEEK',seconds). But I dont know how many seconds to pass as JS does not know the current location. Can someone please help?
http://developer.longtailvideo.com/trac/wiki/FlashEvent...
Hi
We feed JWplayer with an external playlist, and have an external button to shuffle this play list. I would like to move this button into the JWplayer control bar itself.
I'm not a developer, I'm a designer - but, thanks to a link found on the JWplayer support forum I have been able to add a custom button to the control bar - via t...
Hey I've embedded JW flv player in my website. and it works perfect in chrome and firefox. But in all IE version it won't show up :S.
What's wrong with my code ?
<script type="text/javascript" src="/flash/swfobject.js"></script>
<br />
<div id="player" style="margin: 0 0 5px 0;">This text will be replaced</div>
<script type="text/jav...
I don't understanding what code is needed to simply output any interaction with the Flash JW Player. Below is a code demo from their documentation (results in addControllerListener being undefined). Some more details in the JW Player Flash API.
function muteTracker(obj) { alert('the new mute state is: '+obj.state); };
player.addControll...
On chrome it works ok.
My flash version is WIN 10,0,32,18
Debug: No
This is the code that i wrote:
<script type="text/javascript" src="/swfobject.js"></script>
<div id="player">
<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a>
to see this player.
</div>
<script type="text/javascript">
var so = ne...
I'm trying to get the Longtail JW Player working (for playing .flv files on a website).
PROBLEM: when i press play the audio starts but the video does not. if i press it again then the video comes in... but that's no good.
CODE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml...
PROBLEM: when i press play the audio starts but the video does not.
CODE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JW Player for Flash</title>
</head><body>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">...
I'm kinda new to this whole CDN and RTMP stuff. But with regards to delivering movies over the web, be it streaming or buffering or whatever, what is the best way to do this? And is this also the best way according to latest web standards?
I've read that some people say to put your movies files on a CDN and then stream them over RTMP. I...
We are making a site like twitter/facebook and it has an API, obviously. Which one has the best API implementation for developers so if we shared with others they could easily use it with their own skins? So far I like flow player, but jw has more features. I need your help to decide on which one to go for.
JW player or flow player?
...
I have JW player installed on our site, once on the homepage, and once on our video page. All video's work on the homepage in ALL browsers. However, on the video page, when a video is played in IE, the video starts out correctly, then about 5 - 10 seconds in, the audio portion of the file starts playing a second time, over the top of eve...
I have a FLV file intended to be played with JW Players, however it won't play. I have windows server 2008, in IIS under the website I have .flv in MIME Types.
Extension: .flv
MIME Type: flv-application/octet-stream
But on the browser, FLV doesn't play, the player is displayed though so no problem with my flash player.
In my other se...
I would like to get jw player to play nicely with tinymce. Currently, tinymce just strips the embed code out, or converts it to ... which breaks it.
first aim is to even allow the jw player code
a nice-to-have would be a button to add the code through the interface.
any help much appreciated
...
I am currently using JWPlayer to play FLV video on a web page. How do I seek to specific parts of the video:
(a) While it is playing?
(b) Before it has loaded?
Generally speaking - what is the best method for frame-by-frame manipulation of FLV files?
Any help greatly appreciated.
Max.
...
Hey
Havin problems with the JW player on here
ferrazzilimoct dot com
Pause button doesnt seem to work, and player doesnt work in some browsers either, here is the code:
<script type='text/javascript' src='http://ferrazzilimoct.com/wp-content/uploads/2010/01/swfobject.js'></script>
<div id='mediaspace'>This text will be repl...
See working link.
On the homepage I have two videos (#intro_video & #video_container) which under chrome I have no problems, but in firefox and IE the video doesn't play. It's loading the preview image but when you click play it tries to load for a moment and then goes back to the preview.
I have tried using Jquery Flash (loads #intro...
Hello,
I am using Jw player to stream some video using the following code
<script type='text/javascript' src='mediaplayer/swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('{$movielocation}','mpl','550','470','9');
so.addParam('allowfullscreen','true...