absolute path and relative path


hi,

 

 

i have uisng php file in flash actionscript3.0.

 

how use .php file absolute path , relative path.

 

how call absolute path , relative path in php?

 

can u explain absolute path , relative path?

 

 

thks,

an absolute path includes entire address base reference (server or system drive), in:

 

     http://www.somedomain.com/somefolder/somefile.php

 

     c:\program files\somefolder\somefile.php

 

a relative path same file requires file specifying somewhere within same file structure.  relative path be...

 

     somefolder/somefile.php            if targeting file in main (public_html) folder

 

     somefile.php                                if targeting file in same somefolder

 

     ../somefolder/somefile.php        if targeting file in folder parallel somefolder



More discussions in ActionScript 3


adobe

Comments