From: Richard :o\) <ma...@ri...> - 2000-12-01 14:41:31
|
hi, There's an DynImage example/widget in Dan's newest release (today) ----- Original Message -----=20 From: <mi...@pr...> To: <dyn...@li...> Sent: Friday, December 01, 2000 11:48 AM Subject: [Dynapi-Help] image manipulation > I am working on a simple Dynapi image extension which will be able to = manipulate and control images (image swapping, resizing, etc...) >=20 > I am able to change an image's src like this... >=20 > //DynAPI.document.doc.images['imagenamehere'].src=3Dmyimageobject.src >=20 > In IE5.5 and NS5 I am able to change an image's width and height like = this... >=20 > /* > DynAPI.document.doc.images['imagenamehere'].w=3Dmyimageobject.width > DynAPI.document.doc.images['imagenamehere'].h=3Dmyimageobject.height > */ >=20 > Does anyone know if this works in IE4/IE5 (I currently only have IE5.5 = installed) and of a way to do this in NS4? >=20 > --proteanman > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > ____________________________________________________________ > Get your FREE personal .com domain name and =20 > NAMEzero Personal Portal at: http://www.namezero.com. =20 > For customer service, mailto:cus...@na....=20 >=20 >=20 |