I recently tried something new with a live stream and an into issues with the full screen. I'm using a component FLVPlayer with the source set to my RTMP live stream. When I embed this object into my html, all other controls work except the fullscreen. Below is the code:

import fl.video.FLVPlayback;
player.isLive = true;
player.source = "rtmp://address/folder/stream";
stop();

Any suggestions would be helpful or is the fullscreen option not useable with a live stream.