You are here

function emvideo_sevenload_video_link in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/sevenload.inc \emvideo_sevenload_video_link()

hook emvideo_PROVIDER_video_link($video_code) returns a link to view the video at the provider's site

Parameters

$video_code: the string containing the video to watch @return a string containing the URL to view the video at the original provider's site

File

contrib/emvideo/providers/sevenload.inc, line 73
This include processes Sevenload media files for use by emfield.module.

Code

function emvideo_sevenload_video_link($video_code) {
  return 'http://www.sevenload.com/videos/' . $video_code;
}