I´m setting up an advertisement system with the advertisement module. The image submodule works great, but I´ve problems with the flash submodule (http://drupal.org/project/ad_flash). Everything seems to works fine, but in the produced code in the embed tag there is allways width=0 and height=0, thus the ads is not visible :(.
Do someone knows how to make it to work?

Thanks a lot.

EDIT: I´ve found that the imagegetsize() function don´t return any value. I have tried some ways to obtain the dimension of the swf file, but with no avail. Only when I hardcoded the sizes (120 and 600) into the output id did work. But this is not definitely not good solution, and its work only for one swf size. So anyone can tell me, how to made it work?