Reinit_creative log Reinit_creative log rss

Reinit_creative log

about ActionScript3 and Design memo.

[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...

[関連記事]

My Icon

Flash+デザインを仕事としています。
info[at]reinit.info
>>detail

レコメンド

ActionScript3アニメーション

ActionScriptアニメーション

アニメーションに関する基礎が得られる本。
コレを読んで、ASが楽しくなった。