coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Tchit on January 02, 2008, 12:03:22 AM

Title: HTML embedding for flash videos
Post by: Tchit on January 02, 2008, 12:03:22 AM
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 !
Title: Re: HTML embedding for flash videos
Post by: Infernal on January 02, 2008, 04:44:37 AM
$im_url = '&lt;a&nbsp;href="'.$CONFIG['ecards_more_pic_target'].$full_url.'"&gt;&lt;img&nbsp;src="'.$CONFIG['ecards_more_pic_target'].$int_url.'"&nbsp;alt="'.$name.'"&nbsp;/&gt;&lt;/a&gt;';
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
Title: Re: HTML embedding for flash videos
Post by: Tchit on January 02, 2008, 11:20:07 AM
Hi, thank you !
Where should I add this code ?
Title: Re: HTML embedding for flash videos
Post by: Tchit on January 03, 2008, 01:02:06 PM
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!
Title: Re: HTML embedding for flash videos
Post by: Infernal on January 03, 2008, 02:31:46 PM
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