Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Flash Plugin Failed to Load


Hi,
I have Embed JW Plyer 7.0 in my webpage, i am trying to to play LIVE TV Streaming but if gives me "Flash Plugin Failed to Load" error, I am using .m3u8 & rtmp.
Can anyone tell me the solutions please

Regards
Khurshid

20 Community Answers

DJsumlee

User  
-7 rated :

ใช้ถ่ายทอดวิทยุออนไลน์

DJsumlee

User  
-6 rated :

ใช้ดี

Alex

JW Player Support Agent  
-1 rated :

Hi, Khurshid.

Can you please give me a link to a page where you have the affected player installed?

Thank you.

Khurshid

User  
0 rated :

Dear Alex,
Thanks for your reply, Right now i am using on my Local PC.
As i am testing JWPlayer if it works then i want to use it on my website which will be launch soon.

MyScript: (player.php)
<head>
​<script src="jwplayer.js"></script>
<script src="jwplayer.flash.swf"></script>
<script>jwplayer.key="2K3tITFX/f8W3V3mjdpLaL0E80LNWjl99LiS0Q==";</script>
</head>

<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
playlist: [{
sources: [{
file: "rtmp://5.254.116.206:1935/ARYNEWS/myStream_264K"
},{
file: "http://5.254.116.206:1935/ARYNEWS/myStream_mobile/playlist.m3u8"
}]
}],
image: "//example.com/uploads/myPoster.jpg",
width: 640,
height: 360,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!',
primary:'html5',
});
</script>

Alex

JW Player Support Agent  
-1 rated :

Hi, Khurshid.

As long as you have a web server running on your local computer and have PHP installed, you should be OK running that site. However, the RTMP stream does not appear to be working for me, but even so – it should not result in you getting a “Flash Plugin Failed to Load” error. Do you have Flash installed on your computer?

Khurshid

User  
-1 rated :

Hi, Alex.
my web server and php is properly working & also i have installed the Flash Player on my computer as i am watching videos from YOUTUBE and Dailymotion, i do not know whats the problem with my script.
Is there any mistake/error in my Code ?

Thanks in Advance

Alex

JW Player Support Agent  
0 rated :

I do not believe there to be any issue with the code itself. Again, the RTMP stream is not working for me. The HLS stream is, but you would be unable to play it since you have a Free account and HLS streaming requires Premium accounts, or higher.

Rene

User  
0 rated :

I'm facing the same problem ("Flash plugin failed to laod") with a Wowza RTMP Stream (MP4). Adobe Flash Player 20.0. should be up-to-date
and the same RTMP Stream works perfect with JW 6. (Since I wasn't sure if jwplayer.flash.swf is needed, I tried it with and without including this file). Fallback to HTML5 works fine. To ensure that it's not a bug in the current minor release 7.2.4. It is possible to download older minor rleases? (I'm using Free Player with License key)

Alex

JW Player Support Agent  
1 rated :

Rene,

Can you please give me the URL for your RTMP stream so I may take a look?

Thank you.

Chris

User  
0 rated :

I am getting this as well. I am not using an RTMP stream though, as I am thinking there is a bug with 7.2.4. Can we confirm there is something wrong?

Thanks,
Chris

Alex

JW Player Support Agent  
0 rated :

Chris,

Can you please give me a link to a page where you have the affected player installed?

Thank you.

Ashwin K

User  
0 rated :

Hello guys,

I am also getting the same error "Flash plugin failed to load", also i tried the code of Mr. khurshid , still i am unable to view my rtmp videos.
Please, help me to accomplish it.

Thank you.

Rene

User  
0 rated :

Sorry Alex, it was my fault. Due to naming restrictions of our CMS I was forced to rename jwplayer.flash.swf to jwplayer_flash.swf. Flash failed to load since jwplayer.js was looking for jwplayer.flash.swf. Changing the filename inside the source code of jwplayer.js solved the problem.
Video Streaming via Wowza now works fine for RTMP/Flash and HLS (primary: "flash", androidhls: "true)

r...

User  
2 rated :

I've got another problem related to this topic. Configuring the player for "audio mode" (height: 40 Pixel) to play MP3 results in "Flash Plugin Failed to Load". As soon as I increase the height to 41 "video mode", the player works fine.
This Problem only occurs in Internet Explorer (Version 11). In Chrome, Firefox everything is alright.
I tested this with JWP 7.2.4 and 7.3.4 (latest Update), both with same result. Does anyone experienced the same problem?

Rene

User  
0 rated :

I could narrow the problem. When changing IE11 Document Mode form "Edge" to "10" Flash will be loaded. But in "Edge" (Standard mode) still Flash (I use the latest 20.0.0.306) refuses to work if the setup height ist set to "audio mode".

cr

User  
0 rated :

I had the same issue whilst developing locally - but it was down to the fact that I was editing a simple HTML file and loading this page in the browser without running a local server (the JS file probably couldn't find the SWF file).

My URL looked like this: file:///Users/craig/development/jwplayer/index.html

To fix the issue I created a local server and loaded the page this way.

My URL now looks like this: http://localhost:3000/index.html

Rohan

User  
1 rated :

Yes, rene_gerber@yahoo.de, I am having this exact symptom. Configuring the player for "audio mode" (height: 40 Pixel) to play MP3 results in "Flash Plugin Failed to Load". As soon as I increase the height to 41 "video mode", the player works fine.
This Problem only occurs in Internet Explorer (Version 11). In Chrome, Firefox everything is alright.

Alex

JW Player Support Agent  
0 rated :

For all of those customers having issues playing MP3s in audio-only mode, we are starting to hear reports of it working in 7.4.0, which is currently in our Staging release channel. Please test it out to see if its resolved. You can find out how to use pre-release versions of our player on our Using Release Channels page.

Pat Vezina

User  
0 rated :

I use 7.4.2 and i still have that problem in Internet Explorer 11

Alex

JW Player Support Agent  
3 rated :

Hi Pat,

You are correct, it looks like this is still an issue. Our engineers are continuing to look into the cause.

Thank you.

This question has received the maximum number of answers.