G
Gary
I've got many ( about 15 Gigs ) of PC powerpoint files I want to move to the macintosh ( OS X panther, Office X) Many of the presentations have links to .avi movies.
I know that on the pc the path to the movie is almost always explicit and is stored in
shape.linkformat.sourcefullname
e.g. "c:\documents and settings\some user\my documents\movies\mymovie.avi"
I can edit that via vb or vba and set it to anything I want, no problem, for example set it to a relative link
"..\movies\mymovie.avi"
On the Mac however it doesn't look like sourcefullname field is used.
If I link to a movie on the mac, no matter how buried the movie is in folders, sub folders, etc
if I look at the sourcefullname field it is always simply mymovie.AVI there is NO path information.
Where is this information kept on the mac?
The problem I want to solve is to write an addin or macro or vb application that will step through all my presentations , find the movies, change the path to the structure I will create on a mac and be done with it.
One fix I suspect will work is to delete all the path information in the presentations, then move them to the mac and put the movies all in the same folder, not a great solution but will possibly work.
any ideas are greatly appreciated.
thanks
I know that on the pc the path to the movie is almost always explicit and is stored in
shape.linkformat.sourcefullname
e.g. "c:\documents and settings\some user\my documents\movies\mymovie.avi"
I can edit that via vb or vba and set it to anything I want, no problem, for example set it to a relative link
"..\movies\mymovie.avi"
On the Mac however it doesn't look like sourcefullname field is used.
If I link to a movie on the mac, no matter how buried the movie is in folders, sub folders, etc
if I look at the sourcefullname field it is always simply mymovie.AVI there is NO path information.
Where is this information kept on the mac?
The problem I want to solve is to write an addin or macro or vb application that will step through all my presentations , find the movies, change the path to the structure I will create on a mac and be done with it.
One fix I suspect will work is to delete all the path information in the presentations, then move them to the mac and put the movies all in the same folder, not a great solution but will possibly work.
any ideas are greatly appreciated.
thanks