
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