Hello,
One of our customers wants to display his dashboard on his mobile device, Normally I've been using a library called ASPNETFlash.NET3 to display SWF file on web but flash is not supported on mobile devices, so i've decided to create an HTML5 version of my project to run flash file on a mobile device and i've been trying to embed the SWF(exported) file into my code somehow(on .NET enviroment, ASP.NET Web Application), but i'm having difficulties finding a way to do this. Do you have any guide or an example about embedding a SWF file into my code. I'm using a web service connection as data connection.
Regards