SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Embedded flash resolution higher than native resolution

  1. #1
    SitePoint Member
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Embedded flash resolution higher than native resolution

    Hi,
    I am relatively new to website designing. I made a flash slideshow (.swf) with resolution 1600x1200. I want this slideshow to run as a site intro that should fit on any resolution. I also have some logo and text overlay on the flash. Now the problem is the animation is too big for the site to display so instead of fitting it, its only showing a part of the animation. I tried to use swffit but it just wont work for me. No matter how hard i try.
    My embed code is like this:

    <div id="flash" align="middle" >
    <object type="application/x-shockwave-flash"
    data="website.swf" width="1600" height="1200">
    <param name="movie" value="website.swf" />
    <param name="quality" value="high"/>
    <param name="wmode" value="transparent"/>
    <param name="loop" value="true"/>
    <param name="allowFullScreen" value="true"/>
    </object>
    </div>
    Appreciate any help.
    Thank you

  2. #2
    SitePoint Member
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just had to add in another parameter
    <param name="scale" value="exactfit"/>

    thats it. :/

  3. #3
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    20,308
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Glad you sorted it, addyaustin. Thanks for posting a solution, and welcome to the forums.
    Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form

    Try your hand at the new JavaScript Challenge!

    If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •