<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Cheers Jim,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Yep the issue is I can't get my js to do the same 
when the page redirects - I'll guess I'll have to figure it out.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>It's tricky for me to explain, calling the js 
function from a clickable link, and autoloading and resizing a page 
automatically seem like two different beasts. I'll just have to spend some more 
time with it.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hence why I was pondering whether there was an 
idiot proof way to acheive the same thing either through the express install 
feature.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I wondered if there was a more express install 
centric way of doing it</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><CODE><FONT face=Arial>so.setAttribute('xiRedirectUrl', 
'http://www.example.com/upgradefinished.html');</FONT></CODE></DIV>
<DIV><CODE><FONT face=Arial></FONT></CODE> </DIV>
<DIV><CODE><FONT face=Arial>Thanks</FONT></CODE></DIV>
<DIV><CODE><FONT face=Arial></FONT></CODE> </DIV>
<DIV><CODE><FONT face=Arial>Chris</FONT></CODE></DIV>
<DIV><CODE><FONT face=Arial></FONT></CODE> </DIV></DIV>
<DIV>Azimuthnewmedia</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=jim@jimbo.us href="mailto:jim@jimbo.us">Jim Berkey</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=swfobject@lists.deconcept.com 
  href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, May 17, 2006 8:12 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [SWFObject] Express Install 
  Redirect Issue</DIV>
  <DIV><BR></DIV>
  <DIV>A quick google for 'javascript re-size html' brought this up - it might 
  work if you put it in the head of the html containing the flash object:</DIV>
  <DIV> </DIV>
  <DIV><FONT color=#0000c0><script language</FONT><FONT 
  color=#000000>="JavaScript"</FONT><FONT color=#0000c0>><BR></FONT><FONT 
  color=#800000><!--<BR>// This will resize the window when it is opened 
  or<BR>// refresh/reload is clicked to a width and height of 500 x 500<BR>// 
  with is placed first, height is placed 
  second<BR>window.resizeTo(500,500)<BR>--><BR></FONT><FONT 
  color=#0000c0></script></FONT></DIV>
  <DIV><FONT color=#0000c0></FONT> </DIV>
  <DIV><FONT color=#0000c0>Of course, change the window size to your 
  needs.</FONT></DIV>
  <DIV><FONT color=#0000c0></FONT> </DIV>
  <DIV><BR><FONT face=Arial size=2>*********** REPLY SEPARATOR 
  ***********<BR><BR>On 5/17/2006 at 8:05 PM Azimuth New Media 
  wrote:</FONT></DIV>
  <BLOCKQUOTE 
  style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid">
    <DIV><FONT face=Arial size=2>Hi List</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Bear with me this is an SWFobject question in 
    the end...</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>From my site I have a little bit of javascript 
    that opens a pop up window with my flash movie - which is exactly the 
    dimensions of my flash movie. Nothing extraordinary.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>When I run express install - which works fine, 
    the browser redirects back to my page but it is open in a full window, 
    instead of at the 564x564px dimension I'd specified.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>I know why not, because the code doesn't exist 
    in the target page, so the obvious is to add the code to the page where my 
    movie is embedded...which automatically resizes the browser window back to 
    the 564x564 - okay - but, I can't get this working myself for some 
    reason.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>So is there something I can do within the 
    SWFobject script - I know there is this variable:</FONT></DIV>
    <DIV><CODE></CODE> </DIV>
    <DIV><CODE><FONT face=Arial>so.setAttribute('xiRedirectUrl', 
    'http://www.example.com/upgradefinished.html');</FONT></CODE></DIV>
    <DIV><CODE><FONT face=Arial></FONT></CODE> </DIV>
    <DIV><CODE><FONT face=Arial>Is there anyway by using I can get the 
    movie after upgrade to reload into the pop up - like 
    target="_self"</FONT></CODE></DIV>
    <DIV><CODE><FONT face=Arial></FONT></CODE> </DIV>
    <DIV><CODE><FONT face=Arial>I hope you all follow.</FONT></CODE></DIV>
    <DIV><CODE><FONT face=Arial></FONT></CODE> </DIV>
    <DIV><CODE><FONT face=Arial>Thanks in advance</FONT></CODE></DIV>
    <DIV><CODE><FONT face=Arial></FONT></CODE> </DIV>
    <DIV><CODE><FONT face=Arial>Chris</FONT></CODE></DIV>
    <DIV><CODE></CODE> </DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Azimuthnewmedia</FONT></DIV><FONT size=2 
  Arial></BLOCKQUOTE></FONT>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>SWFObject mailing 
  list<BR>SWFObject@lists.deconcept.com<BR>http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com<BR></BLOCKQUOTE></BODY></HTML>