Jump to content


hello world


  • You cannot reply to this topic
2 replies to this topic

#1 bad_browser

    Young Padawan

  • Members
  • Pip
  • 18 posts

Posted 28 September 2006 - 06:13 PM

hello
im just a beginner,
i want to make the movie on the the middle of the screen
sorry for my english, its not my home language.
thx

#2 Ben

    P2L Jedi Master

  • Publishing Betazoids
  • PipPipPipPip
  • 1,366 posts
  • Gender:Male
  • Location:VIC, Australia

Posted 28 September 2006 - 06:37 PM

You mean in the middle of the browser screen? If so, use this code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="flash" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="scale" value="noscale" />
<param name="movie" value="[b]flash.swf[/b]" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="[b]flash.swf[/b]" quality="high" bgcolor="#FFFFFF" width="100%" height="100%" name="flash" align="middle" scale="noscale" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
This makes your Flash movie the size of the browser, but everything stays in the middle.

#3 bad_browser

    Young Padawan

  • Members
  • Pip
  • 18 posts

Posted 29 September 2006 - 07:08 PM

thanks :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users