Mira para empezar ,en tu flash no hay necesidad que pongas algun parametro, funcion o algo. salvo que lo quieras a pantalla completa pero como veo que dices que no quieres que ocupe la pantalla entoces no hages nada en el flash.
------------------------------------------------------------------------------------
Porseacaso te paso esto :
fscommand("fullscreen", "true");
Solo te sirve si lo quieres que tu pagina sea a Pantalla Completa y insertas esta accion en el primer fotograma de cualquier capa. ok?
------------------------------------------------------------------------------------
Bueno seguimos.. eso si que definir ,bien el Tamaño de tu flash. para que luego en un jscript, lo adecues el tamaño, ahi te envio el enlace solo es cuestion que te bajes este .JS, este archivo lo puedes modificar, a tu gusto tambien.
http://www.edwinsierra.com/ http://www.edwinsierra.com/img/class_edwin.js
-------
<SCRIPT language=JavaScript>
function exPop() {
if (window.screen){
var openUrl = 'intro.htm';
var winName = 'mainpop';
var wPosx = 0;
var wPosy = 0;
var wWidth = 780;
var wHeight = 439;
var wTIT = ' Edwin Sierra';
var windowBORDERCOLOR = '#000000';
var windowBORDERCOLORsel = '#8FA3B6';
var windowTITBGCOLOR = '#C5E262';
var windowTITBGCOLORsel = '#C5E366';
var bCenter = true;
var sFontFamily = 'Arial, Helvetica, sans-serif';
var sFontSize = '1';
var sFontColor = '#ffffff';
if(h>=768){
openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel, bCenter, sFontFamily, sFontSize, sFontColor);
}else{
var bCenter = false;
if (h>599) {
openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel, bCenter, sFontFamily, sFontSize, sFontColor);
}else{
MM_goToURL('parent','imdex.htm');return document.MM_returnValue;
}
}
}
}
function MM_openBrWindow() { //v2.0
if (popwin==true) {
window.open('index.htm','mainpop','left='+px+',top ='+py+',width=780,height=439');
} else {
MM_goToURL('parent','index.htm');return document.MM_returnValue;
}
}
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
var w = screen.width;
var h = screen.height;
var popwin = true;
var px = false;
var py = false;
function kickit() {
if (w>=801) {
var px = (w-800)/2;
var py = (h-568)/2;
} else if (w<801) {
var px = 0;
var py = 0;
} else {
var popwin = false;
}
var app=navigator.appName;
if (app.indexOf('Netscape') != -1) {
MM_openBrWindow();
} else {
exPop();
}
}
function pLotsite() { //v2.0
window.open('http://www.stwsac.com','pLotpop','toolbar=yes,location=ye s,status=yes,menubar=yes,scrollbars=yes,resizable= yes,left=10,top=10,width=800,height=600');
}
//-->
</SCRIPT>
---------------------------------------------------------------------------------
y este es el script fijate el codigo fuente de la pagina, para que lo modifiques y para que entiendas mejor.
chau:... suerte!