Use the Iframe tag to embed Flash swf files . Updated Flash Support * The Flash Iframe and the Flash Object embed now both support True Fullscreen directly in Google Sites HTML. Always Check browser compatibility - in some browsers / OS combinations both may be required . (view the html source when you view an attached swf file).
Simple Iframe code for Google sites, other sites may required closed iframe tags
<Iframe src="...">Iframes not supported on your device/browser </Iframe>
Google Sites Iframe:<Iframe src=" http://sites.google.com/site/drupalvsgoooglesites/rocits_introv3.swf " /> The Iframe has the same property options as embed gadgets, table of contents and sub-page listings. General Properties: width ,height ,scrollbar, border, title and view In addition the Iframe allows you to set the Scroll and URL | Flash Object (True Fullscreen):
<object xmlns="http://www.w3.org/1999/xhtml" data="http://www.goopal.org/34-fullscreen.swf" height="200" type="application/x-shockwave-flash" width="400"> <param name="movie" value="http://www.goopal.org/34-fullscreen.swf" /> <param name="allowFullScreen" value="true" /> </object> The Flash Object requires Javascript API SWFObject which may be disabled in Browsers and Browser Modes . The parameter allowFullscreen supports any active monitor/s including dual and multiple screens.
| Flash Iframe (True FullScreen)Fullscreen is useful for Business and Educational videos / presentations were many different screen ratios are available in a single environment, eg. 16:9 PC Screen / Widescreeen TV, 4:3 TVs and many various mobile device ratios. <iframe width="480" height="300" src="http://www.educreations.com/lesson/embed/378704/" frameborder="0" allowfullscreen></iframe> Educational Presentation with FullScreen ButtonFlash can use System Hardware Acceleration , too many browser windows / tabs open simultaneously can cause Flash to stall or crash completely. Flash Event Listeners are very system intensive, may require hardware acceleration. You can Right click on the Flash Embed and go to Setting and disable the Flash Hardware Acceleration and other Site orientated configurations. Flash Settings are Built in to Chrome Browsers
|