I have a problem with setting up a WML Deck that allows the download of 3gp video. I created a 3gp file using the Nokia 6600 and uploaded it to my site.
I then created a WML Deck to allow a download link to the 3gp file in asp.
---------------------------------------------------------------------------
<%
'send the right MIME type
Response.ContentType = "text/vnd.wap.wml"
<card title="Cyan">
<p><a href="http://www.xxxxx.co.uk/xxx/xxxx/video.3gp">download test 3gp file</a></p>
</card>
</wml>
--------------------------------------------
The WML deck does load successfully on my Nokia 6600, but when I click on the 3gp link (which is active and working from other browsers i.e the URL is correct) I get the following error message.
"Sorry"
"The requested item could not be loaded!"
"(Status Code 406)"
Does anyone know what this means ? I have been scratching my head for a few days trying to figure out how to get this to work.
Do I have to setup a mime on the server so that 3gp video can be sent to the Nokia 6600 ?
Please help and thanks in advance. Any info or pointers would be appreciated.