Fluid sculpture
First time I’ve ever seen anything like this, looks awesome!
Fluid Sculpture from Charlie Bucket on Vimeo.
sprit3 Flash - Flex - AIR
First time I’ve ever seen anything like this, looks awesome!
Fluid Sculpture from Charlie Bucket on Vimeo.
While I was considering how I would go about storing images for an app I’m building, I thought “wonder what approach Flickr takes?”. A quick search, and I find this greatly insightful post, which just boggles my mind!
Till now, I didn’t know that Flickr is built on LAMP - what a testament if there ever was one?!
This is something I often have to do when setting up a new server, if you’re planning on using FLV video with the site:
Pretty simple, but if you forget to do, could leave you scratching your head for some time, thinking “Now, why don’t my f#$@ing video player work?!”.
Just the other day, while I was building a Flash site, I noticed that the color transform that I was applying to my menu items did not work in FF (ver 3 in this case, not sure same across versions), but worked fine in IE and standalone Flash player.
I figured it would have to be caused by the embed code, and after playing around and changing params around, I found that it was due to the wmode param. If I set it to either “opaque” or “transparent” the transform failed to show. But worked fine when set to “window”, the default value. It seems strange that all other thing worked except for the transform?! What is it about it that would stop it working in the other wmodes…?
The winning code:
<script type="text/javascript">
// <![CDATA[
var flashVars = {
};
var params = {
wmode: 'window'
, allowscriptaccess: "sameDomain"
}
var attributes = {
id: 'flashcontent'
};
var expressInstall = false;
swfobject.embedSWF( "main.swf", "flashcontent", "100%", "100%", "9.0.115", expressInstall, flashVars, params, attributes );
// ]]>
</script>
Real awesome visiual effects! Wonder how its done…? Projected on to a screen, maybe.
MAKE presents: The LED from make magazine on Vimeo.
These are some of the finding from my initial experience Papervision3D.
Tips:
camera.zoom = 10; camera.focus = 200; camera.z = -2000;
Resources:
If you use FlashDevelop for AS3, these plugins are a must!
I have installed these with FDev V3 Beta 9.
fdbPlugin - AS3 Debugging
Installation:
Trace - Help generate ‘trace’ statements.
Installation: