Ho una domanda, come faccio a caricare un videogame sul mio sito???
mi spiego meglio...
alloro prendiamo un videogame a caso da flashgame.it
http://www.flashgame.it/goliath.html
Il codice che poi pubblico io sul mio sito è il seguente
Codice:
<object style="z-index:-1;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
<param name="movie" value="http://games.flashgames.it/avventura/goliath/game.swf">
<param name="quality" value="high">
<embed src="http://games.flashgames.it/avventura/goliath/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
Come potete vedere il link in cui è stato caricato il gioco è in estensione swf ed è stato caricato sul server di flashgame...
ora provo a cercare su google lo stesso gioco e lo prendo però da un altro sito...
ecco ne ho trovato un altro al seguente link
http://www.amazon.com/gp/feature.htm...cId=1000184001
Codice:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0" width="550" height="400" id="ns_0D1ZRTPCHH5TNFJFDQ27_6264_AMPlayerProd" width="550" height="400" >
<param name="movie" value="http://anon.amazon.speedera.net/anon.amazon/upload/music-flv/MarsVolta/goliaththesoothsayernew.swf?amazonPort=80&sessionId=105-8600292-4346829&asin=B000ZK4466&amazonServer=www.amazon.com&swfLocation=http%3A%2F%2Fanon.amazon.speedera.net%2Fanon.amazon%2Fupload%2Fmusic-flv%2FMarsVolta%2Fgoliaththesoothsayernew.swf&amazonAmbLink=wsrp_rewrite%3Frw_urltype%3Drender%26rw_ref%3DXLX%26rw_url%3D%2Ffoo.html%26rw_html_to_wsrp%3D1%2Fwsrp_rewrite" />
<embed src="http://anon.amazon.speedera.net/anon.amazon/upload/music-flv/MarsVolta/goliaththesoothsayernew.swf" flashvars="amazonPort=80&sessionId=105-8600292-4346829&asin=B000ZK4466&amazonServer=www.amazon.com&swfLocation=http%3A%2F%2Fanon.amazon.speedera.net%2Fanon.amazon%2Fupload%2Fmusic-flv%2FMarsVolta%2Fgoliaththesoothsayernew.swf&amazonAmbLink=wsrp_rewrite%3Frw_urltype%3Drender%26rw_ref%3DXLX%26rw_url%3D%2Ffoo.html%26rw_html_to_wsrp%3D1%2Fwsrp_rewrite" width="550" height="400" name="ns_0D1ZRTPCHH5TNFJFDQ27_6264_AMPlayerProd" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="550" height="400" bgcolor="#000000" salign="LT" allowScriptAccess="sameDomain" quality="high" wmode="window" />
</object>
Come potete vedere i due link in formato swf sono diversi, quindi vuol dire che i 2 proprietari dei siti sono riusciti a "scaricare" e a caricare sul loro sito i videogame...
infine la mia richiesta è questa...
Come si fa??