all groups > macromedia flash sitedesign > september 2006 >
You're in the

macromedia flash sitedesign

group:

information request



information request hamazasb
9/24/2006 3:45:08 AM
macromedia flash sitedesign: Hi i am trying to create a simple (comming soon) page in flash 8 professional
and publish it as index.html ,and i am trying to preview it on my browser but
the content (page) is always on the LEFT side of my screen? . even though i
tried to center it iN "publish settings" in flash as HTML ALIGNMENT DEFAULT
AND FLASH ALIGNMENT CENTER CENTER.

ANY HELP WILL BE APRECIATED
Re: information request pickle jar
9/24/2006 3:31:24 PM
I tend to just centre the movie using the <div align="center"> in the index
HTML holding the swf. Put the tag just above the block of script with all the
swf details and don't forget to close the div tag after the block. Cheers Simon
Re: information request hamazasb
9/24/2006 6:55:49 PM
thank you for your fast response

can you just send me a small sample of a block of html code where <div
align="center"> is being used ?
i am using <center></center> is that fine but i don't know where to place this
code because i am not familiar with html codings yet just started to learn
flash...

thanks again
Mike
Re: information request mafyew
9/25/2006 10:19:25 PM
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>main</title>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=6,0,0,0" width="800" height="600" id="main" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="main.swf" /><param name="quality" value="high"
/><param name="bgcolor" value="#ffffff" /><embed src="main.swf" quality="high"
bgcolor="#ffffff" width="800" height="600" name="main" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</center>
</body>
</html>


this is what i do
AddThis Social Bookmark Button