HTML embedding for flash videos HTML embedding for flash videos
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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