19/10/2010, 18:51
|
| | Fecha de Ingreso: mayo-2009
Mensajes: 111
Antigüedad: 15 años, 7 meses Puntos: 2 | |
Respuesta: Poblema con resolucion y Stage.mode Viejo man pero yo estoy utilizando as3.
stage.displayState=StageDisplayState.FULL_SCREEN;
var contenedor = new Loader();
contenedor.load(new URLRequest("swf_1/prueba_con_textos.swf"));
addChild(contenedor);
Estoy cargando mi swf externamente.
Como seria ahi??? |