PDA

View Full Version : swf dimensions


momoto
11-19-2001, 06:15 PM
I just want to export a swf with the height in 9 pixels, but Flash only allows me to export the smallest height in 18 pixels, how can I do that??

Billy T
11-19-2001, 08:58 PM
change the html code

eg

<EMBED src="your.swf" width="5" height="5"
Autostart=true>


cheers