Home > FLASH | Movable Type > MTにSWFを埋め込む

MTにSWFを埋め込む

MTにSWFを埋め込む際の注意。
SWFオブジェクトは、すでにサーバにアップされているものとする。

<!-- SWFOBJECTによる埋め込み --><script type="text/javascript">
swfobject.embedSWF("http://www.ayabin.jp/flashmemo/swf/xxxxx.swf", "myContent", "300", "100", "9.0.0", "http://www.ayabin.jp/flashmemo/swfobject/expressInstall.swf");
</script>
<div id="myContent">
<h1>FLASH PLAYER</h1>
<p><a href="http://www.adobe.com/go/getflashplayer"><img alt="Get Adobe Flash player" src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" /></a></p>
</div>
<!-- SWFOBJECTによる埋め込み終わり -->

埋め込みたい箇所に上記を記述。
同じブログに2つ、3つと複数設置する場合は、2カ所ある「myContent」の名前を変更しなければならない。

ファイルへのパスはすべて絶対パスで!。
FLASH側の処理も同様。特に外部ファイルを読み込む際には注意が必要(FLASH単独では問題なく動くので忘れやすい)。

Comments:0

Comment Form

コメントを表示する前にこのブログのオーナーの承認が必要になることがあります。

Trackbacks:0

TrackBack URL for this entry
http://www.ayabin.jp/mt4.1/mt-tb.cgi/72
Listed below are links to weblogs that reference
MTにSWFを埋め込む from XREAMEMO

Home > FLASH | Movable Type > MTにSWFを埋め込む

Feeds

Return to page top