<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">one problem is that you are specifying a set width and height to you div:<DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">   <div id="flashcontent" style="width: 670; height: 360" scale="exactFit"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">if you want that div to stretch, you should not set a size on it.</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">if you want an example of a stretching swf, look at the fullpage.html file that comes with swfobject. if you remove the scale parameter in that example, the swf will scale up with the browser as you want.</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR></SPAN></FONT><DIV><DIV>On Sep 13, 2006, at 2:55 AM, <A href="mailto:dtp@multi-contact.com">dtp@multi-contact.com</A> wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><DIV>Hi SWF Community</DIV><DIV> </DIV><DIV>As nobody can help me in the Scaling-Issue, I am a little frustrated. Mostly because people don't read my questions correctly and rather write a answer, which has little to do with my problem. O.K. I try it once again:</DIV><DIV> </DIV><DIV>My problem is, that I want to SCALE up the opened BROWSERWINDOW TOGETHER with the SWF embedded. I use NOT the OBJECT/EMBED code! I use the SWFOBJECT code. Everything WORKS finde but the scaling! But it works when I use the normal object/embed code. So I think there must be something in the swfobject.js Javascript code. I added "so.addParam("scale","exactFit");" but it doesn't help. I tried it also with "so.addParam("scale","fit");" but this also ended up in a dead end. </DIV><DIV> </DIV><DIV>Here is my HTML script:</DIV><DIV> </DIV><DIV><html><BR><head><BR><title>45 Jahre Multi-Contact AG</title><BR><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><BR><meta name="author" content="MC-DTP/PhM+PKF"><BR><link rel="stylesheet" type="text/css" href="../../0-css/Seitenformate.css"><BR><link rel="stylesheet" type="text/css" href="../../0-css/Formate.css"><BR><script type="text/javascript" src="../../0-javascripts/swfobject.js"></script><BR><base target="_blank"><BR></head></DIV><DIV><body class="body_color"></DIV><DIV><table class="Tab_news"><BR> <tr><BR>  <td><BR>   <div id="flashcontent" style="width: 670; height: 360" scale="exactFit"><BR>    <script type="text/javascript"><BR>     var so = new SWFObject("timeline.swf?Language=D", "timeline", "transparent", "100%", "100%", "exactFit", "7", "#EAEAEA");<BR>     so.addParam("wmode", "transparent");<BR>     so.addParam("scale", "exactFit");<BR>     so.write("flashcontent");<BR>    </script><BR>   </div><BR>  </td><BR> </tr><BR></table></DIV><DIV></body><BR></html></DIV><DIV>------------------------------</DIV><DIV>And here is the edited JavaScript:</DIV><DIV>...</DIV><DIV>deconcept.SWFObject=function(_1,id,wmode,w,h,<FONT color="#ff0000">scale</FONT>,_5,c,_7,_8,_9,_a,_b){<BR>if(!document.getElementById){return;}<BR>this.DETECT_KEY=_b?_b:"detectflash";<BR>this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);<BR>this.params=new Object();<BR>this.variables=new Object();<BR>this.attributes=new Array();<BR>if(_1){this.setAttribute("swf",_1);}<BR>if(id){this.setAttribute("id",id);}<BR>if(wmode){this.setAttribute("transparent",wmode);}<BR>if(w){this.setAttribute("width",w);}<BR>if(h){this.setAttribute("height",h);}<BR><FONT color="#ff0000">if(scale){this.setAttribute("exactFit",scale);}</FONT><BR>...</DIV><DIV> </DIV><DIV>Please anyone help me...</DIV><DIV> </DIV><DIV>Greetings and thanks</DIV><DIV> </DIV><DIV>Patric</DIV><DIV><BR>Patric Simon<BR>Desktop Publishing<BR><BR>Multi-Contact AG<BR>Stockbrunnenrain 8<BR>4123 Allschwil (Schweiz)<BR><BR>tel:  +41 (61) 306 55 28<BR>fax:  +41 (61) 306 55 56<BR>web: <A href="http://www.multi-contact.com" target="blank">www.multi-contact.com</A><BR>mail: <A href="mailto:p.simon@multi-contact.com" target="blank">p.simon@multi-contact.com</A><BR></DIV><DIV><DIV><BR></DIV><FONT color="#990099"><A href="mailto:-----swfobject-bounces@lists.deconcept.com">-----swfobject-bounces@lists.deconcept.com</A> wrote: -----<BR><BR></FONT><BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">To: <A href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</A><BR>From: Geoff Stearns <<A href="mailto:geoff@deconcept.com">geoff@deconcept.com</A>><BR>Sent by: <A href="mailto:swfobject-bounces@lists.deconcept.com">swfobject-bounces@lists.deconcept.com</A><BR>Date: 12/09/2006 18:01<BR>Subject: Re: [SWFObject] Problems with Flash 6 and swfobject 1.4.4<BR><BR><DIV>it should work the same as when you use HTML - the only difference is you would normally use CSS to lay out your page instead of a table or a bare naked object tag. </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>if you have a specific issue, try posting an example to this list and maybe someone can help you out. </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><DIV><DIV>On Sep 12, 2006, at 9:36 AM, <A href="mailto:dtp@multi-contact.com" target="blank">dtp@multi-contact.com </A>wrote: </DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><BR><FONT face="sans-serif" size="2">Hi Geoff </FONT><BR><BR><FONT face="sans-serif" size="2">Can you please add a SCALING possibility so that the swf scales together with the browserwindow? Cause everything I tried with "so.addParam("scale","exactFit");" or "so.addParam("scale","fit");"  ended up in frustrated dead ends. </FONT><BR><BR><FONT face="sans-serif" size="2">Greetings and many Thanks </FONT><BR><BR><FONT face="sans-serif" size="2">Patric </FONT><BR><FONT face="sans-serif" size="2"><BR>Patric Simon <BR>Desktop Publishing <BR><BR>Multi-Contact AG <BR>Stockbrunnenrain 8 <BR>4123 Allschwil (Schweiz) <BR><BR>tel:  +41 (61) 306 55 28 <BR>fax:  +41 (61) 306 55 56 <BR>web: <A href="http://www.multi-contact.com/" target="blank">www.multi-contact.com </A><BR>mail: <A href="mailto:p.simon@multi-contact.com" target="blank">p.simon@multi-contact.com </A><BR></FONT><DIV>_______________________________________________ </DIV><DIV>SWFObject mailing list </DIV><DIV><A href="mailto:SWFObject@lists.deconcept.com" target="blank">SWFObject@lists.deconcept.com </A></DIV><DIV><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com" target="blank">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com </A></DIV></BLOCKQUOTE></DIV><BR><FONT face="monospace" size="2">_______________________________________________<BR>SWFObject mailing list<BR><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A><BR><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com" target="blank">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A><BR></FONT></BLOCKQUOTE><BR></DIV></FONT><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>