Sign in
apache
/
flex-utilities
/
45d5c8fc089b194d978ffdf0862cfafd816ffa3e
/
.
/
ApacheFXG
/
src
/
ApacheFXGJSX.as
blob: 1695d50dab80821ddf86d8cfea4e6142ef15f76e [
file
] [
log
] [
blame
]
package
{
import
com
.
adobe
.
csxs
.
core
.
CSXSInterface
;
import
com
.
adobe
.
csxs
.
types
.
SyncRequestResult
;
public
class
ApacheFXGJSX
{
public
static
function
run
():
void
{
var
result
:
SyncRequestResult
=
CSXSInterface
.
instance
.
evalScript
(
"jsxFunction"
);
}
}
}