Archive for August, 2007

How to fade in and fade out a Yahoo Astra Menu Component

I was messing around w/ the Yahoo’s Astra Library, mainly the Menu Component and added a little fade on the menu so it’s not so harsh when it comes up.

It’s easy just use the show/hide events **Remember use the constants**
[as]

//import the required data class
import com.yahoo.astra.fl.controls.Menu;
import com.yahoo.astra.fl.data.XMLDataProvider;
import com.yahoo.astra.fl.events.*;
import fl.transitions.Tween;
import fl.transitions.easing.*;

//Create some XML to populate the menu don’t leave in CDATA
var colors:XML =

Flash 9.0.60.184 “Moviestar” and h.264 How to create HD – 1080p video for flash

So I was reading a detailed explaination of what the new bet Flash player “Moviestar” can do on someones blog, I forgot who that was. After testing this out I realized how cool this update is.

Flash now can play FLV, MOV, QT, h.264 WITH NO FOOLING AROUND. That is a good amount codecs to support. So I desided to try it for myself.

Here is how you get HD into flash.

  1. GET THE NEW FLASH PLAYER 9 9.0.60.184
  2. get some HD content. (I downloaded a Steve Carell movie from Apple Trailers)
  3. change the file extension from .mov (or other valid format) to .flv (so you can trick Flash since all the API is not up to snuff, when it gets out of beta you won’t have to do this)
  4. go throught usual import video and chose your clandestine .mov file
  5. set the size to 1920 x 1080 ( the metadata will not auto size it)
  6. test in the updated flash player browser (using authoring tool player will not do anything) I’d suggest selecting a skin that has Full Screen.

Don’t believe me here is an example | source

Add comment August 29th, 2007

Flash Player Supports H.264 and Yahoo’s Astra

Flash Video has hit the big time if you haven’t already read.

Flash is able to now load and play .mp4,.m4v,.m4a,.mov and .3gp files using the same NetStream API and is HD compatible
for more info

Also Yahoo released some new components

This is an answer to the components Adobe pulled from Flash CS3 and then some.

  1. Menu
  2. Tree
  3. Charting
  4. Auto Complete
  5. TabBar (great design)

for more info

Add comment August 21st, 2007

Creat snapshots of Video Display w/ ArrayCollection to a List

This example is a modification from flexblogexamples.com. It was original to make a snapshot of cuepoints but I though why not on click so you can specify what you want a picture of. I know not original but still useful to post. view source

Add comment August 14th, 2007

Democracy player / Miro AWESOME!!!

Hey I just wanted to tell you about a great open source video player. (Sounds like I’m plugging the total gym).

The player is a one stop show for video. I didn’t need to download any codexs or a separate flv player for flash stuff.

Also it’s good fo IPTV, I get Diggnation, The Totally Rad Show, NBC Nightly news, Onion News and some other things that are from TV.
Here are some features:

  • BitTorrent
  • YouTube and others Video Downloads
  • HD content
  • true full screen
  • Video RSS feeds parser

Get it NOW!!!
Miro

1 comment August 7th, 2007

ArrayCollection DataGrid filter Example v3

This version has radio buttons to search first or last names, onFocus of TextInput box text is cleared. source | v2 | v1

4 comments August 1st, 2007


    Blog Calendar

    August 2007
    M T W T F S S
    « Jul   Sep »
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  

    Posts by Month

    Posts by Category