HTML embedding for flash videos HTML embedding for flash videos
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

HTML embedding for flash videos

Started by Tchit, January 02, 2008, 12:03:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tchit

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 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).

How should I do ? Thank you very much !

Infernal

$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

Tchit

Hi, thank you !
Where should I add this code ?

Tchit

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!

Infernal

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