embed1.Attributes.Add("src", @"http://~/Uploads4/"); embed1.Attributes.Add("filename", Server.MapPath(e.CommandArgument.ToString())); embed1.Attributes.Add("ShowControls", "1"); <embed runat="server" id="embed1" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" width="424" height="379" autostart="1" showcontrols="1" showstatusbar="1" videoborder3d='1' designtimesp='5311' loop='true' > </embed>
Server.MapPath
Server.MapPath("~/Uploads4")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)