Blakefire Active member Apr 29, 2013 #1 So I want to create a page that will display a video I have on my server. My question is I dont know how to get the video to display on the page.
So I want to create a page that will display a video I have on my server. My question is I dont know how to get the video to display on the page.
Jeremy in memoriam 1991-2020 Apr 29, 2013 #2 Blakefire said: So I want to create a page that will display a video I have on my server. My question is I dont know how to get the video to display on the page. Click to expand... https://developer.mozilla.org/en-US/docs/HTML/Element/video You'll want to use <video> or go through a flash player. <video> is more widely useable (iOS devices) Upvote 0 Downvote
Blakefire said: So I want to create a page that will display a video I have on my server. My question is I dont know how to get the video to display on the page. Click to expand... https://developer.mozilla.org/en-US/docs/HTML/Element/video You'll want to use <video> or go through a flash player. <video> is more widely useable (iOS devices)