How would you know how big (as in x and y) you would want flash if you want the .swf to BE the site? Understand what I’m saying? Like, how do people know how wide and what height they want their swf to be for their site… ya know…?
800 by 600 usually works pretty well. Kinda depends on who you are catering too. If its a bunch of computer newbies, 800x600. Otherwise, if they are all sophisticated like us ( ) they are probably running bigger desktops.
ohh, i see. Thank you^^. now, how do i load my swf to my site…
file, publish
but it’s always at top right corner whenever i do that
<table border="0" align="center">
<tr>
<td>
<embed src="movie.swf" height="blah" width='blah">
</td>
</tr>
</table>
oh, i put it in a table! i c, thank you ^^
I’m lazy, I just put <center> before the movie and </center> at the end…teehee.