I don't know about all of the limitations of alchemy, but I know for sure that it has to play by the same rules as AS3 for security, so there isn't going to be file system access.
On Thu, Sep 17, 2009 at 10:41 AM, jaco <[email protected]> wrote: > hi list, > > I'm just starting to xperiment with alchemy under linux and having a > question, does anyone knows about os limitations with alchemy? > For instance, i'm trying without success to acces to /dev/sequencer: > > [code] > > const char* seqdev = "/dev/sequencer"; > int seqfd -1; > seqfd = open(seqdev, O_WRONLY, 0); // get a fright file descriptor under os > gcc, still returns -1 under CLibInit in alchemy achacks > [/code] > > thanx in advance > > :) > Jaco - pixeldump > > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
