A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: I need help fast!!

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    2

    Cool

    Hi

    I have a problem. I'm doing this site in Flash, but I have a big problem, I can't put it full screen!! It always have a border all around in white. How can I put it full screen!????? Is there any format that I have to change, this way, all my website will be full screen!

    Please help me!!
    Fast!! please!! )


    Thanx Roxy

  2. #2
    Senior Member
    Join Date
    May 2001
    Posts
    247
    If your FS command is correct, then it's probably your HTML that needs fixin'. Make sure that in your HTML page setup, your left, right, top, and bottom are set to zero.

  3. #3
    Senior Member RUSHVision's Avatar
    Join Date
    Dec 2000
    Location
    Pacific Northwest
    Posts
    5,441
    mokmicky ~
    Please use English to communicate on this board. I'm not sure why you thought the majority of people here would understand what you were saying. Obviously my three years of high school French were largely a waste of everyone's time. Since I couldn't tell if your post contained objectionable content I decided to remove it completely.

    Please feel free to repost in English.
    mrush


    > .. _ .: Join the FK ARENA!:..:RUSHVision vs. JWin:. _ .. <
    ..:: "Why aren't the lockout programs working?!?...Release the monkey!" ::..

  4. #4
    Junior Member
    Join Date
    Aug 2005
    Posts
    27
    This help ? -
    Code:
    <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>Driveby Argument</title>
    <style type="text/css">
    <!--
    body {
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    }
    -->
    </style></head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <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="dbav3" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="dba2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="dba2.swf" quality="high" bgcolor="#000000" width="100%" height="100%" name="dbav3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    
    </body>
    </html>
    Replace 'dba2.swf' with whatever your swf's called..

    This is what I used on drivebyargument.co.uk

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