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

Error loading player configuration in Flex builder 4.6


Hi i am trying to embed jwplayer inside my flex 4.6 web application. I tried to embed inside swfloader


<s:SWFLoader id="jwPlayer1" width="320" height="240"
source="player.swf?file=http://localhost/liveApplication/livefeed.mp4"/>

i also tried

<ns:IFrame
id = "player1"
width = "320"
height = "240"
source="player.swf?file=http://localhost/liveApplication/livefeed.mp4" >
</ns:IFrame>


I am getting the Error loading player configuration, i have used jwplayer 6.12. Please help me solve this

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

Hi -

I’m not sure what sort of syntax you are trying to use. The basic syntax for JW6 player setup is as follows:
http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed

-Cooper

This question has received the maximum number of answers.