A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: placing flash movie in my html/css page!

  1. #1
    Member
    Join Date
    Mar 2002
    Location
    Tallahassee,FL
    Posts
    52

    Question placing flash movie in my html/css page!

    alright so im making a website mainly css/html but i have a flash movie id like to play on the right side of a container....

    the problem im having is that it doesnt want to go besides the container on the right....it ends up going to the right but above the container!

    please help

    http://lefthopes.com/compass/

    my css is at http://www.lefthopes.com/compass/style.css
    Visit my portfolio...
    http://www.lefthopes.com

  2. #2
    Harmony & Justice Veniogenesis's Avatar
    Join Date
    Jul 2002
    Location
    Washington D.C.
    Posts
    4,434
    Hi FlaShBoy311,

    You want to define a width and a height for #planes in your css stylesheet. That is, make #planes something along the lines of (I believe planes.swf is 450px wide and 400px high):

    Code:
    #planes {
    margin-right: 0px;
    float: right;
    width: 450px;
    height: 400px;
    }
    That way, the div holding the movie will have specified dimensions and its edges won't touch the other floating elements.

    Please let me know if you have any problems. I hope this helps.

    Regards,
    Venio
    Flash Kit Moderator . Duke University
    Thomas Jefferson High School for Science and Technology

  3. #3
    Member
    Join Date
    Mar 2002
    Location
    Tallahassee,FL
    Posts
    52
    thanks man......i knew i was on the right track but something was missing and you got it. thanks.

    go back to the link to see the changes if you want.
    Visit my portfolio...
    http://www.lefthopes.com

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