1 (edited by Fabur 2010-02-24 05:58:15)

Topic: ASnative calls from local widget not working

Hey everyone,

I have got a small piece of experimental code that uses an ASnative call to get some attributes.

It is working fine when I run it using "chumbyflashplayer.x -i PATHxxxx", but it won't work using a profile.xml and mixing it into the channel.

Are there any access restrictions to the ASnatives when I don't run it as the master instance?

I am calling them like this (as described in the wiki, with the _global. added to it):
_Attributes = _global.ASnative(x, yyy);


[edit]
OK, I found out that there are some restrictions.
So those ASnative calls are useless for normal widgets?

Can anyone help me with some lines of code that can open a file to read the content?

[edit2]
OK, also got this one. ^^
There is no delete Thread button, is there?