I need to resolve the videourl for no avail i keep getting CMSDataProperties.LoadTransformation]: The server tag is not well formed
if i insert manually the address http://localhost/Gamaf/getattachment/c1864310-02b2-43bc-ba67-da9cb57e94e1/poalim.asp
its all working fine
how to write the video url ??
<%@ Register TagPrefix="cc2" TagName="Video" Src="~/CMSWebParts/Media/Video.ascx" %>
<cc2:Video VideoURL="<%#ResolveUrl('http://localhost' + GetFileUrl("Video").ToString()) %>" runat="server" Id="video" Width="200" Height="100" Autostart="true" />