Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am developing mobile application using html and java script(Hybrid),in that i will call external webpage using iframe tag,that web page is playing audio,video and swf files.
If i run in system browser it work fine,but if i call that webpage inside mobile application using iframe tag swf file only cant play,and i search in Google some mobile platform not support to play,so i need to convert swf to mp4 in webpage load event and pass mp4 file html5 tage,html5 tag currently support mp4.so i need to convert swf to mp4 in asp.net.


Regards
Aravind
Posted

1 solution

I would advise not to do it by yourself but use open-source ffMpeg and libavcodec. Please see my past answers:
How to trim the video using Directshow!?[^],
how to convert image to video in C#[^],
HTML5 and Mime, Streaming a video?[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900