Hi Barry,
Thanks for the reply.
What I'm actually doing in this case is extracting a single frame from an flv to use as a thumbnail. So the flv is actually uploaded in advance, then a "Media Object" is created and the flv linked to it, and that's where I get the issue. When I click on the flv I create a mini player allowing the user to scroll through, find a frame they like and click a button to capture that frame.
So my code looks like this: http://crazymerlin.com/testbed/thumb_function.txt
And the writeToLog method output to an instance of this is as follows:
[Mon May 19 08:32:28 2008]
result=FailedOn2 for /thumbs/husband_thumb131.jpg: Invalid path
<?xml version="1.0" encoding="utf-8"?>
<Response>
<ResponseCode>70005</ResponseCode>
<ErrorMessage>Invalid path</ErrorMessage>
</Response>
If you want to test it yourself you may do so here: http://crazymerlin.com/vg_utils/mm/m_man.php?cmd=create_object
As I'm writing this I'm wondering if it is actually necessary to share the item at all.
Anyway, thanks for any help.