Based on what I'm seeing with a quick google search is that I'd be
hard pressed to run an AIR app on linux.
Does anyone in the group have experience with this?
At the very least I may be able to get away with running something on
the command line.
I saw this program but not sure how good it is.
http://stackoverflow.com/questions/838085/how-to-run-swf-without-a-br...
I had an AIR app deployed on Linux, and it works just fine.
The only problem is that some distros give you a very hard time installing
the AIR Runtime. Slackware Linux, for example. You have to tweak the
installer package
and install all things manually. But it works.
What Linux distros are you targeting ?
Marcelo
On Fri, Aug 31, 2012 at 10:44 AM, Adam Spector <aspector...@gmail.com>wrote:
> Based on what I'm seeing with a quick google search is that I'd be
> hard pressed to run an AIR app on linux.
> Does anyone in the group have experience with this?
> At the very least I may be able to get away with running something on
> the command line.
> I saw this program but not sure how good it is.
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
-- **---------------------------------------------------------------------
*M*//*F
*walk the walk
At work we run linux based AIR apps that render each Paperless Post card on the server.
Also another company in the city http://animoto.com/ does something similar for video.
The way to do it is using the ADL (AIR debug launcher) with the -nodebug flag pointed to application descriptor file.
But this is only if you are looking for a command line accessible AIR app.
If you are looking for a normal AIR app that runs in a window and all that you can do that too. You just have to keep in mind that AIR for linux isn't supported at all anymore, I don't know what the last version was but it was recently. But AIR runs on linux, there are occasional tiny differences between linux and other platforms simply because it's not tested as heavily. -Tyler
On Aug 31, 2012, at 10:22 AM, Marcelo Ferreira <marcelo...@gmail.com> wrote:
> I had an AIR app deployed on Linux, and it works just fine.
> The only problem is that some distros give you a very hard time installing
> the AIR Runtime. Slackware Linux, for example. You have to tweak the installer package
> and install all things manually. But it works.
> What Linux distros are you targeting ?
> Marcelo
> On Fri, Aug 31, 2012 at 10:44 AM, Adam Spector <aspector...@gmail.com> wrote:
> Based on what I'm seeing with a quick google search is that I'd be
> hard pressed to run an AIR app on linux.
> Does anyone in the group have experience with this?
> At the very least I may be able to get away with running something on
> the command line.
> I saw this program but not sure how good it is.
> http://stackoverflow.com/questions/838085/how-to-run-swf-without-a-br...
> thanks!
> Adam
> --
> You received this message because you are subscribed to the Google Groups "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/flashcodersny?hl=en.
> -- > ---------------------------------------------------------------------
> M//F
> walk the walk
> -- > You received this message because you are subscribed to the Google Groups "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/flashcodersny?hl=en.
On Fri, Aug 31, 2012 at 11:37 AM, Tyler Larson <tallty...@gmail.com> wrote:
> At work we run linux based AIR apps that render each Paperless Post card
> on the server.
> Also another company in the city http://animoto.com/ does something
> similar for video.
> The way to do it is using the ADL (AIR debug launcher) with the -nodebug
> flag pointed to application descriptor file.
> But this is only if you are looking for a command line accessible AIR app.
> If you are looking for a normal AIR app that runs in a window and all that
> you can do that too.
> You just have to keep in mind that AIR for linux isn't supported at all
> anymore, I don't know what the last version was but it was recently.
> But AIR runs on linux, there are occasional tiny differences between linux
> and other platforms simply because it's not tested as heavily.
> -Tyler
> On Aug 31, 2012, at 10:22 AM, Marcelo Ferreira <marcelo...@gmail.com>
> wrote:
> I had an AIR app deployed on Linux, and it works just fine.
> The only problem is that some distros give you a very hard time installing
> the AIR Runtime. Slackware Linux, for example. You have to tweak the
> installer package
> and install all things manually. But it works.
> What Linux distros are you targeting ?
> Marcelo
> On Fri, Aug 31, 2012 at 10:44 AM, Adam Spector <aspector...@gmail.com>wrote:
>> Based on what I'm seeing with a quick google search is that I'd be
>> hard pressed to run an AIR app on linux.
>> Does anyone in the group have experience with this?
>> At the very least I may be able to get away with running something on
>> the command line.
>> I saw this program but not sure how good it is.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "FlashCodersNY" group.
>> To post to this group, send email to flashcodersny@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flashcodersny+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/flashcodersny?hl=en.
> --
> **---------------------------------------------------------------------
> *M*//*F
> *walk the walk
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
-- **---------------------------------------------------------------------
*M*//*F
*walk the walk
Very cool guys thanks for the info!!!!
Tyler I remember you talking about that air app can you pass in
arguments via the command line when you run it?
I'm running red hat enterprise.
> On Fri, Aug 31, 2012 at 11:37 AM, Tyler Larson <tallty...@gmail.com> wrote:
>> At work we run linux based AIR apps that render each Paperless Post card
>> on the server.
>> Also another company in the city http://animoto.com/ does something
>> similar for video.
>> The way to do it is using the ADL (AIR debug launcher) with the -nodebug
>> flag pointed to application descriptor file.
>> But this is only if you are looking for a command line accessible AIR app.
>> If you are looking for a normal AIR app that runs in a window and all that
>> you can do that too.
>> You just have to keep in mind that AIR for linux isn't supported at all
>> anymore, I don't know what the last version was but it was recently.
>> But AIR runs on linux, there are occasional tiny differences between linux
>> and other platforms simply because it's not tested as heavily.
>> -Tyler
>> On Aug 31, 2012, at 10:22 AM, Marcelo Ferreira <marcelo...@gmail.com>
>> wrote:
>> I had an AIR app deployed on Linux, and it works just fine.
>> The only problem is that some distros give you a very hard time installing
>> the AIR Runtime. Slackware Linux, for example. You have to tweak the
>> installer package
>> and install all things manually. But it works.
>> What Linux distros are you targeting ?
>> Marcelo
>> On Fri, Aug 31, 2012 at 10:44 AM, Adam Spector <aspector...@gmail.com>
>> wrote:
>>> Based on what I'm seeing with a quick google search is that I'd be
>>> hard pressed to run an AIR app on linux.
>>> Does anyone in the group have experience with this?
>>> At the very least I may be able to get away with running something on
>>> the command line.
>>> I saw this program but not sure how good it is.
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "FlashCodersNY" group.
>>> To post to this group, send email to flashcodersny@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> flashcodersny+unsubscribe@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/flashcodersny?hl=en.
>> --
>> ---------------------------------------------------------------------
>> M//F
>> walk the walk
>> --
>> You received this message because you are subscribed to the Google Groups
>> "FlashCodersNY" group.
>> To post to this group, send email to flashcodersny@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flashcodersny+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/flashcodersny?hl=en.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "FlashCodersNY" group.
>> To post to this group, send email to flashcodersny@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flashcodersny+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/flashcodersny?hl=en.
> --
> ---------------------------------------------------------------------
> M//F
> walk the walk
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
On Fri, Aug 31, 2012 at 1:15 PM, Adam Spector <aspector...@gmail.com> wrote:
> Very cool guys thanks for the info!!!!
> Tyler I remember you talking about that air app can you pass in
> arguments via the command line when you run it?
> I'm running red hat enterprise.
> On Fri, Aug 31, 2012 at 10:49 AM, Marcelo Ferreira <marcelo...@gmail.com>
> wrote:
> > Thanks Tyler
> > I did not know that adl could be used this way, but it makes complete
> sense.
> > On Fri, Aug 31, 2012 at 11:37 AM, Tyler Larson <tallty...@gmail.com>
> wrote:
> >> At work we run linux based AIR apps that render each Paperless Post card
> >> on the server.
> >> Also another company in the city http://animoto.com/ does something
> >> similar for video.
> >> The way to do it is using the ADL (AIR debug launcher) with the -nodebug
> >> flag pointed to application descriptor file.
> >> But this is only if you are looking for a command line accessible AIR
> app.
> >> If you are looking for a normal AIR app that runs in a window and all
> that
> >> you can do that too.
> >> You just have to keep in mind that AIR for linux isn't supported at all
> >> anymore, I don't know what the last version was but it was recently.
> >> But AIR runs on linux, there are occasional tiny differences between
> linux
> >> and other platforms simply because it's not tested as heavily.
> >> -Tyler
> >> On Aug 31, 2012, at 10:22 AM, Marcelo Ferreira <marcelo...@gmail.com>
> >> wrote:
> >> I had an AIR app deployed on Linux, and it works just fine.
> >> The only problem is that some distros give you a very hard time
> installing
> >> the AIR Runtime. Slackware Linux, for example. You have to tweak the
> >> installer package
> >> and install all things manually. But it works.
> >> What Linux distros are you targeting ?
> >> Marcelo
> >> On Fri, Aug 31, 2012 at 10:44 AM, Adam Spector <aspector...@gmail.com>
> >> wrote:
> >>> Based on what I'm seeing with a quick google search is that I'd be
> >>> hard pressed to run an AIR app on linux.
> >>> Does anyone in the group have experience with this?
> >>> At the very least I may be able to get away with running something on
> >>> the command line.
> >>> I saw this program but not sure how good it is.
> >>> --
> >>> You received this message because you are subscribed to the Google
> Groups
> >>> "FlashCodersNY" group.
> >>> To post to this group, send email to flashcodersny@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> flashcodersny+unsubscribe@googlegroups.com.
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/flashcodersny?hl=en.
> >> --
> >> ---------------------------------------------------------------------
> >> M//F
> >> walk the walk
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "FlashCodersNY" group.
> >> To post to this group, send email to flashcodersny@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> flashcodersny+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> >> http://groups.google.com/group/flashcodersny?hl=en.
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "FlashCodersNY" group.
> >> To post to this group, send email to flashcodersny@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> flashcodersny+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> >> http://groups.google.com/group/flashcodersny?hl=en.
> > --
> > ---------------------------------------------------------------------
> > M//F
> > walk the walk
> > --
> > You received this message because you are subscribed to the Google Groups
> > "FlashCodersNY" group.
> > To post to this group, send email to flashcodersny@googlegroups.com.
> > To unsubscribe from this group, send email to
> > flashcodersny+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/flashcodersny?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
-- **---------------------------------------------------------------------
*M*//*F
*walk the walk