Possible Duplicate:
Open PDF or Folder in Flash Player
In my VB windows application, user will upload the pdf files and i have to show it in a flash player.So, i want to convert the pdf into exe file,then i can easily play with flash player by using openwith dialog box by invoking following shell command.
Shell("rundll32.exe shell32.dll, OpenAs_RunDLL " & exePath);
But i dont know it is possible to convert pdf file into exe file through VB.If not please suggest me a good approach for play the pdf in flash player...
Or Is there any way to play the pdf files into flash player?