media clip file (see Insert Movie)

A

Aurora I

Hi,
I need to get for a shape mediatype and movie type the movie clip file
exported in a common format.
Is that possible ?

I was trying to get from oleFormat the ProgID with the purpose of getting
the wmp object from oleFormat , but I got for it an invalid value.

Thanks,
Aurora

www.smarttech.com
 
S

Steve Rindsberg

Hi,
I need to get for a shape mediatype and movie type the movie clip file
exported in a common format.
Is that possible ?

No, I don't believe so; at least not via the Object model.
 
A

Aurora I

What is the reversed method for AddMediaObject(FileName, Left, Top, Width, Height) which returns a shape object that represents the new media object ?
Is there a method GetMediaObject() ?

Aurora
 
S

Steve Rindsberg

What is the reversed method for AddMediaObject(FileName, Left, Top, Width,
Height) which returns a shape object that represents the new media object ?

Is there a method GetMediaObject() ?

AddMediaObject creates a link to an external media file.

The media object shape's .LinkFormat.SourceFullname property returns the name of the linked
file.

That's not an OLE object, so may not be what you're after.
 
Top