0
I am looking for a way to add Html5 player on the pages of my website.
I own mp4 videos, which are soaked.
I would like to transfer these videos in Html5 applying a new player on the page.
Example:
<embed src="http://meusite.mp4?id=1as5df7asd" width="200" height="200" style="border:1px solid">
I’m looking for a way that every time I have http://meusite.mp4?id=1as5df7asd
a new player is added in Html5 on the page:
<video controls="controls" height="430" poster="" src="http://meusite.mp4?id=1as5df7asd" width="680"></video>
The goal is to play the link in Mp4 that you have on the page inside Html5
this would save me a lot of time, because I would have to search all the articles, and edit them manually.
Some Script checks if there is any embed or link on the page whose address is http://meuite.mp4?id= and ID 1as5df7asd
and finding plays the link or id inside the code Html5.
The object is to turn my videos into mp4 in Html5. as all videos are hosted on a server only the video id is different.
The Embeds are in this format:
Just play the id inside the mp4 link
Making a new player on the page.
<video controls="controls" height="430" poster="" src="" width="680"></video>
Friend what the TAG
actionscript-3
andjava
has to do with your question?– Guilherme Nascimento
Wow you totally changed the context of the issue. All right let’s start from scratch, where these Ids come from?
– Guilherme Nascimento
Why don’t you do that server override? in Javascript you’ll have to do every time the page loads... on the server you’d only do it once.
– Sergio
@Sergio wants to embed videos from other servers like Uol, youtube, Vimeo, etc within the video tag, but as I said in the reply "You can’t directly access the video and embed it using the <video> tag because google itself blocks or uses dynamic urls", that is to say he wants something seemingly impossible.
– Guilherme Nascimento