Hi to all,
I am developing a mobile app. for AU mobile .
I am using Tomcat server.In web.xml I set the mime type
<mime-mapping>
<extension>3g2</extension>
<mime-type>audio/3gpp2</mime-type>
</mime-mapping>
for xxx.3g2 audio files.When I am accessing from real device it is getting error and
saying "not valid".
I am accessing from a .jsp page below
<object data="http://xxxx/<%=music_file_name%>" type="audio/3gpp2"
standby="ダウンロード(<%= kbSize%>kb)">
<param name="size" value="<%=music_file_size%>" valuetype="data" />
<param name="title" value="<%=music_name%>" valuetype="data" />
<param name="disposition" value="devmpzz" valuetype="data" />
<param name="checkout" value="1" valuetype="data" />
</object>
Can anybody suggest me where I am doing a mistake?
Any help is fine for me.
Thanks in advance
--
India.com free e-mail - www.india.com.
Check out our value-added Premium features, such as an extra 20MB for mail storage,
POP3, e-mail forwarding, and ads-free mailboxes!
Powered by Outblaze
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]