I think this subject is interesting. Let me show and analyze a solution:
- Suppose that my ATutor site is www.example.com/ATutor and I created the course content folder "course_content" inside the ATutor folder, meaning anyone can access to this folder from www.example.com/ATutor/course_content
- I created a SWF file (myvideo.swf) in which a big FLV file is embedded. Both files are stored in www.example.com/ATutor/course_content/1
- In ATutor, I used its authoring tool to create a content in which I wanted to insert the SWF file. At this point, there were two possibilities: (1) I used a relative link to the SWF file, that is "myvideo.swf", (2) I used an absolute link to the SWF file, that is "www.example.com/ATutor/course_content/1/myvideo.swf".
- Both previous solutions worked well with small FLV files. However, only the second solution worked well with big FLV files (33Mb). Why?
- I understand that the second solution is not perfect regarding security issue because anyone can access the video without an ATutor account.
Please explain why the first solution did not work in that case and how to overcome this problem. If the problem is in the php.ini file, please show me exactly where. I do not think that the maximum upload option is a cause, because when I tested with the local host server in which this option was set to 16MB, it worked. I also modified the course size to 1GB and the max file size to 100Mb but it did not work.
Thank you for continuing this discussion.
Vu Minh Chieu