Adobe Flash secures TV set-top deal

From http://news.bbc.co.uk/2/hi/technology/8008070.stm:

Adobe has secured a deal to put its Flash software into many of the chips that go inside TVs and set-top boxes.

It will enable developers and content providers to create applications to deliver web-based content such as news, weather and share prices to TV screens.

Flash will be included on most chips -those made by Broadcom, Intel, NXP and STMicroelectronics – but the deal does not cover TVs made by Sony and Samsung.

The first applications using Flash are expected to hit TV sets early in 2010.

(…)

It could also mean TVs being used for many of the tasks now given over to a computer or laptop, such as using a search engine, online maps, and consuming all manner of digital content.

Adobe has signed up video delivery service Netflix, Disney and the New York Times to make the first batch of applications.

Posted in Flash | Tagged | Leave a comment

Importing Google SketchUp Models to Flash Using Papervision 3D

Google SketchUp is a very practical, and free, way to develop simple 3D shapes and scenarios.

With Papervision 3D, it’s now easy to import SketchUp models into Flash. Found this tutorial on the topic:

http://www.elctech.com/tutorials/importing-google-sketchup-models-into-papervision-3d

Posted in Flash | Tagged , | Leave a comment

Course end / projects / documentation

The Multimedia Authoring Course part 2 (2009) has just ended. Thank you to all participants.

The projects can be found in this link (source code included):
http://mlab.taik.fi/mediacode/coursefiles/course_2009_03/projects/

Videos of the project presentations can be found here:
http://www.flickr.com/photos/nunocorreia/sets/72157623538599815/


And photos here:
http://www.flickr.com/photos/nunocorreia/sets/72157623540732937/

IMG_8121 IMG_8120 IMG_8115 IMG_8113 IMG_8111 IMG_8106 IMG_8105 IMG_8102 IMG_8098 IMG_8097 IMG_8092 IMG_8086 IMG_8083 IMG_8080 IMG_8078 IMG_8072 IMG_8069
Posted in Courses, Multimedia Authoring 2009 | Leave a comment

Flash and Facebook

Adobe is now pushing Flash as a development tool for building Facebook apps, with the new ActionScript 3.0 Client Library for Facebook Platform API:

http://www.adobe.com/devnet/facebook/

Posted in Flash | Tagged | Leave a comment

Flash sound update

About a year ago I posted about the new sound capabilities in Flash player 10:

http://mlab.taik.fi/mediacode/archives/110

It seemed to be a direct result of the “Adobe Make Some Noise” campaign:

http://www.make-some-noise.info/

Although the results were not what was expected originally, they are still very useful. This post from the previous website sums it , and points to some other useful links:

http://www.make-some-noise.info/2008/10/16/adobe-made-some-creepy-noise/

An impressive result of this is Hobnox audio tool:

http://www.hobnox.com/audiotool

Some additional examples:

http://www.make-some-noise.info/2008/05/21/flashplayer-10-is-making-noise-links/

Recently Matti posted about the excellent Popforge library, developed by the same people involved in the “Make some noise” campaign and Hobnox:

http://mlab.taik.fi/mediacode/archives/147

Popforge is very powerful, but the learning curve can be a bit high. Some simpler to implement alternatives could be:

1) Antti Kupila’s SoundFX:

http://www.anttikupila.com/flash/soundfx-out-of-the-box-audio-filters-with-actionscript-3/

2) Fredrik Johansson’s take on Popforge:

http://www.signar.se/blog/popforge-flash-workaround-fp-9/

Meanwhile, here is an interesting tutorial from Adobe:

http://www.adobe.com/devnet/flash/articles/dynamic_sound_generation/index.html

In my opinion, this tutorial highlights the advantage of using pre-made libraries instead of building from scratch…

Posted in Flash | Tagged | 1 Comment

Flash Sound Visualizer Links

Some assorted links of examples, tutorials and reflections regarding sound visualizers in Flash:

1. Tutorials

