Comunidad de diseño web y desarrollo en internet online

No carga páginas

Citar            
MensajeEscrito el 14 Ene 2013 03:40 pm
Hola.
Estoy tratando de cargar páginas en formato html que contienen una imagen en swf. Reviso el código y no hay errores. Pero no me carga página.

El código es el siguiente:
//Agregamos elementos de menu a la barra de menus.

var fileMenu:MovieClip = mainMenu.addMenu("File");
fileMenu.addMenuItem({label:"FrontPage",instanceName:"page1"});
fileMenu.addMenuItem({label:"Science",instanceName:"page2"});

var styleMenu:MovieClip = mainMenu.addMenu("Style");
styleMenu.addMenuItem({label:"Style1", instanceName:"style1"});
styleMenu.addMenuItem({label:"Style2", instanceName:"style2"});
mainMenu.setStyle("themeColor", 0xF3F3F3);

//añadimos interactividad
var mainMenuListener:Object = new Object;
mainMenuListener.change = function(eventObj:Object){
var menu = eventObj.menu;
var item = eventObj.menuItem;
if(item ==menu.page1){
loadPage("home.htm");
} else if (item == menu.page2){
loadPage("science.htm");
} else if(item == menu.style1){
setCSS("internal");
} else if (item == menu.style2){
setCSS("external");
}
}

//Se crea la carga de contenido

function loadPage(page:String){
var pageLoader = new XML();
pageloader.ignoreWhite = true;
pageLoader.onLoad = function(){
window_txt.htmlText = this;
}
pageLoader.load(page);
}
play1_btn.onRelease = function(){
window_txt.media1_mc.play();
}
stop1_btn.onRelease = function(){
window_txt.media1_mc.stop();
}

GRACIAS POR VUESTRO TIEMPO.

Por estudiantedeflash

73 de clabLevel



 

firefox
Citar            
MensajeEscrito el 15 Ene 2013 02:37 pm
Flash soporta apenas unos pocos tags de HTML que se suelen usar para formatear texto dentro de un html textfield. Fuera de eso, no carga páginas HTML

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 15 Ene 2013 04:10 pm
Entonces ¿qué hay que corregir para que aparezcan los archivos con extensión htm?

Gracias, Jorge.

Por estudiantedeflash

73 de clabLevel



 

firefox
Citar            
MensajeEscrito el 15 Ene 2013 10:30 pm
El flash player no los puede reproducir, para eso existe el navegador

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 16 Ene 2013 11:30 am
Así lo haré, muchas gracias.

Por estudiantedeflash

73 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.