Does Insertfromfile or copy/paste work for Flash content?

  • Thread starter Thread starter JimZ
  • Start date Start date
J

JimZ

Insertfromfile does not work for Flash content?

I created a vb dll to insert ppt slides from one ppt to another ppt
file.
It works fine on local (VB program). When i test it in ASP vbscript,
the slides can be inserted into a ppt file. But if there is a slide
which has Flash content in it, the following message show up,

Some Controls in this presentation can't be activated. They might not
be registered on this computer

The any animation in the flash slide does not play.

If I use copy/paste instead of Insertfromfile,
the asp application always stops.

Any idea?

Thanks

Note, the flash content is created through ppt's tools/ control
tools....
 
Jim,
Which version of PowerPoint are you using to automate? Also, which is the
version of PowerPoint on which the presentation being imported was created?
 
Shyam,
The they are all done in Office 2003 professional.
The strange thing is that it works fine on the same PC if I run VB
desktop program by calling the same dll office automation instead of
run through the asp/vbscript web page.

Thanks

Jim
 
Shyam,
The they are all done in Office 2003 professional.
The strange thing is that it works fine on the same PC if I run VB
desktop program by calling the same dll office automation instead of
run through the asp/vbscript web page.

Thanks

Jim
 
Back
Top