Hi,

I had some problems for publishing flash4 files to HTML. I just created banners using flash4 and tried to publish them.

The coding that I uesd in HTML:

<object width="118" height="60">
<a target="blank" href="../Flash/Movie1.swf">
<param name="movie" value="../Flash/Movie1.swf">
<embed src="../Flash/Movie1.swf" width="118" height="60"></embed>
</a>
</object>

After publishing to HTML, the flash banner's size doesn't match the size that I designed, that should be 118x60,but it looks very small on the HTML page.

What caused this kind problem, I really don't know.
but the animation function looks fine,just the size had a problem.

Thanks for your help!

YL