I am new to creating extensions for Dreamweaver. I am currently working on
creating an Object that will insert a swf file using the swfobject code to
comply with the latest Internet Explorer update.(Active Content). I have
basically just opened the Flash.js file from Dreamweaver's
Configuration/Objects/Media folder and modified the rtnStr = 'my new code'.
This seems to be working fine but I wanted to use
SWFFile.getNaturalSize(myswf); to return an array (width, height). I got this
to work with an uncompressed swf but thats seem a bit pointless. Does anybody
have any information on how do use this? What would be the point of this
command if you could only use it on uncompressed swfs? Any other ways of
returning the width, height of a swf on insert?

I've had a hard time finding good resources for extension development. Any
suggestions? Any suggestions for general Dreamweaver resource sites that are
up-to-date?

Thank you!!