|
Well, I have tried ona few now and they work. This is my logic -
1. Upload the .flv file to the same category in the gallery.
2. If you maintained the same name of the duplicate .wmv file you are exchanging, all thats needed is to tell the database that the new file is .flv file and not the old .wmv.
3. If you go to the database in the photos table, lookup the items of the category that you are working in, and go to line called bigimage and change the value extension from .wmv to .flv, (ie. Video Mix 10.wmv to Video Mix 10.flv) - then save.
4. If then you try to play the video is the gallery, it will load the .flv video and keep all the data that was on the old .wmv file.
5. This works but its alot of work- im am just wondering if theres an easier way of changing all the values in that particular category to have an extension of .flv by executing a line in the database to do the same thing that I amdoing manually.
does that make sense now?
Thanks
|