add test for frames and bytes properties of empty movies
[swfdec.git] / test / trace / fromcharcode-other.as
blob7e67fc3ed724673027d1c9279927b4a4682572a7
1 // makeswf -v 7 -r 1 -o fromcharcode-other-7.swf fromcharcode-other.as
3 #include "values.as"
5 trace ("(no params) = " + String.fromCharCode ());
7 for (var i = 0; i < values.length; i++) {
8 trace (names[i] + " = " + String.fromCharCode (values[i]));
11 loadMovie ("FSCommand:quit", "");