A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash Size

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    24
    I need to know how to make my .swf fit perfect in the browser window. Something in the html file that is created when you publish, like <body height= width= > but I can't remember what or where to put it. Someone helped me before and I forgot......stupid me.

    Thanks in advance!
    Murff

  2. #2

    Perfect fit

    in the HTML file

    <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" scrollbar="0">

    and for the flash plugin set with & height to 100%

    so like this

    <EMBED SRC="file.swf"
    swLiveConnect=FALSE WIDTH=100% HEIGHT=100%
    LOOP=false QUALITY=high MENU=false
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    <!-- EndAftershock intro.swf -->

    goodluck

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center