http://livedocs.adobe.com/flash/9.0/main/00000296.html

http://www.ultrashock.com/tutorials/flash8/spectrum.php

http://www.thetechlabs.com/sound/create-a-as3-flash-9-mp3-player-with-spectrum-display/

http://www.thetechlabs.com/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/

http://www.communitymx.com/content/article.cfm?cid=8E9A0

2. Examples with source code

http://www.terrypaton.com/as3-sound-spectrum/

http://www.anttikupila.com/flash/revolt-actionscript-3-based-spectrum-analyzer-source-released/

http://labs.blitzagency.com/?p=118

http://clockmaker.jp/blog-en/2008/11/pv3d_visualizer/

3. Links to visualizers

http://diaghe.com/blog/?p=19

http://www.gskinner.com/blog/archives/2006/10/as3_music_visua.html

http://theflashblog.com/?p=197

4. Discussion

http://www.ultrashock.com/forums/actionscript/as3-soundmixer-computespectrum-82605.html

http://www.actionscript.org/forums/showthread.php3?t=176574

There is also an older post related to this:

http://mlab.taik.fi/mediacode/archives/56

Posted in Flash | Tagged , | Leave a comment

Some links…

Just some links i found useful/interesting:

 

http://www.kirupa.com/developer/flash/index.htm#ActionScript_Basics

easy to understand tutorials on AS3, examples code included…

 

http://englishblog.flepstudio.org/

some more tutorials, Italiano style :)

 

http://krazydad.com/bestiary/

Krazy Dad will show you some stuff there…especialy for girls;) (joke, no porno)

 

http://www.uncontrol.com/

if you was wondering about generative art in Flash(like me), check this out, some neat examples…

 

http://books.google.com/books?id=nzyu5TytMEUC&pg=PA238&lpg=PA238&dq=multiple+collisions+as3&source=bl&ots=Rdp-vwmrWW&sig=XcqGQsT_jZVcjtAPfPIbRH2ovs8&hl=en&ei=QOnUScj3OoTX-Aa5yMmbCw&sa=X&oi=book_result&ct=result&resnum=9#PPA239,M1

oops, this one little bit too long, but worth it, sample from Keith Peters’ Foundation Action Script 3 Animation book, chapter about multiple-object collision detection methods…very nice book…

 

http://www.shiffman.net/teaching/nature/

Daniel Shiffman’s Nature of Code blog, not about Flash really, but check it anyway…

 

That’s it for now, must go back to work on my super-project called “Green Spots!!!” :)))

Posted in Inspiration | 1 Comment

ProcessingAS

Processing.as is a port of the Processing programming language to ActionScript. It includes a fully functional parser and evaluator, as well as an API layer, to run many existing and new Processing scripts.

To check out Processing.as in action, take a look at the following examples:

http://code.google.com/p/processingas/

Posted in Flash, Processing | Leave a comment

Flash for surface computing

In recent years, surface computing has gained a lot of steam. “Surface computing” is a broad term that is promoted by proponents of large-screen interactive display technologies. Several such technologies have been developed, including Perceptive Pixel from Jeff Han (NYU), reacTIVision from reactable, Touchlib and OpenTouch from NUI group, and Microsoft Surface from Microsoft Research…

http://www.adobe.com/devnet/edu/articles/manvesh-vyas.html

Posted in Flash, Platforms, Tables/Surfaces | Tagged | Leave a comment

Course files 2009-03

The course files can be downloaded (or viewed, in the case of .swf´s) from here:

http://mlab.taik.fi/mediacode/coursefiles/course_2009_03/

All old course files can be found here:

http://mlab.taik.fi/mediacode/coursefiles/

Today were will continue this exercise we started yesterday, students who didn’t come yesterday can download it:

http://mlab.taik.fi/mediacode/coursefiles/course_2009_03/2009-03-25/ex7-properties_unfinished.fla

Posted in Courses, Multimedia Authoring 2009 | Leave a comment