Server side swf creation

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
swfnewbie
Forum Newbie
Posts: 1
Joined: Fri May 23, 2008 11:09 am

Server side swf creation

Post by swfnewbie »

Hi,

I would like advice on how to implement the following (teh step in red):

User subits data using a form
Form is processed and info stored in database
An swf is genearted and stored on teh server based on data submitted and a standard template
The user can view the swf anytime from the browser

Is there a big performance impact on genearating swf on teh server?

Thanks
Ram
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Server side swf creation

Post by RobertGonzalez »

Post Reply