Please advice as to which player is better to be used for drupal video module. Should I incorporate a Windows media player or a flash player. ..........or there exists any other better option as well.
Actually a player which can support all types of media files including .3gp would be welcome. Please suggest.
>>
Fileview module fileview index: 8 - upload index: 20
fileview module is loaded before upload module. replacement of attachment table won't work since upload module will overwrite attachement table of fileview module. Change the weight of the fileview module to load after the upload module.
<<
I don't really understand what the message means, or what I can do about it. How do I change the weight of a module?
I'm using the long form from http://jeff.viapositiva.net/drupal/dynamic-forms and after each step, it submits the node into the database, and I have a 3 step form, so when i'm finished, I have 3 nodes. I can post my code