Jump to content
Fórum Script Brasil
  • 0

Imagens


alexandremanowar

Question

Olá pessoal

Eu gostaria de saber se o html executa na tela do navegador pequenos filmes com a extenção .AVI,.WMA,.MPEG,etc.

Ou seja eu gostaria que ele pegue o arquivo no servidor e execute no navegador.

Se ele faz isso alguém poderia me dar um exemplo? Ou o endereço de um tutorial, preciso aprender isso

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

o HTML não, mas o plugin de um player sim, abaixo vai um exemplo usando o plugin do Windows Media Player:

<object id="MediaPlayer" width="400" height="300" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"><param name="FileName" value="INSIRA A URL DO VÍDEO AQUI"><param name="AnimationatStart" value="true"><param name="TransparentatStart" value="false"><param name="AutoStart" value="true"><param name="ShowControls" value="1"><param name="ShowStatusBar" value="1"><param name="autoSize" value="false">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&" src="http://endereço do arquivo" name=MediaPlayer showcontrols=1 width=360 height=180></embed></object>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...