Computer problems,Computer help
*AX SOFT>>>Programming & Design

Ftp swf html question. First time uploading into server.?


I have upload my glash movie the publish html and a javascript into my host server. When I want to pull up my site, I have to either type in index.html or index.swf at the end of the domain name... How do I go about fixing this so that it can be viewed at just the domain name.

example

I have to put
www.domainname.com/index.fla
to get into my site..

You can edit the .htaccess file placed in your wwwroot directory and add the line:

DirectoryIndex index.html index.htm index.php

Using this line you can specify (the order in) which documents are looked for when no document is specified (ie. just the domainname or just a folder within your domain).

If the file doesn't exist (make sure you are viewing hidden files as well with your FTP client), you should just create it.

depending on what OS you are using.

server 2003

enter into IIS (start > programs > admin tools > IIS)

in the right hand side panel you should see an expanded tree with a folder called "web sites" (epand this further to see more options)

right click on the "default web page" and click properties.

under the "home directory" tab, click "a redirection to a URL"
redirect to: www.domainname.com/index.fla
click apply.

test it.

If youre using apache
open up your httpd.conf file and edit the IfModule to match below

<IfModule dir_module>
DirectoryIndex index.fla
</IfModule>

save. restart apache. and test.

no no no .... All that is just big mistake ..if you want to disply flash movie on you're index page ... you just need to add code on you're html page or php page .. that mean you're index will look like this ..index.html and when any body visite this web site.www.domainname.com will see you're flash movie on the index page ...at first .. and this example
http://www.rasmahcom.jeeran.com

and if you need the code you will add it on the html file .. i will give you example now .. when you publish you're flash movie published on html page and see how flash movie publish and write the code on html page ... Good like and have nice day and i hope i explain all what you need on flash.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • I need a script that can verify if a link is on a certain page. Please read all details before answering, Thx!

    getElementsByTagName('a') will return an array of all anchor elements in the page. Compare the href attributes of those items to the requested url until you find a match or fail. <h...

  • How can market knowledge be improved for GlaxoSmithKline using the internt or the WWW??

    You're lucky girl coz i answer you : Use this .. ...

  • How to Write a SQL statement to display the repeated rows of the table below:?

    Ok, I will assume that 'topic_id' is the criteria for determining if the row is repeated (i.e. topic_id is the same on two or more items). I am giving you a generic way of dealing wit...

  • Html software doubt?

    www.w3.org has an HTML validator and a CSS validator that are great for helping you to debug your code: HTML Validator (first step) ...

  • Output of a C++ program?

    we come to if (a++ <= --b && c != b) first b is pre-decremented now a=6 b=5 c=20 now the "if" expression is evaluated, which, translates to (6 <= 5 && 20 !=...

  • I am using oracle 9i. i have a column in a table,that column is a foreign key. can that froign key as a uniqu?

    Your English is very garbled, but I will try to answer as best I can. A foreign key does not have to be unique IN THE TABLE IN WHICH IT IS THE FOREIGN KEY. In fact, it is very commonly the case ...

  • Assembler language: what is the condition code when comparing the characters 1 and ' '.?

    Comparing the '1', '0' and the space are comparing hex values: 0x31, 0x30, and 0x20 CLC '1', ' '; // compare 0x31, 0x20 CLC '0', ' ' ...

  • Which company I should consult to get a good rate for buidling my website.?

    First of all never put your budget in open, everybody will bid more than that . You can post your project at freelance websites like ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster