CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    How to play .swf ((Shockwave file) made with Macromedia Flash 4) using VB...I saw one program, I bel

    Thank You


  2. #2

    Re: How to play .swf ((Shockwave file) made with Macromedia Flash 4) using VB...I saw one program, I

    If the extension .swf is associated with an application (as I believe it is when ShockWave is installed), you can use the ShellExecute API function. See http://www.freevbcode.com/ShowCode.Asp?ID=12.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured