|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
Blog and AIR Pollution
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Just wanted to
announce my little AIR pollution here: http://blog.fluorinefx.com/ (windows only,
not tested on all versions)
Give it a
try
Zoli
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Benoit Jadinon
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message On Fri, 18 Apr 2008 12:11:52 +0200, Support <support@...>
wrote: > Just wanted to announce my little AIR pollution here: > <http://blog.fluorinefx.com/> http://blog.fluorinefx.com/ (windows only, > not > tested on all versions) > Give it a try > Zoli omg I knew this was possible ! how did you do this ? this is awesome ! Air is finally usable ! -- Benoit Jadinon | Developer http://www.creaxial.net +32 10455457 _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Per-Olov Jernberg
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Worked for me too.. what api functions can you get access to using this?
any library? Benoit Jadinon skrev: > On Fri, 18 Apr 2008 12:11:52 +0200, Support <support@...> > wrote: > > >> Just wanted to announce my little AIR pollution here: >> <http://blog.fluorinefx.com/> http://blog.fluorinefx.com/ (windows only, >> not >> tested on all versions) >> Give it a try >> Zoli >> > > omg I knew this was possible ! how did you do this ? > this is awesome ! Air is finally usable ! > > > -- _________________________________________________ PER-OLOV JERNBERG NORKAY Vxl. 023-70 22 300 Mob. 070-49 44 288 Trotzgatan 10 791 30 Falun www.norkay.se _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
RES: Blog and AIR Pollution
by Juliano Polito (Gmail)
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Great
piece of work! Now where are the sources? ;) Juliano De:
fluorine-bounces@...
[mailto:fluorine-bounces@...] Em nome de Support Just
wanted to announce my little AIR pollution here: http://blog.fluorinefx.com/ (windows
only, not tested on all versions) Give
it a try Zoli _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
|
|
|
|
|
|
Re: Blog and AIR Pollution
by Anton Georgiev
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message
Hi Zoli,
First, thanks for the great work! Here is the DebugView output: [940] 940:2124 Continue with UDP packet sent [1744] 1744:1924 Negotiate FwCC about UDP send [1744] 1744:1924 Continue with UDP packet sent [1744] 1744:1924 Continue with UDP packet sent [940] 940:2160 Continue with UDP packet sent [1744] 1744:1924 Negotiate FwCC about UDP send [1744] 1744:1924 Continue with UDP packet sent [1744] 1744:1924 Continue with UDP packet sent [2264] 2264:3176 Continue with UDP packet sent I am running FF 2.0.0.14 on Windows Server 2003 with Adobe Flash Player 9. Is there anything else I can test? regards, Anton Support wrote:
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Uh..that is not my trace for sure :)
FF does not matter as you are about to run this AIR
application http://www.fluorinefx.com/download/aperture/Aperture.air
After the application is installed locally if you have
problems executing it >>> then start DebugView and run the application
again so I can get to my traces
Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Anton Georgiev Sent: Friday, April 18, 2008 5:19 PM To: Fluorine Mailing List Subject: Re: [Fluorine] Blog and AIR Pollution First, thanks for the great work! Here is the DebugView output: [940] 940:2124 Continue with UDP packet sent [1744] 1744:1924 Negotiate FwCC about UDP send [1744] 1744:1924 Continue with UDP packet sent [1744] 1744:1924 Continue with UDP packet sent [940] 940:2160 Continue with UDP packet sent [1744] 1744:1924 Negotiate FwCC about UDP send [1744] 1744:1924 Continue with UDP packet sent [1744] 1744:1924 Continue with UDP packet sent [2264] 2264:3176 Continue with UDP packet sent I am running FF 2.0.0.14 on Windows Server 2003 with Adobe Flash Player 9. Is there anything else I can test? regards, Anton Support wrote:
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message I am going to post some details in "part2" about how it is done next week. But to satisfy some curiosity I am using an old win trick called dll forwarding. When the air runtime starts it loads my dll, I do forward the calls it makes...but at the same time start a local connection system (on a separate thread). When the air app is finally started (in the sense that the creationComplete event is executed) my LC listener is ready and will dispatch specially crafted AMF messages sent through LC from the air app. The air app just simply checks if it can connect to the designated local connection and if succeeds then it knows that it has native access (access to the provided underlying native API more exactly) through LC calls. What dispatching AMF messages means here: I just send RemotingMessage objects with a "source" identifying some COM objects. For example the apSystem.dll is a COM library, but object instantiation is done without going through the registry (we do not want com registration requirements). The rest is a very simplified IDispatch handling stuff as that is the closest to reflection in the native world. At this time I am not sure where this is heading to. .Net support is very unlikely in this manner (it depends actually on how well behave .NET components exposed through interop) (Don't forget our fluorinefx "air edition" :) ) And the source code is not available. I do release only .NET source code ;) The AS code is pretty simple and it does not use any external library (short version): emitter = new LocalConnection(); listener = new LocalConnection(); listener.connect("apHandler"); var rm:RemotingMessage = new RemotingMessage(); rm.source = "clsid:26338E77-36A6-46FF-91CA-79E91079A81C:apSystem"; rm.operation = "Execute"; rm.body = ["open", "some file", "...parameters if any..."]; emitter.send("apTarget", "apHandle", rm); Zoli ________________________________ From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Support Sent: Friday, April 18, 2008 1:12 PM To: fluorine@... Subject: [Fluorine] Blog and AIR Pollution Just wanted to announce my little AIR pollution here: http://blog.fluorinefx.com/ (windows only, not tested on all versions) Give it a try Zoli _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Anton Georgiev
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message
Actually I get an error in the flash and I am not
sure how to overcome it.
Here is a screenshot: ![]() Any ideas how to make this error go away and install the AIR? regards, Anton Support wrote:
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Actually I think Windows Server 2003 is not supported
yet
From Adobe: "Adobe AIR is available for Microsoft®
Windows® 2000; Windows XP; Windows Vista® Home Premium, Business, Ultimate, or
Enterprise "
Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Anton Georgiev Sent: Saturday, April 19, 2008 12:33 AM To: Fluorine Mailing List Subject: Re: [Fluorine] Blog and AIR Pollution Here is a screenshot: Any ideas how to make this error go away and install the AIR? regards, Anton Support wrote:
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Anton Georgiev
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message
I just downloaded and installed AIR from the Adobe
download pages. It works!!! I managed to install your app and run it!
:))
Sorry for being not too smart before... too busy day here ;) Keep up the good work! regards, Anton Support wrote:
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
|
|
Re: Blog and AIR Pollution
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message (For Windows only) here is the first release of the
Aperture framework (it should be considered alpha-quality)
The installer comes with the framework, help and
samples
Zoli
From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Support Sent: Friday, April 18, 2008 1:12 PM To: fluorine@... Subject: [Fluorine] Blog and AIR Pollution Just wanted to
announce my little AIR pollution here: http://blog.fluorinefx.com/ (windows only,
not tested on all versions)
Give it a
try
Zoli
_______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
| Free Forum Powered by Nabble | Forum Help |