Hi ,
I am trying to add the video in a presentation but while runing the ppt video is not working.
Below are the samples code
string FileName = "~" + context.Request.ApplicationPath + "/admin/SlideKitVideo/MOA.wmv"
Shape shp = slidee.Shapes.AddVideoFrame(1050, 1100, 3600, 2400, FileName);//Adding a Video Frame in the presentation
Actually Its work fine if we give the static path like C:\\MOA.wmv, But my file are at the web server not at clinet machin. so please let me know how I will add the file from the web server folder.
Thanks
Dilip