Quote:
Originally Posted by cbr929rrerion
well I tried to upload and avi file and all it gave me was the link, it did not play inline, all i do is type my message, click manage attachements, upload it and press submit..
do I have to do anything special to get it to play inline?
Can you try to upload 1 of each file type and see if it works and also check the link code at the bottom... it says the file name but when ya click it ya get gibberish...
|
When it gives gibberish, it means that it try to use browser to open the file data stream. I have test out the avi on my board.
The avi was added for the 0 file edit version. To be able to play this avi, open includes/class_postbit
Look for Case 'wmv':
and add case 'avi':
under that one.
BTW: You should move your attachements to file system. Uploading and storing media files on your database will cause stress on your db.
To stop the auto playing, look for autostart = 1 under each attachment template and put it equals 0