Last post Jan 07, 2016 03:05 AM by Nan Yu
Member
15 Points
50 Posts
Jan 05, 2016 02:32 AM|motorrevo00|LINK
All-Star
52673 Points
15720 Posts
Jan 05, 2016 02:42 AM|oned_gk|LINK
Read this
http://www.w3schools.com/html/html5_video.asp
18815 Points
3831 Posts
Jan 05, 2016 06:16 AM|Nan Yu|LINK
Hi motorrevo00,
Welcome to ASP.NET Forum .
As @oned_gk suggested , you could Detect HTML5 video in your web page , it allows embedding video in your web pages . Please refer to below articles for details :
http://www.misfitgeek.com/use-html5-video-tags-in-your-asp-net-applications/
http://diveintohtml5.info/detect.html#video
Best Regards,
Nan Yu
Jan 07, 2016 02:16 AM|motorrevo00|LINK
i have code
Response.AddHeader("Referer", "someurl"); Response.Redirect(HttpContext.Current.Request.Url.AbsoluteUri);
where i can put the code ?
Jan 07, 2016 03:05 AM|Nan Yu|LINK
Hi ,
You could put your code in server side function .
Member
15 Points
50 Posts
http request referer
Jan 05, 2016 02:32 AM|motorrevo00|LINK
how to play in computer ?
All-Star
52673 Points
15720 Posts
Re: http request referer
Jan 05, 2016 02:42 AM|oned_gk|LINK
Read this
http://www.w3schools.com/html/html5_video.asp
Suwandi - Non Graduate Programmer
All-Star
18815 Points
3831 Posts
Re: http request referer
Jan 05, 2016 06:16 AM|Nan Yu|LINK
Hi motorrevo00,
Welcome to ASP.NET Forum .
As @oned_gk suggested , you could Detect HTML5 video in your web page , it allows embedding video in your web pages . Please refer to below articles for details :
http://www.misfitgeek.com/use-html5-video-tags-in-your-asp-net-applications/
http://diveintohtml5.info/detect.html#video
Best Regards,
Nan Yu
Member
15 Points
50 Posts
Re: http request referer
Jan 07, 2016 02:16 AM|motorrevo00|LINK
i have code
Response.AddHeader("Referer", "someurl");
Response.Redirect(HttpContext.Current.Request.Url.AbsoluteUri);
where i can put the code ?
All-Star
18815 Points
3831 Posts
Re: http request referer
Jan 07, 2016 03:05 AM|Nan Yu|LINK
Hi ,
You could put your code in server side function .
Best Regards,
Nan Yu