PHP -> PNG -> SWF problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

PHP -> PNG -> SWF problem

Post by Gen-ik »

The topic
Creating SWF files with PHP.

The situtation
My server provider uses libswf. I use Windows so I can't use libswf locally.

The question
I need to create very simple SWF files (no actionscript, no more than 1 frame, no buttons, etc) that contain a single PNG 24-bit (alpha) file on the first frame.

Is this possible to do by loading up a blank .swf file into PHP, creating the image (with GD), and then inserting the image data into the .swf data somewhere?


Thanks in advance guys.
Si ++
Post Reply