Discussion Board
-
can i include video clip to create an MMS message?
2004-03-09, 04:01
#1
Registered User
i m using NDSforMMS to create MMS message, it works with image, text and audio but it doesn't work with video component. what is the problem?
-
Nokia Developer Expert
Hi!
I think you need to assign a correct content type information for the video component at your MMS message.
Please, have a look to some previous postings in this forum to see how it should be done.
Teemu / Forum Nokia
-
Regular Contributor
yes you can include video clip in the MMS.
create a cotent part
ContentPart cp = new ContentPart ();
//retrieve video file
cp.setContent(video file, mimetype);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules