Dan... That doesn't seem to work either. I'm baffled. Not having Safari available to me, it's really difficult to test. Can you check it now?
Also, we built this tool with plain ole Flash, so unfortunately I can't answer a Flex question. andy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Thursday, July 19, 2007 12:34 PM To: [email protected] Subject: [jQuery] Re: Safari not resizing this object... Andy, Try changing your code from: inventoryObj.css('height',args); To: inventoryObj.attr('height',args); The flash code sets the attributes of the object/embed tag for the width/height, so I'd try editing the attributes directly instead of using style attributes. -Dan PS - I was actually getting ready to implement some similar functionality into a Flex SWF I'm working on. If you did the SWF using Flex, do you have any pointers for handling the JS callback? ________________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, July 19, 2007 12:54 PM To: [jQuery] Subject: [jQuery] Safari not resizing this object... Hey guys...on this page: http://www.johnsonautomotivecenter.com/Pages/Page.cfm?pageid=95998&pagetype= 35&featureid=-1 when the Flash movie finally loads, it executes a command to the browser to change the height of it's parent container. This works fine in every browser except for Safari. As I don't have access to Safari here, can someone take a look and tell me what might be causing this issue? ____________________________________ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com

