News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

miniclip and other flash games?

Started by wipqozn1, April 25, 2007, 12:18:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wipqozn1

Hello guys,

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

Miniclip provides codes like this:


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

wipqozn1

Sorry, the code is:

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

wipqozn1

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