Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - papab2000

Pages: [1]
1
I am requesting the support for the user to select the language they would like to use.

Please advise,
Rich

2
Language Packs / Is there a Slovakian language pack available?
« on: August 03, 2005, 03:42:06 PM »
Is there a Slovakian language pack available?

3
I figured out what the problem was. The files need to look like this:

Here is the line I added to the upload_definitions.php:

$mime_type_match['wmv'] = array("video/x-ms-wmv", "video/wmv");

This is what I added to the template dir:

<!-- Template file for WMV Movies -->
<embed src="{media_src}" border="0" width="240" height="240" type="application/x-ms-wmv"></embed><br />

4
I tried to add .wmv to the list of valid file types. I added it to the settings, to the upload_definitions.php and to templates directory. It still will not allow .wmv files to be added.

Here is the line I added to the upload_definitions.php:

$mime_type_match['wmv'] = array("video/x-msvideo", "video/wmv");

This is what I added to the template dir:

<!-- Template file for WMV Movies -->
<embed src="{media_src}" border="0" width="240" height="240" type="application/x-ms-wmv"></embed><br />

Any ideas as to what the problem is?

Rich

Pages: [1]