[memo]set up shadowbox
2009.06.12
I want to write down so I have great time loss at set up shadowbox.
I couldn't show swf.
I use only Shadowbox but other library jquery , prototype.
<link rel='stylesheet' href='shadowbox.css' /> <script type='text/javascript' src='shadowbox.js'></script>It refer the pass of css and javascript.
<script type="text/javascript">
Shadowbox.init
({
language: "en",
players: ["swf","img"]
});
</script>
Initialize Shadowbox.
The point that I have mistake is no write that
players: ["swf","img"]
update 2009.12.31...
[関連記事]






