Did I mention how live Flash video would be big in 2008? Oh yes, I did. We've probably all come across the usual suspects by now and a lot of them are powered by FMS. And even if they're not (in the case of Justin.tv the guys rolled their own Python based RTMP server), it's still the same technology under the hood: RTMP servers which stream to a Flash UI.
Now apparently YouTube wants a slice of that cake and, as Sarah Meyers found out, they'll do it sometime this year. It remains to be seen if Google will put in an order for a couple of FMS license or if they will put their own spin on things, similar to what they did with their current HTTP pseudo streaming solution (check this post if you'd like to know more about that). But long story short, it's almost a given that the actual video will be Flash, regardless of how it gets to the server. At least I have my doubts that Google would use Silverlight :-) Of no, I don;t think Silverlight will support webcam originated video feeds... Bummer.
Well in that case, rock on Flash.

[More]

A few weeks ago Chet Haase joined the Flex team and is going to be focused most likely on our graphics and animation pieces. Very exciting for us. He's already started blogging about his Flex experiences. For now he's focusing...
A few weeks ago Chet Haase joined the Flex team and is going to be focused most likely on our graphics and animation pieces. Very exciting for us. He's already started blogging about his Flex experiences. For now he's focusing...
I have a LG Chocolate from Verizon. The contract is up in a few months. I've been thinking of jumping over to an iPhone when it's done, and was hoping the next version of the iPhone would be out by then. But I recently got a Nokia n800 Internet Tablet, which simply rocks. The fact that [...]
Sometime last year Fabio asked this question on his blog:
"Every day on the web new video related sites appear. Video sharing, video delivery sites or simply mashups, all Flash Video based. I'm very happy about this but there is a thing I can't understand and it is : why very often is video.smoothing property not used ? This is completely obscure to me because in my opinion a smoothed video is always better than a blocky one."

Of course he's right, video.smoothing is simple yet effective, once turned on your video will look a lot better. Take the following example. On the top you see the intro screen of a movie trailer with smoothing turned on, and on the bottom the same screen without smoothing (it looks bad because this video was scaled down quite heavily). Big difference, the top one looks a lot better.
Unfortunately smoothing (a property of the Video object in Flash/Flex) is turned off by default. To turn it on you simply set smoothing to true. Something like myvideo.smoothing = true; But what i you're using the FLVPlayback component? How does one access the underlying video object there? It's quite simple really if you know where to look. The FLVPlayback component uses the VideoPlayer object under the hood, and VideoPlayer extends Video and therefore inherits the smoothing property.
Say you have a FLA file (AS3) with an instance of the FLVPlayback component on stage and named it flvpb. You simply need to add the following code to enable smooting: var videoplayer:VideoPlayer = flvpb.getVideoPlayer(0); videoplayer.smoothing = true; Note that you have to specify an index when calling getVideoPlayer(), but if you are not dealing woith indexes then it should normally be 0 anyway.
Hope this helps, go use it and tell your friends how smooth you are.

Here's the update on the serial numbers. We have identified the problem in the system that prevented serial numbers from getting into the system to allow FB Pro serial numbers to be sent out (FB Standard are working fine). Our...
Here's the update on the serial numbers. We have identified the problem in the system that prevented serial numbers from getting into the system to allow FB Pro serial numbers to be sent out (FB Standard are working fine). Our...
Just wanted to post a quick note apologizing for the issues we're having with serial numbers with Flex Builder 3 Professional. We are currently working with our operations team to get the issue resolved. Apparently the system does not have...
Just wanted to post a quick note apologizing for the issues we're having with serial numbers with Flex Builder 3 Professional. We are currently working with our operations team to get the issue resolved. Apparently the system does not have...
Today at 360Flex I premiered the video Flex: Behind the Scenes. It is a view onto the Flex team like you've never seen before. I have now made the video available on YouTube in 2 parts (because it's 17 mins...
Today at 360Flex I premiered the video Flex: Behind the Scenes. It is a view onto the Flex team like you've never seen before. I have now made the video available on YouTube in 2 parts (because it's 17 mins...
Mike wrote up a post on the Flexteam blog that says it all so I won't say more here. But woohoo! Definitely check out the new Open Source Flex SDK site!...
Mike wrote up a post on the Flexteam blog that says it all so I won't say more here. But woohoo! Definitely check out the new Open Source Flex SDK site!...
Well I've had this thing for over a week now, and I gotta say, it rocks. You can easily find the specs on this at Nokia's site. So I won't bore you with that stuff. I will give you the highlights of what you get, and how good it is. First of all, as this is billed [...]
A common way to reduce the size of data returned over HTTP is to allow the web server to use a GZIP compression on the data. When making requests in a Flash/Flex application hosted in a web browser, the browser actually uncompresses the GZIP-encoded data before its delivered to Flash Player. Therefore, Flash/Flex [...]
I’ve been getting emails regarding some of the themes featured on ScaleNine not working properly with Flex 3. There have been some changes to the framework that have caused this, like Panel changes and name changes for some styles. However, there are things that were added to Flex 3 that you can take advantage of [...]
I was using Flex the other day to consume some SOAP web services. However, I needed a way to modify the SOAP header in the request. This is exposed by calling the addHeader method on the service. That was easy enough, but I was finding my code difficult to manage when the [...]

Subscribe to Planet Flash

Search

Tags

<head> 3d 3d Flash Actionscript actionscript 3 ActionScript 3.0 Adobe Adobe Air Adobe AIR (Apollo) Adobe Flash Adobe Flex AdobeMAX08 AIR AIR Adobe Integrated Runtime Announcements apollo Art AS2 as3 Asides awards Babble BEA Beautiful Web Books Business Cairngorm ColdFusion Community Components Conference Conferences degrafa design dev Development Events Examples Featured Flash Flash CS3 Flash experiments flash player Flex Flex 3 Flex Builder Flex Builder Development Flex Example FMS Fun Gallery General GeoWeb Google Industry Inspiration iphone Jobs Links linux Marketing MAX MAX 2007 Misc News news & events Off topic Open Source Other Papervision3D Parallax Denigrate Personal photos Photoshop Process Processing Resources RIA Singularity Site News Stuff techmology Technology Tennis Thinking Loud Tips Uncategorized Video Whatever

Blogs

Buttons

Planetarium