A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Browser manipulation

Hybrid View

  1. #1
    Junior Member
    Join Date
    Oct 2000
    Posts
    7

    Wink

    I need to know how, with my .swf embedded in an HTML file, I can make the .swf fill the entire window. Unfortunately I can't link directly to the .swf because of some java I have to run on the index page with the .swf on it.
    Any help would be awesome.

    Token_One.
    <Prophets of Rage>

  2. #2
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    do you want to manipulate the browser so that is a certain size, or just the flash within it?
    If the browser, try:
    http://www.moock.org

    if the .swf, put it's dimensions (width and height) at 100%
    - rather than pixel values - in both the object and embed tags.

  3. #3
    Senior Member
    Join Date
    Mar 2000
    Posts
    177
    Also, set your HTML page margins to zero:

    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

  4. #4
    Junior Member
    Join Date
    Oct 2000
    Posts
    7
    Thanks, you guys are rad...
    How about a companion Question?
    I've got some Java popups, that I'm linking from my .swf back to the index,for some imagery and I need to know how I can set them to popup with no borders as well. basically so the imagery fills the entire popup window...
    Not super important but you guys seem to know this stuff..
    Thanks again...

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