本項は歴史的事項を説明しています。本項の内容の一部または全部は、現在の状況とは異なるかもしれません。
(なお本項の内容の一部または全部は、互換性または歴史的連続性のために現在も有効な場合もあります。しかし新たに利用することは避けるべきです。)
Use this <param name="menu" value="false" /> in th object tag and menu="false" in enbed tag of the html where flash movie is.
<EMBED SRC="MyMovie.mov", WIDTH=150, HEIGHT=250 CONTROLS=TRUE>
<EMBED SRC="DoomGame.ids", WIDTH=400, HEIGHT=300 SPEED=SLOW LEVEL=12>
This will not however display the player in the page and then play movies as you click them, as is the described behavior you wanted. But if you are willing to change the user experience then you can set up a page that has links to all the vidoes you want to have. Then you link them to a page that has the embed tag, using query string pass in the name and location of the video file and pass that dynamically to the SRC="" portion of the embed tag.
P.S. this will not always use Windows Media Player, it will use the default player for the browser using the enbed tag. People viewing your sites in linux or mac may not be haappy you are trying to force WMP on them.
I need help on <enbed> tag.
Following code(No 1) is working properly on windows but on linux code
no.2 is not working
Code No 1:
<EMBED type='applicati on/x-mplayer2'
necessary, or it can be minimized. You can, using considerably more
complex code, embed(using an object rather than illegal enbed tag) the
player on a page so that it is any desired size or even hidden.
if you click on the share tag, then the enbed tag, copy the bit under it and paste it in your post, it does this,
ウィンドウプラグインを使用してシステムを開発しているのですが、
HTML文のEmbed属性の指定で悩んでいます。
3層クラサバのシステムをWEB対応に展開しようと試みているのですが、
プロキシオブジェクトだけのライブラリを追加属性として、書いています。
HTML文で
ENBED SRC=test_ap.pbd WIDTH=370 HEIGHT=320
WINDOW=test LIBRARY=\"http://???.???.???.???/clntprox.pbd\" APPLICATION=test_ap
の様に書いているのですが、このLIBRARY属性を指定すると、画面が開くのは1回だけで、
2回目以降は、ウィンドウプラグインが働かない状態(埋め込まれていない状態)で
ページ表示されてしまいます。
7/10 さらに追記。
HTMLコードを間違えてました。
enbed ではなく embed です。
らぶさんごめんなさい…
※自動再生
<p><enbed src="音楽のURL" autostart="true"></p>
※手動再生
<p>素敵なBGMをどうぞ!<br><br>
<enbed src="音楽のURL" autostart="true"></p>
音声を出すためには<body>タグの後ろでdocument.writeを使って<enbed src="音声ファイル名"・・・>タグを書き込んでいる。
クイックタイムなどプラグインを必要とするファイルを組み込むときは「ENBED」エンベットタグを利用します。
ENBED=埋め込みオブジェクト
WWWサーバーから転送されたファイルが、クライアント側にあるアプリケーションに関連付けられる時データの表示や内容の編集ができるようになります。
< ENBED SRC="++++.mov" WIDTH=160 HEIGHT=136>
クイックタイムムービーの大きさが160×120の場合、高さ分にコントロールバー表示サイズ分として16ピクセルをプラスします
▼HTML 4 / XHTML
<enbed src="mspr.mp3">
<enbed src="wada.mp4">
▼HTML5
<audio src="mspr.mp3"></audio>
<video src="wada.mp4"></video>
Just a add a <enbed src=""> into you <div>. Also it works in modals. Example;
<div>
<embed src="https://YourPdf" frameborder="0" width="100%" height="400px">
</div>
何にも表示されない・・・
拡張子は一緒です。^^
enbed srcを使ったら、最初のシーンだけが静止で映るんやけど・・・
<embed type="application/x-mplayer2"
filename="kids.mpg" autostart="True"
showcontrols="True" showstatusbar="False"
showdisplay="False" autorewind="True">
</embed></object>
<?
}
if(mysql_num_rows($video_result)==0){
echo'
<td align="center"><b>members video</b><br><br><img width="125" height="125" src="images/novid.png"></img>';
}
?>
[/code]
and this is correct example as well.
[code]
<ENBED src="video.wmv" HEIGHT=100 WIDTH=100>
[/code]
<BGSOUND SRC="その鳴らしたい物のリンク.MID" LOOP="2とかの回数入力">
LOOPの所はinfiniteにしたら永遠に繰り返しです。
↑裏で流れる音楽としてです。
<ENBED SRC=”そのファイル名までのリンク”width="200" height="60"
Loop="2" Autostart="true">
AVIやMPG,WMVなども指定できます。
人によって使ってるプレーヤが違うのであまり使わないほうがいいかも,
WIDTHなどでプレーヤの大きさを指定します。
trueの所はfalseにしたら古いOSでは繰り返しなしになりますがXPでは
なんか無意味になります。なので0がいいと思いますオーではなくゼロです。
↑プレーヤーを表示して自動で演奏させたりクリックで演奏させる場合
<enbed src="http://d64.yousendit.com/D/1YS1CL670QIL ... 10B136.avi" width="800" height="700" autostart="false" loop="false" volume="60"/>
<HTML> <--nombre del alumno:Trejo Montoya Bryan Jesus,grupo: 2IV16 > <!--Fecha. 29/03/2012 labotatorio numkero 7 > <body> <h3 aling=center><FONT size=5>Audio Midi</FONT></h3> <P aling=center>Ese es un ejemplo de fichero de sonido en este caso el archivo es <BR><BR><FONT size=+1><FONT size=5>clasica. mid </FONT><BR></FONT></FONT></FONT><BR>RECURDE QUE DEBE ESTAR EN EL DIRECTORIO CORRESPONDIENTE <BR> e INSTALADO EL QUICK TIME PLAYER PARA WINDOWS </P> <DIV aling=center> <enbed src="clasica. mid" aling="baseline"border="5"width="68"heit="25"autostart="on"lopp="30"> </body> </HTML>
加入代码<enbed src="文件地址">
<ENBED src = "사운드 파일명"
autostart = "true/false"
hidden = "true/false" -------> 음악조절기가 보여지게 또는 안보이게 한다.
width, height = "n" ----> 삽입할 음악조절기나 플래시 플레이어의 가로세로값
type = 삽입방식 --------> 삽입할 내용에 따른 지정
예) <EMBED src="music1.mid" autostart="false" hidden="false">
<EMBED src="movie1.asx width="가로" height="세로" type=video/x-ms-asf>
<EMBED src="flash1.swf width="가로" height="세로" type=application/octet-stream>
ⓒ웹문서로 불러오면서 실시간 실행방식 : 플래시나 디렉터에 주로 사용
<ENBED src = "사운드 파일명"
autostart = "true/false"
hidden = "true/false" -------> 음악조절기가 보여지게 또는 안보이게 한다.
width, height = "n" ----> 삽입할 음악조절기나 플래시 플레이어의 가로세로값
type = 삽입방식 --------> 삽입할 내용에 따른 지정
예) <EMBED src="music1.mid" autostart="false" hidden="false">
<EMBED src="movie1.asx width="가로" height="세로" type=video/x-ms-asf>
<EMBED src="flash1.swf width="가로" height="세로" type=application/octet-stream>
답변]
<objact codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" type="application/x-shockwave-flash" height="399" width="502" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"> <enbed src="http://flvs.daum.net/flvPlayer.svf?vid=1g2K6iDp2Mg$" width="402px" height="324px" allowscriptaccess="always" type="application/x-shockwave-flash" allowfullscreen="true"></enbed></objact>
김여사 시리즈의 동영상으로는 이런것들이 있습니다.
김여사 동영상이 아니라 그냥 김여사 시리즈 사진을 시간차로 놓은것이라고 볼수있습니다.
3. 개체 삽입하기 동영상 삽입하기 동영상 파일로 avi, mov, asf 등 사용
플러그인(plug=in) 프로그램 설치되어야 실행
<enbed src=“동영상파일의 위치” loop=“반복횟수” autostart=“true/false”> </enbed>