[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-22 Thread Andy Matthews
Just messed with it for about an hour or so and it's not the overflow. Tried every possible combination of values and nothing. I think I've narrowed it to down to the Flash movie, and not Javascript. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-22 Thread rolf m
Andy,Are you talking about the scroll bar appearing? As Dan pointed out, you can get rid of that by setting the padding and margin of the body of the page INSIDE the iframe to 0, and do the same for the form. They're taking on their default values. I was able to do this with firebug. I see that

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-22 Thread Andy Matthews
Rolf... The interior page also has an iframe, but that's a non-issue. It's what we use to store history state for the Flash app. If you view the main interior page in IE outside of the frameset, you'll see that after it loads, the height of the Flash movie increases. When it's inside the

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Dan G. Switzer, II
Andy, I've been dealing with this irritating issue on and off now for about a month. I'm finally going to ask for help. I have a page here: http://lexusofdanversma.redlinecontent.com/Pages/Page.cfm?pageID=118873 It contains a Flash movie whose height is set dynamically based on it's content.

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Andy Matthews
Dan... So your'e saying that even though the page works fine when not loaded into an iframe, it's still a padding issue? That sounds odd to me. I'll check it though...that'd be a great thing to have fixed. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Dan G. Switzer, II
Andy, So your'e saying that even though the page works fine when not loaded into an iframe, it's still a padding issue? That sounds odd to me. I'll check it though...that'd be a great thing to have fixed. You may have a different style sheet being loaded. Also, if you're opening the IFRAME up

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Andy Matthews
Well the problem actually doesn't appear to be with the iframe itself. I can actually set the iframe to like 1000 (more than tall enough), but when the movie first loads, code inside the Flash movie calls javascript on the page to resize the SWF's container. It works fine when the page is outside

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread mrpollo
it sounds to me its an overflow problem IE does that a lot of the time, maybe position:absolute; and giving it a height:0px; would fix the IE problem google for IE DIV OVERFLOW youll find tons of solutions just encountered with this problem last night with a flash also, but no iframe still same

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-18 Thread Andy Matthews
Neglected to mention that it appears to only display this behaviour in IE. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, April 18, 2008 11:32 AM To: [jQuery] Subject: [jQuery] SOT: Using iframe to load in a Flash movie with dynamic

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-18 Thread Andy Matthews
Interestingly enough, the iframe page crashes Safari everytime it loads. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, April 18, 2008 11:32 AM To: [jQuery] Subject: [jQuery] SOT: Using iframe to load in a Flash movie with dynamic