i need some help

Discussion in 'HTML & Website Design' started by desertsniper, Aug 15, 2008.

  1. #1
    I have a page with a .swf on the end of it instead of .html. How do I convert this to my index page on my ftp.
     
    desertsniper, Aug 15, 2008 IP
  2. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Create a file named .htaccess. Place the following code in it.

    
    DirectoryIndex yourFileName.swf
    
    Code (markup):
    Save it and upload it to the root www folder (where your swf file lies).
     
    LeetPCUser, Aug 15, 2008 IP
  3. kanter

    kanter Banned

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    or maybe he could iframe it or simply call it from an index page file which would be better...
     
    kanter, Aug 15, 2008 IP
  4. fri_2_freez

    fri_2_freez Peon

    Messages:
    1,091
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Swf are flash files/movies..
    Simply embed it in some html :)

    Here's the "simplified" code:

    <embed src="flash.swf" height="xx" width="xx" menu="false">
     
    fri_2_freez, Aug 15, 2008 IP