alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
alvarogtc 1 Denunciar post Postado Dezembro 11, 2008 Alguem teria ai alguma sugestao de como fazer para redimensionar as fotos antes de exibi-las - as fotos originais estao em 400x300 mas o campo do flash para exibi-las em 320x150 " stop (); System.useCodepage = true; Carrega = new LoadVars(); Carrega.load("estrutura/veiculos/flash.php"); // php script controla as informacoes e imagens Carrega.onLoad = function (sucess) { var _loc1 = _root; if (sucess) { for (i = 0; i <= Carrega.num_imagens; i++) { _loc1["img_" + i] = Carrega["img_" + i]; _loc1["texto_" + i] = Carrega["texto_" + i]; _loc1["link_" + i] = Carrega["link_" + i]; _loc1.num_imagens = Carrega.num_imagens; } // end of for gotoAndPlay(3); return (null); } // end if Carrega.load(_loc1.urlHead); return (function (sucess) { }); }; if (_root.loop == -1) { _root.loop = _root.num_imagens; } else { _root.loop = _root.loop + 1; } // end else if if (_root.loop > _root.num_imagens) { _root.loop = 1; gotoAndStop(2); } else { gotoAndStop(2); } // end else if texto = _root["texto_" + _root.loop]; link = _root["link_" + _root.loop]; loadMovie(_root["img_" + _root.loop], imagem); oq preciso q as imagens seja exibidas em 320x150 ou aproximado disso. Compartilhar este post Link para o post Compartilhar em outros sites
Public2004 79 Denunciar post Postado Dezembro 11, 2008 loadMovie(_root["img_" + _root.loop], imagem); imagem._xscale = 80; // Reduzindo Largura em 80% (Img: 400*80%=320) imagem._yscale = 50; // Reduzindo Altura em 50% (Img: 300*50%=150) Mas neste exemplo que sugeri, como os percentuais são diferentes, vai haver distorção na imagem. Então, procure um percentual comum tanto para largura como altura e que se encaixe no seu layout. http://forum.imasters.com.br/public/style_emoticons/default/natal_smile.gif Abs. Compartilhar este post Link para o post Compartilhar em outros sites