A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: fix size for any resolution.

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    8
    Dear all,

    Does anyone know how to make a flash or swish for fit with any size view with any resolution from a web browers?

    Such as URL: http://www.ir3x.it (It seem have already fixed size)

    Thanks




  2. #2

    Try This

    I think this is what your after. Try it in your html:


    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="99%" height="92%" align="middle">
    <param name=movie value="YOUR.swf">
    <param name=quality value=high>
    <param name="SCALE" value="exactfit">
    <embed src="2kool2.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="99%" height="92%" align="middle" scale="exactfit">
    </embed>
    </object>


    Pay Note to the SCALE value
    also the width & height
    Oh and take out YOUR and replace with the your swf file.

    mike

  3. #3
    Junior Member
    Join Date
    Jul 2000
    Posts
    8

    fix size for any resolution.

    Hi, 2kool2

    Thank you very much for your help.

    UltraSparc

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