View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default How to run fla file using VBA

You could try placing a webbrowser control on a form and embedding the fla file in a web page within the browser control.

Tim

--
Tim Williams
Palo Alto, CA


"gary" wrote in message ...
I would like to play a .fla (Flash file I think) file using VBA. I have
searched the internet fro ideas without=t much success.

Can anyone help?

Gary