lszanto Posted February 25, 2007 Share Posted February 25, 2007 I'm interested in making an uploader like youtube that uploads a movie in whatever format into a flash movie, is this very hard to do and if not is there any tutorials or scripts I could get? thanks, Luke. Link to comment https://forums.phpfreaks.com/topic/40008-movie-to-flash/ Share on other sites More sharing options...
magic2goodil Posted February 25, 2007 Share Posted February 25, 2007 I would say you would use flash's loadMovie function and write a php script that tells it what movie to load.. Link to comment https://forums.phpfreaks.com/topic/40008-movie-to-flash/#findComment-193490 Share on other sites More sharing options...
lszanto Posted February 25, 2007 Author Share Posted February 25, 2007 Ohok, and I didn't specify in the post but this is just for me and a few friends so it doesn't have to be fancy just needs to work, and doing that way wouldn't I need to actually have the .mov or .wmv still uploaded? Link to comment https://forums.phpfreaks.com/topic/40008-movie-to-flash/#findComment-193491 Share on other sites More sharing options...
magic2goodil Posted February 25, 2007 Share Posted February 25, 2007 From your original post I thought that's what you wanted? For the user to upload it and then for it to use 1 single flash file that has a php script that pulls in the uploaded video's location via an ID you made for it upon upload, from a database holding this information. It would then use this flash file to to loadMovie the location stored in the database. Link to comment https://forums.phpfreaks.com/topic/40008-movie-to-flash/#findComment-193493 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.