forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: wipqozn1 on April 25, 2007, 12:18:46 pm

Title: miniclip and other flash games?
Post by: wipqozn1 on April 25, 2007, 12:18:46 pm
Hello guys,

is there any possibility to put miniclip games into my coppermine gallery?

Miniclip provides codes like this:

Code: [Select]
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="549" height="230">
<param name="movie" value="http://www.miniclip.com/swfcontent/gamesroom.swf">
<param name="quality" value="high"></param>
<param name="menu" value="false"></param>
<embed src="http://www.miniclip.com/swfcontent/gamesroom.swf" width="549" height="230" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>
</object>

I found some sites based on Coppermine Gallery who do that but it's hard to define how they do it.
Title: Re: miniclip and other flash games?
Post by: wipqozn1 on April 25, 2007, 12:22:30 pm
Sorry, the code is:

Code: [Select]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="400">
<param name="menu" value="false" />
<param name="movie" value="http://www.miniclip.com/swfcontent/freegames/snowline.swf" />
<param name="quality" value="high" />
<embed src="http://www.miniclip.com/swfcontent/freegames/snowline.swf" menu="false" quality="high" width="550" height="400" name="acidfactory" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Title: Re: miniclip and other flash games?
Post by: wipqozn1 on May 08, 2007, 12:10:57 pm
It was a stupid question. First, I wanted to embed all code in a .xml file and pass it to self-made swf player.

Much better way is passing the url of .swf directly via http using files upload in admin panel ;-)