21/11/2008, 16:31
|
|
Respuesta: Ajustar SWF al tamaño del Browser como el sitio ICE AGE 3 generalmente se hace con SWFObject, mira en Google
con solo mirar el codigo de la pagina puedes comprobarlo
<script type="text/javascript">
/*<![CDATA[*/
var mySWFObject = new SWFObject('ice_age_splash_apple.swf', 'flashObj', 100, 100,true, 9, '#699BC4');
mySWFObject.addParam('swLiveConnect', 'true');
mySWFObject.addParam('allowScriptAccess', 'always');
mySWFObject.addParam('allowFullScreen', 'true');
mySWFObject.addVariable("topLevel", getQueryParamValue("topLevel"));
mySWFObject.addVariable("subLevel", getQueryParamValue("subLevel"));
mySWFObject.write('flash');
/*]]>*/
</script> |