Full-screen replay for both SWF and EXE format
The new released v2.8 SCREEN2SWF/SCREEN2EXE adds new features to support full-screen replay. It is a very useful feature for demonstration.
For SWF format, click on ‘Setup’ button of ‘Save Page’, the last step, you will see 2 new options as following,
Check/Uncheck each of them can enable/disable the full-screen and information button of flash program. If you will insert this SWF file into HTML manually, please notice that, ‘allowFullScreen’ property of the object MUST be true, like this,
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width=600 height=460>
<param name= "Movie" value="a.swf">
<param name="allowFullScreen" value="true">
<embed src="a.swf" width="600" height="460" loop="0"
quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" allowFullScreen="true">
</embed></OBJECT>
Self-play exe movie has full-screen button too, and viewer can click to switch to full screen, and press ‘ESC’ to back to normal status.
Downloaded and tested 2.8 for fullscreen exe playing – The full screen zoom works fine if the movie is running but if it is paused, I get only the black screen. (waited for 60 seconds before pressing ESC key).
Flash and exe work fine, but avi does not. I’m using the evaluation version, so I cannot find the setup page they are talking about.
for AVI format , not every codec works , try DivX or XVid.
The SCREEN2SWF is just call system codecs.
AVI using the system codec. So if any error, error of system codec.
You may try DivX, xDiv… Those codec works.