Resizing

I am a Noob To this flash, I am actually bother by my webby not being able to resize according to the user resolution.

So, how do I actually go about it, so that my webby can automactically resize according to user screen. Also, how do I centralised it??

Thanks…

kardis : First, I just wanna clarify one thing the “RESIZE” thing. If what you’re talking about is making your movie resize to the viewers resolution, then you would have to make Full Flash Site. I just want to make sure about what you really wanted.

You mean like this http://www.talisaychat.com/main/ ??

PS : What do you mean by CENTRALISE?

If you want to make a Full Flash Movie, you’ll gonna have to change your Publish Settings. Check the Dimensions of your Flash movie and set it to 100% width and 100% height.

Check this print screen so that you won’t get lost.

For me, I use Dreamweaver for my HTML files, so whenever I import my flash movies to my page. I manually insert those options to the source code.

<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0
height=“100%” width=“100%” classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>

<PARAM NAME=“movie” VALUE=“flash/scroller.swf”>
<PARAM NAME=“quality” VALUE=“high”>
<PARAM NAME=“menu” VALUE=“false”>
<embed src=“flash/scroller.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“100%” height=“100%”></embed></OBJECT>

I hope that’s what you wanted :slight_smile:

HEy Thanks…