A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash to auto re-size to screen user is using

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    1

    Flash to auto re-size to screen user is using

    I'm using Xcelsius to make a flash (.swf). From their I am uploading to SharePoint. In SharePoint I am using html to direct the page to my .swf file. My question is: How can I make the flash auto resize to the screen resolution the user is using? I have tried a couple things this site has suggested for others but still not working for me. Probably user error, but up for any suggestions and help!

    Here is the html code i use:

    <object type="application/x-shockwave-flash" data /Main.swf" width="1650" height="650">
    <param name="movie" value=" /Main.swf" />
    </object>

    I have tried linking directly to the .swf file. When I do that the and you view the flash, its very small with a lot of dead or white space on both sides.

    I have tried to put width and height to 100% and it does the same thing as linking to the file.

    Thank you a head of time for the help

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    Try something along the lines of
    PHP Code:
    <param name="scale" value="exactfit"

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