Emperor_Jackal Posted October 15, 2007 Share Posted October 15, 2007 I was thinking of making a games website. How would you make a page where a visitor could upload their flash game, add a description, author name and a screenshot? It would then generate a page with all this info and the game to play. Link to comment https://forums.phpfreaks.com/topic/73339-how-would-you-let-users-upload-their-own-flash-games/ Share on other sites More sharing options...
trq Posted October 15, 2007 Share Posted October 15, 2007 Create an upload page with a few extra form fileds to take the extra information. Store this information along with the url to the flash file in a db. You can later query the db to create a dynamic page with which you can display the flash game. You can (if installed) execute ffmpeg via exec to create the screenshots. Link to comment https://forums.phpfreaks.com/topic/73339-how-would-you-let-users-upload-their-own-flash-games/#findComment-370028 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.