HTML Password and Flash object Positioning Code

Discussion in 'HTML & Website Design' started by worldman, Sep 11, 2007.

  1. #1
    I am trying to find an HTML code so that I can position flash videos (from youtube, myspace etc) on my HTML page.

    Also can anyone suggest a simple HTML code (no Java Script) that would allow me to embed a password into a current HTML page that would carry the user to an unencrypted web page? Thanks a lot.
     
    worldman, Sep 11, 2007 IP
  2. mikebrad0927

    mikebrad0927 Peon

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    mikebrad0927, Sep 11, 2007 IP
  3. worldman

    worldman Notable Member

    Messages:
    3,337
    Likes Received:
    261
    Best Answers:
    0
    Trophy Points:
    225
    #3
    Well the code automatically comes with embed tags. I need a code to position it. I am using it for a myspace page and need to move it around.
     
    worldman, Sep 11, 2007 IP
  4. mikebrad0927

    mikebrad0927 Peon

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    myspace pages are manipulated using css

    position: absolute;
    left: 400px;

    etc.
     
    mikebrad0927, Sep 13, 2007 IP
  5. worldman

    worldman Notable Member

    Messages:
    3,337
    Likes Received:
    261
    Best Answers:
    0
    Trophy Points:
    225
    #5
    Thanks.

    How would i embed a simple password box in my page that would link to an unencripted page. I know HTML is not the best but the information is not real vital so I would like to use HTML. Thanks.
     
    worldman, Sep 13, 2007 IP