Received: by 10.140.208.15 with SMTP id f15mr1709472rvg.21.1256130651643; Wed, 21 Oct 2009 06:10:51 -0700 (PDT) Received: by 10.140.208.15 with SMTP id f15mr1709471rvg.21.1256130651618; Wed, 21 Oct 2009 06:10:51 -0700 (PDT) Return-Path: Received: from smtp.netspace.net.au (mail-out1.netspace.net.au [203.10.110.71]) by gmr-mx.google.com with ESMTP id 19si1107111pzk.0.2009.10.21.06.10.51; Wed, 21 Oct 2009 06:10:51 -0700 (PDT) Received-SPF: neutral (google.com: 203.10.110.71 is neither permitted nor denied by best guess record for domain of st...@cfcentral.com.au) client-ip=203.10.110.71; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 203.10.110.71 is neither permitted nor denied by best guess record for domain of st...@cfcentral.com.au) smtp.mail=st...@cfcentral.com.au Received: from steve (dsl-203-113-193-129-static.VIC.netspace.net.au [203.113.193.129]) by smtp.netspace.net.au (Postfix) with ESMTP id B2DCC7DB6 for ; Thu, 22 Oct 2009 00:10:48 +1100 (EST) From: "Steve Onnis" To: Subject: Setting the dimensions of a flash movie Date: Thu, 22 Oct 2009 00:10:47 +1100 Message-ID: <83FAF0127B1E40BA812027E7A23E351A@steve> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0126_01CA52AC.1BBA57D0" X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcpST+e6cCPAiV8xQ8mMpTT/cKpGVg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 This is a multi-part message in MIME format. ------=_NextPart_000_0126_01CA52AC.1BBA57D0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I am trying to set the width and height of an tag that is being returned through a JSON request. this is what i am doing.. $("video").set("html", response.html); $("video").getElement("object").setProperty("height", "385"); $("video").getElement("object").setProperty("width", "605"); Works fine in FireFox but am getting an "Object does not support this method or property" error in IE Any suggestions? Steve ------=_NextPart_000_0126_01CA52AC.1BBA57D0 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable
I am = trying to set=20 the width and height of an <object> tag that is being returned = through a=20 JSON request.
 
this = is what i am=20 doing..
 
$("video").set("html",=20 response.html);
$("video").getElement("object").setProperty("height", = "385");
$("video").getElement("object").setProperty("width",=20 "605");
 
 
Works = fine in=20 FireFox but am getting an "Object does not support this method or = property"=20 error in IE
 
Any=20 suggestions?
 
Steve
 
------=_NextPart_000_0126_01CA52AC.1BBA57D0--