Showing posts with label RIA. Show all posts
Showing posts with label RIA. Show all posts

December 27, 2007

DryerFox Again on AIR Beta 3


Recently, Adobe AIR Beta 3 Released.
Beta 3 is a little changed from Beta 2.

So, I want to know the changed part in AIR Beta 3, I tried to correct DryerFox so that it might move on AIR Beta 3.

Before, the introduced article is here.
Doug Schmidt's "DryerFox" on the run to Adobe Integrated Runtime (AIR)


This is the DryerFox by which this was corrected for AIR Beta 3.
Please try and fun.
DryerFox for AIR Beta 3
Modified ADF for AIR Beta 3
Adobe Integrated Runtime (AIR) - Adobe Labs Downloads


I found some changed parts.

Changed :
1. AIR API Changed (only a few parts)
| HTMLUncaughtJavaScriptExceptionEvent -> HTMLUncaughtScriptExceptionEvent
| stage.window -> stage.nativeWindow
| htmlContorol -> htmlLoader

2. ADF (Application Descriptor File)
xmlns attribution
| xmlns="http://ns.adobe.com/air/application/1.0.M6"

The others, please check above ADF File.


How 2 Create AIR Application of Beta 3 (from mxml).
1. create swf file from mxml
> amxmlc DryerFox.mxml

Then, generated DryerFox.swf

2. create signiture file
> adt -certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword

Then, generated sampleCert.pfx

3. create AIR file
> adt -package -storetype pkcs12 -keystore sampleCert.pfx -storepass samplePassword DryerFox.air DryerFox-app.xml DryerFox.swf icons

"icons" is icon diretory.
Then, generated DryerFox.air

4. install on your computer
just click DryerFox.air





Original is here!
DryerFox - It's like Firefox, but inside a dryer!

refer to :
Adobe AIR memo
Adobe AIR beta 3 information - akihiro kamijo blog

November 22, 2007

Speed of Life, Drive-In Saturday, Looking for Satellites



The season of winter has already come now.
I will do some talking to the person who entered newly.


The Lecture about the latest web was talking for fresh person.


What should I speak about what ?
I obtained the demand.
It is such a story as "Web 2.0" and "RIA".

Therefore, this presentation title was made "Web 2.0 circumference view" ( or "Web Surroundings") .
We are often looking at the surroundings.
It is the grade which it does not stare but is seen somehow in a corner of an eye.

We will try to give casual look at Web surroundings.






And here is an additional story.

I thought that the my additional story will be an excessive busybody.

However, if it becomes the cause considered about the thing of "your future" of working in a company after this was considered.

I hope that if you become a cause thinking yourself.
I considered such a thought. So I try to talk to fresh man the second story.


I surely think that that it is not so good considers many things from the beginning. I think "Jump before seeing" is right thing.

However, if you will rushes without any considering any points, and there is no method of comrades, equally this proverb "it is no use crying over spilt milk".
I understand that time cannot be back toward conversely. Although it becomes empty gaily except for Herbert George Wells, "H.G.Wells."



This presentation It is two part composition by stories.

Best Regards.

Presentation Download, here.

July 26, 2007

Doug Schmidt's "DryerFox" on the run to Adobe Integrated Runtime (AIR)

Doug Schmidt who live in Vancouver, Canada, He created "Cool and Clean" application on Adobe Apollo Runtime.

DryerFox - It's like Firefox, but inside a dryer! on his Blog "Old Doug, New Tricks!"

The application was called "DryerFox" by Doug.

His Original Application has the Apollo Application Descriptor File.
But It was already deprecated and useless on Adobe AIR Runtime.

Since it was so cool application, I thought regret that it can not works.




Doug Schmidt release application with source code.

I just wanna see the application works.
Becouse I modified "Apollo Application Descriptor File" to "Adobe AIR Descriptor File".
I just only done. It can works.


I apologize to Mr. Scmidt that I had my own way without your permission. Please, forgive me.

We want to express gratitude to Mr. Schmidt and to obtain the fun.

You just click below link, then the application install begin. (When you had already AIR)

DryerFox for AIR
Modified Adobe AIR Descriptor File

You need Adobe Integrated Runtime (AIR), if you want to run "DryerFox ".
Adobe Integrated Runtime (AIR) - Adobe Labs Downloads

Original is here!
DryerFox - It's like Firefox, but inside a dryer!