A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Full Screen HTML/FLASH Pop-Up Window

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Posts
    166

    Full Screen HTML/FLASH Pop-Up Window

    Gentlemen,

    At the site http://www.lovechildent.com I was trying to get the html pop-up window to go full screen. How do I go about that? Whats the code/codes if any? Is there a code to make the html window and the flash in it full screen? The effect I want is the flash to be full screen, preferably in an html page....Help.

    Thanks,
    Marc Connor

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Search Google for Microbian Chromeless windows.

  3. #3
    Senior Member Kestral's Avatar
    Join Date
    Apr 2000
    Location
    Fl, USA
    Posts
    222

    pretty simple

    actually, notice in the sample code below that instead of the movie dimensions (ex. 640 X 480) you see a width=100% and height=100%...change this on your html page where your flash movie is embedded and then you are good to go!

    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
    ID=Movie1 WIDTH=100% HEIGHT=100%>
    <PARAM NAME=movie VALUE="Movie1.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Movie1.swf" quality=high bgcolor=#FFFFFF WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    </OBJECT>
    Lost your Flash source code? We can help:
    http://www.flashfilerecovery.com

  4. #4
    Really this is me..... mentaleruptions's Avatar
    Join Date
    Apr 2002
    Location
    WV, USA
    Posts
    1,114
    I think u will find the last two posts arent answering what u want.
    No disrespect to iaskwhy but microbians posted a long time ago that since microsoft released SP1 for IE the chromeless popup no longer works and he stopped supporting it and even then its not full screen.

    What Richard has posted is also useless because all that does is has ur swf movie 100% meaning it will fill the browser as much as it can and u dont want that either.

    U want to pay www.flash-db.com/PopUp and there is a tool there that can give u the exact code for a full screen popup BUT BE WARNED people absolutely hate them and unless u add a button for them to close the popup u are going to annoy alot of viewers to ur site because not all people no that ALT + F4 closes the browser so i would go with a normal popup window so read the text file i have attached for u.

    Mental
    Attached Files Attached Files

    My Flashkit Submited Movies:
    Guestbook: V.1.0 V.1.2 V.1.3 V.1.4 PHP Mail Form: V.1.0
    My Deviantart page: Link

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