The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
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">&lt;div class="lefter">&lt;a href="<?php echo tsl($SITEURL) .'data/uploads/'. $src; ?>?width=640&amp;height=480" rel="prettyPhoto" title="Дождитесь окончания загрузки">&lt;img src="<?php echo tsl($SITEURL) .'data/thumbs/uploads/'.$src; ?>" class="captify" alt="&lt;b&gt;Игра называется вот&lt;/b&gt;Начать игру" />&lt;/a>&lt;/div></p>
instead .jpg was .swf


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 Smile
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 Smile
You have to create a site, embed the flash game, and link to this page using thumbnail, not to the .swf file.