Archive for February, 2007

Presenting at the VRA Conference

Tuesday, February 27th, 2007

I’ll be presenting my work with Flash Media Server and the DUVAGAII project as part of a panel on March 29th at the Visual Resources Association’s 25th Anniversary conference. It should be a fairly interesting panel and I will be demonstrating some of the video tools I’ve authored allowing instructors to produce short clips of longer film materials online, at their leisure, for presentation in the classroom and on the web. For anyone interested in using the Flash Platform, Coldfusion, and Flash Media Server for dynamic video delivery, this should be a panel worth attending!

A Burgeoning Beyond Restraint: Delivering Video, Audio, and Image Data to the Classroom

With advances in presentation platforms, file storage systems, and the increasing functionality and power of computer hardware, software, and network infrastructures, there is very little to hold back an educational institution from implementing a full-featured, bleeding-edge multimedia delivery system. During this session, we will demonstrate different systems built to take advantage of these advances in digital technology, and begin a discussion to further advance the development and implementation of such systems, while remaining mindful of very real restrictions placed upon us by fair use and intellectual property considerations.

During this session we will address three important areas software and hardware requirements for storage and delivery, the development and usage of advanced media delivery tools, and a discussion of questions surrounding copyright and security policies.

System demonstrations will include the DU-VAGA media presentation application, the ALORA digital object repository application, and the Media Mill storage, processing and delivery service.

Flash Media Encoder Released

Sunday, February 25th, 2007

Just picked up the news from Flashcomguru that the Adobe Flash Media Encoder has been released. I’d previously tested the beta version off of Adobe Labs and was very pleased with the results. We had looked into the streaming of live events through Flash Media Server previously, but due to the limitations of the Spark codec had dismissed FMS (for live events) in favor of MPEG4. This is huge!

Flash Player Security Sandbox is Smothering Me…

Friday, February 23rd, 2007

I’m currently building a standalone app in Flash/AS2 translated to an execuatable via Screenweaver. What has really been a downer are the incredible restictions placed upon BitmapData.draw(), which is used heavily throughgout the application. The really terrible thing is that we own all of the domains the loaded images and video are originating from, but since a standalone app is not necessarily part of any domain, I cannot use the draw() method on any of the digital objects being loaded into this app. I understand that there is a way around this in ActionScript 3.0 using “LoaderContext.checkPolicyFile”, but we need a solution for AS2. The image loading I can get around with a proxy script but (as I understand it) there is no way to successfully invoke draw() on an flv streaming from a Flash Media Server.

I’m looking forward to the Apollo beta release on labs to see whether or not some of these restrictions will be lifted within that runtime. I imagine Apollo would be ideal for this app but since there is so little information out there- I can really only hope at this point.