Possible to load swf in resource?
-
Hello all, Is it possible to load a swf file in resource and can i use it from resource/ If so then how? Thanks in advance.
Manish Patel. B.E. - Information Technology.
-
Hello all, Is it possible to load a swf file in resource and can i use it from resource/ If so then how? Thanks in advance.
Manish Patel. B.E. - Information Technology.
Yes it's possible. The FindResource()/LoadResource()/LockResource()/etc. APIs will let you work with the resource. How you use the resource depends on what you want to do with it. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Yes it's possible. The FindResource()/LoadResource()/LockResource()/etc. APIs will let you work with the resource. How you use the resource depends on what you want to do with it. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Thanks for your reply. I want to load swf in shockwaveflash Activex and it only accept path of the swf. So now how can i load perticular swf to shockwaveflash activex? Any hint? Thanks in advance
Manish Patel. B.E. - Information Technology.
-
Thanks for your reply. I want to load swf in shockwaveflash Activex and it only accept path of the swf. So now how can i load perticular swf to shockwaveflash activex? Any hint? Thanks in advance
Manish Patel. B.E. - Information Technology.
I believe the only thing you can do in that case is save it to a temporary file and play it from there. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: