Hi!
I have a problem when I´m trying to use SWF and do some drawing. I have installed libswf library correct. I know that because this works fine:
swf_openfile ("test.swf", 256, 256, 30, 1, 1, 1);
But when I come to defining fonts and everything about fonts it doesn´t work som good anymore. When I do this:
swf_definefont (10, "Mod");
swf_fontsize (5);
swf_fontslant (10);
swf_definetext (11, "This be Flash wit PHP!", 1);
Then test.swf files erases everything it contains and becomes an empty file. I have no idea what I shall do so I can use the fonts. Can anybody help me??
I use Red Hat 6.1 with PHP 4.05 and Apache 1.3.19.
Please help!
//Magnus