Am developing a video player in as3 , everything is fine, but finally i got a prob in basic itself.
Question is How to specify the path to loading xml into flash. FOr example
urlreq.load("hostname/filename");
instead of host name i have to specify my physical path infact i should. so how to specify this.
means i have to load a xml file from root directory, something like
"/opt/adobe/fms/applications/vod/media/moviename/chapters.xml"
here i couldnot get the file.
Please some one help me out.