A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: background issues

  1. #1
    The G5 SP N_R_D's Avatar
    Join Date
    Apr 2004
    Posts
    1,118

    background issues

    how do site have the swf framed by the html backround with gradients and a continuation of the swf underneath all the way to the bottom

    i.e.
    this one of many

  2. #2
    Senior Member
    Join Date
    Feb 2003
    Posts
    825
    If you look at the source code of the page you will see that they are using background images in the TABLE tag as well as the TD tag of the HTML table.

    Flash will always sit on top of HTML, so the flash is probably just sitting on top of the background image...

    simple at that...

  3. #3
    The G5 SP N_R_D's Avatar
    Join Date
    Apr 2004
    Posts
    1,118
    well yeah I know........
    I wanna know how they get it to line up and to adjust to the swf....


    another i.e.

    Imigrant

  4. #4

  5. #5
    Member
    Join Date
    Jun 2004
    Posts
    87
    if the flash movie is 600 width then make a table with 3 columns in html and set their width to whatever you want. then add the images to the left and right columns and flahs in the middle. Also set the width as 60% and not 60 pixels for example

  6. #6

  7. #7
    Member
    Join Date
    Jul 2002
    Location
    New York City
    Posts
    53
    just an example of a number use whatever you please
    Jason

  8. #8
    The G5 SP N_R_D's Avatar
    Join Date
    Apr 2004
    Posts
    1,118
    but what does the number signify.....60% of what?

  9. #9
    Member
    Join Date
    Jul 2002
    Location
    New York City
    Posts
    53
    instead of making the column 60 pixels wide per say use a

    this is the html using pixels for the width of the column
    <table width="60" border="0" cellpadding="0" height="60">

    this is the html using percentage for the width of the column
    <table width="60%" border="0" cellpadding="0" height="60%">


    checkout the site www.glaciercom.com

    if u look at the right you will see a blueish grey bar which expands to the size of the window

    if it were set to pixels then it wont expand to size of the screen
    Jason

  10. #10
    The G5 SP N_R_D's Avatar
    Join Date
    Apr 2004
    Posts
    1,118
    ok issue being that it doesnt line up....ever

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