repo.or.cz
/
swfdec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release 0.5.4
[swfdec.git]
/
test
/
trace
/
math-properties.as
blob
a16aa817bdb499997330f59f8a868622685cfef5
1
// makeswf -v 7 -s 200x150 -r 1 -o math-properties-7.swf math-properties.as
2
3
#
include
"trace_properties.as"
4
5
trace_properties
(
_global
.
Math
,
"_global"
,
"Math"
);
6
7
loadMovie
(
"FSCommand:quit"
,
""
);