Displaying 1 result from an estimated 1 matches for "b4b4fce".
Did you mean:
b4b4f
2007 Nov 01
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_text_field_movie.c test/image
...e/text-field-empty-8.swf.png b/test/image/text-field-empty-8.swf.png
new file mode 100644
index 0000000..27310dd
Binary files /dev/null and b/test/image/text-field-empty-8.swf.png differ
diff --git a/test/image/text-field-empty.as b/test/image/text-field-empty.as
new file mode 100644
index 0000000..b4b4fce
--- /dev/null
+++ b/test/image/text-field-empty.as
@@ -0,0 +1,17 @@
+// makeswf -v 7 -r 1 -s 200x150 -o text-field-empty-7.swf text-field-empty.as
+
+this.createTextField ("t1", 0, 25, 25, 50, 50);
+
+t1.background = true;
+t1.backgroundColor = 0x00FF00;
+
+this.createTextField ("t2&...