The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Is it possible to download flash instead of pictures - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: Is it possible to download flash instead of pictures (/showthread.php?tid=894) |
Is it possible to download flash instead of pictures - Oleg06 - 2010-08-01 Is it possible to download flash instead of pictures file "image.php" Code: <p id="code-imgthumb-html"><div class="lefter"><a href="<?php echo tsl($SITEURL) .'data/uploads/'. $src; ?>?width=640&height=480" rel="prettyPhoto" title="ÔþöôøтõÑÂь þúþýчðýøѠ÷ðóру÷úø"><img src="<?php echo tsl($SITEURL) .'data/thumbs/uploads/'.$src; ?>" class="captify" alt="<b>Øóрð ýð÷ыòðõтÑÂѠòþт</b>ÃÂðчðть øóру" /></a></div></p> Is it possible to download flash instead of pictures - yojoe - 2010-08-03 maybe something went wrong with sending the headers ? Did you mess with document encodings or with browser options ? Does it occur using other browsers or browsing the website from another computer ? Is it possible to download flash instead of pictures - Oleg06 - 2010-08-03 Google still bad interpreter I just wish that when you click on the thumbnail will open a flash game Is it possible to download flash instead of pictures - yojoe - 2010-08-04 Now I get it. You are linking directly to the .swf. No wonder that browser starts a download process You have to create a site, embed the flash game, and link to this page using thumbnail, not to the .swf file. |