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

Full screen not working...


How to enable "full screen" when opening this URL?

http://player.longtailvideo.com/player.swf?file=stream-lasexta_1&streamer=rtmp://antena3fms35livefs.fplive.net/antena3fms35live-live&autostart=true

Thank you in advance.

7 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

1) You are leeching our player.swf from our site.
2) When embedding using this method, full screen will not work.

awesoft

User  
0 rated :

2) What's the method then? what code should I include?

Thank you in advance.

Ethan Feldman

JW Player Support Agent  
0 rated :

2) http://www.jwplayer.com/blog/using-the-jw-embedder-to-embed-your-player/

awesoft

User  
0 rated :

<script type="text/javascript" src="jwplayer.js"></script>
<div id="thePlayer"></div>
<script type="text/javascript">
jwplayer("thePlayer").setup({
flashplayer: "player.swf",
file: "file.mp4",
height: "270",
width: "380"
});
</script>

What about this comment?

"How do you use the JW Embedder for rtmp streaming? It works well for http download option for .flv and .mp4 files. But when using this method

For RTMP streaming this works well:"

?
No answer...

Ethan Feldman

JW Player Support Agent  
0 rated :

RTMP will work with the embedder:

Just use:

file: “file.mp4”,
streamer: “rtmp://yourserver”,
provider: “rtmp”,

awesoft

User  
0 rated :

<script type="text/javascript" src="jwplayer.js"></script>
<div id="thePlayer"></div>
<script type="text/javascript">
jwplayer("thePlayer").setup({
flashplayer: "player.swf",
file: "stream-lasexta_1",
streamer: "rtmp://antena3fms35geobloqueolivefs.fplive.net/antena3fms35geobloqueolive-live",
provider: "rtmp",
});
</script>

However I get this error: "Could not connect to application: Error #2028".
Where is the problem?. Thank you for your patience.

Ethan Feldman

JW Player Support Agent  
0 rated :

Are you sure that rtmp://antena3fms35geobloqueolivefs.fplive.net/antena3fms35geobloqueolive-live is the streaming server?

This question has received the maximum number of answers.