Guest gutoslaw Posted September 9, 2011 Report Posted September 9, 2011 hello I have a simple flash page (W = 1360 H = 768) import it into a div dreamwiever cs5 I wants to do this div, so that she could scale the resolution in to monitor; This is my code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Dokument bez tytułu</title> <style type="text/css"> bodyflash { font-family: Arial, Helvetica, sans-serif; background-color: #999; height: 768px; width: 1360px; margin-right: auto; margin-left: auto; } body,td,th { font-family: Arial, Helvetica, sans-serif; margin:auto; width: 1360px; padding: 0px; overflow: auto; filter: Xray; } a { font-family: Arial, Helvetica, sans-serif; } </style> <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> </head> <body> <div class="flash"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1360" height="768" align="absmiddle" id="FlashID"> <param name="movie" value="a2studioprub.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.0" /> <!-- Ten znacznik parametru monituje użytkowników programu Flash Player 6.0 r65 i nowszych o pobranie najnowszej wersji programu Flash Player. Aby monit nie był wyświetlany, usuń ten znacznik. --> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Następny znacznik obiektu jest przeznaczony dla przeglądarek innych niż IE. Usuń go, jeśli program IE korzysta z funkcji IECC. --> <!--[if !IE]>--> <object data="a2studioprub.swf" type="application/x-shockwave-flash" width="1360" height="768" align="absmiddle"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.0" /> <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- W programie Flash Player 6.0 i starszych przeglądarka wyświetla następujące elementy alternatywne. --> <div> <h4>Zawartość tej strony wymaga nowszej wersji programu Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Pobierz odtwarzacz Adobe Flash" width="112" height="33" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> <script type="text/javascript"> swfobject.registerObject("FlashID"); </script> </body> </html> if you can explain this at some simple example I will very grateful Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now