Hello, everyone.
I tried using JWembedder as follows
jwplayer('videoContainer').setup({
flashplayer: "/flashplayer/jwplayer/player.swf",
height: 270,
width: 480,
file: 'http://10.10.10.185/myvid.mp4'
});
But it doesn't embed the swf file and show the following message (Chrome):
Uncaught TypeError: Object function (){return window.System.Type.getType(this)} has no method 'addEventListener'
on jwplayer.js line 1
The same error happened in IE.
I downloaded the following script (to trace the error):
http://developer.longtailvideo.com/trac/browser/tags/mediaplayer-5.8/js/bin-debug/jwplayer.js
The stack trace is:
jwplayer.plugins.pluginloader.load - jwplayer.js:2262
jwplayer.embed - jwplayer.js:3017
jwplayer.api.setup - jwplayer.js:2605
wcJWPlayer._initializePlayer (my code)
Do you have any ideas?
thanks in advance.
Can you provide a link ?