Archive

Posts Tagged ‘flex’

My most important Twitter Messages #9

March 24th, 2011 No comments

Twitter von der hess
A small summary of my Twitter messages from January - March 2011:

Read more...

My most important Twitter Messages #8

December 23rd, 2010 No comments

Twitter von der hess
A small summary of my Twitter messages from October - December 2010:

Read more...

My most important Twitter Messages #6

July 5th, 2010 No comments

Twitter von der hess
A small summary of my Twitter messages from March - June 2010:

Read more...

My most important Twitter Messages #5

March 4th, 2010 No comments

Twitter von der hess
A small summary of my Twitter messages from Januar - February 2010:

Read more...

My most important Twitter Messages #4

January 5th, 2010 No comments

Twitter von der hess
A small summary of my Twitter messages from November - December 2009:

Read more...

The new YouTube AS3 Chromeless API in Flex, Air, Flash

October 27th, 2009 45 comments

I was very pleased that YouTube released a ActionScript 3 API for their Chromeless Player. I looked at some availabe code snippets on different blogs and unfortunateley, I had to realize that the API is not really object-oriented and a little bit annoying to work with (because of the missing code completion).

My current project - an independent Web Video Player - is still using the old workaround YouTube API Tubeloc and I have to change this. That is the reason why I created a Flex Component for the new YouTube AS3 API. If you would like to use my code for your Flex or Air projects, please feel free to use it and if you will find some bugs, please leave a comment!

Now I will start with some explanations of my code. I create 4 classes, which manage the whole YouTube Chromeless API. The class YouTubeAs3 contains all the most important functions and is based on the Flex Framework(!). The classes AirYouTube and FlexYouTube extends the YouTubeAs3 class. Both classes are Flex Framework based classes. I had to divide the YouTubeAs3 class into these 2 classes, because the Adobe Air environment don't support the command Security.allowDomain() and it is cleaner to use this command for a web-based projects. So therefore please use the FlexYouTube component for web-based projects and the AirYouTube component for your Air projects. The fourth class FlashYouTube is an only Flash plattform based class, that should be very handy to use for non-Flex projects. Read more...

An Adobe Air Component for the Vimeo Moogaloop API

September 22nd, 2009 4 comments

Vimeo Moogaloop API Picture Adobe Air
space50px
I have already mentioned it in an earlier blog post that I am still working on a vimeo component for the Adobe AIR environment. Now I have created version which is stable enough for a intensive testings.  So if you would like to use it for your Air Application, don't hesitate to use it. I would be very happy about some feedback messages from you.

Now I describe some special functionality compared to my FlexVimeo Player component. Because of the incompatible command Security.allowDomain() in the Adobe Air environment  (which is essential for working with the Vimeo Moogaloop API ), I had to create a seperate remote player. This remote player receives control message and send control messages via LocalConnection to the AirVimeoPlayer Component. So if you use my AirVimeoPlayer Component, you must always use my remote_vimeo.swf File for controlling the Vimeo Moogaloop API. It works in the same way as the youTube AS3 API Wrapper.

The other not so nice thing is that I ran in some perfomance issue because of sending to many messages via LocalConnection. So I had to put down the amount of update message for the PlayingState.Playing, but that should not be problem for you. In my cases it works fine.

Read more...

Meine wichtigsten Twitter Messages #2

September 9th, 2009 1 comment

Twitter von der hess
Hier eine kleine geordnete Zusammenfassung meiner wichtigsten Twittermeldungen:

Read more...

Vimeo Moogaloop in Flex – FlexVimeoPlayer Component

August 14th, 2009 15 comments

I was very happy after completing my extended VimeoPlayer Class, so happy that I had enough motivation to wrote a Flex Component. With my component it is now very easy to use the moogaloop API in Flex. The functionality features are the same as my VimeoPlayer class, except that I also support some Flex-based features (Data-Binding, updatedRendering).

I created a very ugly and simple Flex GUI Interface, which demonstrates the functionality of this Flex Component. The component has some useful attributes / properties and some Functions. Here a short overview:

FlexVimeoPlayer Properties:

FlexVimeoPlayer API Functions:

The API functions to control the vimeo player api are still the same, except the setSize() Function is not available anymore. You can use the width and height properties of the component as every other Flex Component. Here are the available functions: Read more...

Meine wichtigsten Twitter Messages #1

July 27th, 2009 No comments

Twitter von der hess
Hier eine kleine geordnete Zusammenfassung meiner wichtigsten Twittermeldungen:

Mobile:

Flash:

Flex:

Read more...