0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SWFObject

Posted at

SWFObject 2 HTML and JavaScript ジェネレーター v1.2
http://www.tonpoo.com/docs/swfobject_generator/

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title></title>
<meta http-equiv="Content-Script-Type" content="text/javascript;">

<script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
params.allowfullscreen = "true";
var attributes = {};
attributes.id = "externalcontent";
attributes.name = "externalcontent";
swfobject.embedSWF("example.swf", "flashContent", "800", "600", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
</script>

</head>
<body>

<div id="flashContent">
<a href="http://www.adobe.com/go/getflashplayer_jp"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"></a>
</div>

</body>
</html>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?