How can I update a PRO Vid.ly URL?

Want to update an existing Vid.ly URL with new source content. Very simple! Via the PRO API you can use the UpdateMedia action along with the shortlink and you're ready to roll.

Take a look at the following example:

<?xml version="1.0"?>
<query>
    <action>UpdateMedia</action>
    <userid>[userid]/userid>
    <userkey>[userkey]</userkey>
    <notify>[email_or_URL]</notify>
    <source>
        <mediashortlink>[mediashortlnk]</mediashortlink>
        <sourcefile>[sourcefile]</sourcefile> <--- Put new source file link here
    </source>
</query>

You'll want to wait to receive a notify back from the API that the media has processed succesfully, before proceeding with viewing.

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

edchelp