A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Banner at bottom of page

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    13
    This may be more of an HTML question. But how do I put a banner at the bottom of the page with a flash movie but still allow the movie scale to the user resolutions?

    I currently have to movie play with the orginial size I set in html at 800x600. But when I load this on a system with 1280x1024 the movie is very small. I would like for it to scale to the larger screen but still be able to put an html banner under the movie.

  2. #2
    Flashkit Jedi

    Join Date
    Jul 2001
    Location
    Coruscant System
    Posts
    3,426
    html as follows:

    <p align="center">
    <embed src="yourmovie.swf" width="70%" height="10%">
    </p>

    See how it is aligned to the center and then scaled with the width at 70% and the heoght at 10%

    Change the width and height accordingly.

    XFM

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