开发者

Macro interacting with swf in powerpoint 2007

开发者 https://www.devze.com 2023-03-24 16:41 出处:网络
I\'m currently working on a powerpoint presentation which contains an embedded swf file. The swf file is a small app that does some calculations.

I'm currently working on a powerpoint presentation which contains an embedded swf file. The swf file is a small app that does some calculations.

Embedding the swf file was no problem, but I would like to know whether or not it's possible to interact with the swf (e.g read values from the swf) with a VB macro from 开发者_JAVA技巧powerpoint 2007?

My main goal is to get values from the calculations (in the swf) and use these values in later slides of the presentation.

Thanks in advance for any help


I've no experience with SWFs other than popping them into PPT and letting them play, but if the SWF exposes any properties/methods, it would be through the shape's .OLEFormat.Object object, most likely.

Or if you have control of the SWF, you might be able to modify it to call subs or set variables exposed publically from PPT.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号