どの動画も野生動物というか怪獣の鳴き声のような、聴いてるモノを緊張させる異物感があって本当にすばらしい。フジロックとスタジオライブが特に素敵です。
PodcastはiTuneとか、こちらのAIRアプリで利用できます。
bjork-hyper ballad Podcast
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" creationComplete="init()">
<mx:Script>
<![CDATA[
import flash.filesystem.File;
[Bindable]
private var dir:File;
private function init():void{
dir = File.desktopDirectory;
}
private function selectFile():void{
if(!dir)return;
dir.addEventListener(Event.SELECT, function(event:Event):void{
onFileSelected(event.target as File);
});
try{
dir.browseForOpen(dir.name);
}catch(e:Error){
trace(e.getStackTrace());
}
}
private function onFileSelected(selectedFile:File):void{
if(!selectedFile || selectedFile.isDirectory)
return;
im.source = "file:///" + selectedFile.nativePath;
trace(selectedFile.nativePath);
}
]]>
</mx:Script>
<mx:Image width="100" height="100" id="im" x="61" y="215"/>
<mx:Button x="196" y="185" label="file" click="selectFile()"/>
</mx:WindowedApplication>
<script type="text/javascript" src="http://inu-goya.net/seff/bp_1.js">
</script>
| 日 | 月 | 火 | 水 | 木 | 金 | 土 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |