I'm hoping to begin working on a jukebox AIR app soon... at least until iTunes uses the same type of "coverflow" behavior as the iPhone's music app (flipping album art around to show album contents).
Either way, I was pretty proud of what I was able to do using Flash 10's built-in 3D support (rotationX/Y/X). Check it out here:
http://daleyjem.com/projects/coverflow/
Tuesday, February 9, 2010
Saturday, October 24, 2009
Digital Media Rights
boy meets girl. boy makes mixed tape for girl. is it illegal?
boy meets girl online. boy sends digital playlist of mp3's. is it illegal?
boy meets girl online. boy sends digital playlist of mp3's. is it illegal?
Friday, October 16, 2009
If being attacked by a bear
why play dead? first find an object big enough to draw attention. (think about all the animals you've drawn away by throwing a stick). then throw it in the direction where the bear is less able to pivot back from quickly -- perhaps right over his head. the goal here is not to hit the bear but to distract him for the quickest moment in which you run your ass to the direction you came from... so as not to enter his "domain". besides, at least you know you didn't see any other bears in that direction. with a strike of luck, the bear will not wander too far from the zone he thought you were infiltrating.
Wednesday, August 26, 2009
Sunday, August 9, 2009
Judicial Process
Is it not flawed?
How do we advance the will of justice if we don't consider a new approach to 12 angry jurers?
How rational is the one man who disagrees with other 11? How rational are the "other 11"?
How do we advance the will of justice if we don't consider a new approach to 12 angry jurers?
How rational is the one man who disagrees with other 11? How rational are the "other 11"?
Our growing with other beings
We've lived together for a very long time. How advanced is our communication? What is its hope for further advancement? How much do other beings already understand humans?
Sunday, July 19, 2009
Basic Plan to Run Shell Commands with Adobe AIR
Not yet developed, but hopefully in the works soon:
1.) Install "AIRExecute" (.NET) to C:\Program Files\AIRExecute\run.exe
- How run.exe is to be initially opened I'm unsure of currently
- Checks $(AIRExecute)\commands.txt for new commands.
- "run" causes new execution of command, removes command on execute and pushes new processe to array.
- "killAll" kills all processes in process array and removes entry from process array.
2.) AS3 AIRExecute Class -> appends to $(AIRExecute)\commands.txt:
- run(command:String)
- killAll()
Example of commands.txt for starting new transcode using "run" command:
-killAll
-run C:\Program Files\FFMpeg\ffmpeg.exe -i somefile.wma -y somefile.mp3
-------------
Additional development would allow for specifying the AIR application issuing the command, so that "killAll" will only kill processes initiated by that application.
1.) Install "AIRExecute" (.NET) to C:\Program Files\AIRExecute\run.exe
- How run.exe is to be initially opened I'm unsure of currently
- Checks $(AIRExecute)\commands.txt for new commands.
- "run" causes new execution of command, removes command on execute and pushes new processe to array.
- "killAll" kills all processes in process array and removes entry from process array.
2.) AS3 AIRExecute Class -> appends to $(AIRExecute)\commands.txt:
- run(command:String)
- killAll()
Example of commands.txt for starting new transcode using "run" command:
-killAll
-run C:\Program Files\FFMpeg\ffmpeg.exe -i somefile.wma -y somefile.mp3
-------------
Additional development would allow for specifying the AIR application issuing the command, so that "killAll" will only kill processes initiated by that application.
Subscribe to:
Posts (Atom)