Need Help

Discussion in 'Gaming' started by (!!Phoenix!!), Jul 27, 2006.

  1. (!!Phoenix!!)

    (!!Phoenix!!) Well-Known Member

    Posts:
    474
    Likes Received:
    0
    Joined:
    Jun 4, 2006
    im kinda new to this....
    ok so here how it goes i just made a splash and coded it not i want to put it at the web address so i go in and put it wher i want it and it doesnt bring up just the splash no it brings up all my other folders like my forum folders how do i get it to auto come up when someone types the adress in the bar .... :)
     
  2. TheBrotherhood

    TheBrotherhood Well-Known Member

    Posts:
    2,029
    Likes Received:
    0
    Joined:
    May 28, 2005
    Put it in the public_html folder. Name the html index.html
    And then put the images for the splash in the public_html folder in a folder called images.
    It should work if you do that. If not, you may have coded it wrong.
     
  3. Zer0.

    Zer0. Well-Known Member

    Posts:
    273
    Likes Received:
    0
    Joined:
    Jul 11, 2006
    Or if it's flash index.swf
     
  4. .eclipse

    .eclipse Senior Member

    Posts:
    317
    Likes Received:
    0
    Joined:
    Sep 10, 2005
    Actually flash, would be:
    <html>
    <head>
    <title>Name of site here</titke>
    </head>
    <body>
    <div align="center"><embed src="site.swf"></div>
    </body></html>

    :)
     
  5. Zer0.

    Zer0. Well-Known Member

    Posts:
    273
    Likes Received:
    0
    Joined:
    Jul 11, 2006
    Only if you putting it into an html file, I'm talking about putting the flash as the index.
     
  6. .eclipse

    .eclipse Senior Member

    Posts:
    317
    Likes Received:
    0
    Joined:
    Sep 10, 2005
    yeah, but it wouldint cover eveyrthing up. you would have to have the server running on your computer if you were going to do taht and edit the httd.conf to make it index.swf..the httd.conf is where it shows index.html to tkae over the directory
     
  7. Zer0.

    Zer0. Well-Known Member

    Posts:
    273
    Likes Received:
    0
    Joined:
    Jul 11, 2006
    Nahh, I did it all the time on others servers...
     
  8. (&#33;&#33;Phoenix&#33;&#33;)

    (&#33;&#33;Phoenix&#33;&#33;) Well-Known Member

    Posts:
    474
    Likes Received:
    0
    Joined:
    Jun 4, 2006
    thanks it worked
     

Share This Page