0
Reply

File Path

Kavitha Reddy

Kavitha Reddy

May 29 2006 2:15 AM
1.5k

Hello frnds,
I am getting a problem in my web application.Am trying to set the path for a video file.when the user clicks on the file it should play the file.It is accepting the file path in my local system.But when i upload to server.it is not able to retrive the path of the file.Files are retrieved from the application folder.Here is the code am using.

<embed CONTROLLER="true" name="mediaplayer1" pluginspage="http://www.apple.com/quicktime/download" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" autostart="false" src="<%=strFilePath%>" width="<%=strWidth%>" height="<%=strHeight%>"  swContextMenu="false" menu="false" >

Awaiting for the positive response.