Add media player and run movies on aps.net
how can add media player into my web site and tell me how can run movies into may web sites
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manav PandyaPosted Apr 6, 2018, 1:11 AM
Denis BillPosted Apr 6, 2018, 12:37 AM
dilipv vishwakarmaPosted Feb 29, 2008, 3:23 AM
I recommend you use the object tag to Add media player and run movies on aps.net as follows:-
Then in the code of your page:-
Partial Class testpage
Inherits System.Web.UI.Page
Public mySrc As String
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
mySrc = "http://download.microsoft.com/download/8/3/6/836dd5f8-fa92-499f-8219-0d326f13bf18/hilo_data_final.wmv"
End Sub
End Class
Hope this will help you.
Thanks & Regards
Dilipv
Programmer
SharePoint Consulting