Hi,
I would like to add an embed html code for the FLV videos in my Coppermine Album, so that people can embed videos on their sites (like on Youtube)
I found this plugin :
http://forum.coppermine-gallery.net/index.php?topic=46121.0 (http://forum.coppermine-gallery.net/index.php?topic=46121.0) but it only works with photos
for example it gives codes like this : <a href="http://www.harrisonperry.org/cg/albums/PICT0031.JPG" target="_blank"><img src="http://www.harrisonperry.org/cg/albums/normal_PICT0031.JPG" border="0"></a>
and the code for my videos should give the possibility to read the medias with the flashplayer from my site (because there are watermarks) on other websites.
I am using the FLV Integration MOD (http://forum.coppermine-gallery.net/index.php?topic=34182.0 (http://forum.coppermine-gallery.net/index.php?topic=34182.0)).
How should I do ? Thank you very much !
$im_url = '<a href="'.$CONFIG['ecards_more_pic_target'].$full_url.'"><img src="'.$CONFIG['ecards_more_pic_target'].$int_url.'" alt="'.$name.'" /></a>';
this is what i use for html
try doing the same for embedding it will only be longer not more complicated
this all starts from the codebase of that img_lnk add on ya get here
Hi, thank you !
Where should I add this code ?
Please someone help me ! I am sure this is pretty easy but I'm not very clever ;)
What should I modify/add in the script to get an Html embedding code on the flv video page ?
Thanks a lot!
get the img_lnk addon and then search the forums for the topis they teach you how to add the addon and you will see it's easy to add the code you want