Search found 3 matches

by qbaas
06 Oct 2006, 16:13
Forum: Customizations
Topic: Displaying Flash ( swf files) on bug display page
Replies: 13
Views: 23744

Thanks , Victor

I will post the patch as you suggested.

As for Wink, play around with the Render options. Fo rme it works like a miracle if i use the Uncompressed flash file setting. Others cause problems ( I also use it on a XP).
The thing is that the tool is just super easy and does the best job explaining the ...
by qbaas
04 Oct 2006, 22:32
Forum: Customizations
Topic: Displaying Flash ( swf files) on bug display page
Replies: 13
Views: 23744

Already did it.

I edited the file core/file_api.php

and after:


if ( $t_can_download &&
( $v_filesize <= config_get( 'preview_attachments_inline_max_size' ) ) &&
( $v_filesize != 0 ) &&
( in_array( strtolower( file_get_extension( $t_file_display_name ) ), array( 'png', 'jpg', 'jpeg', 'gif', 'bmp' ), true ...
by qbaas
04 Oct 2006, 20:31
Forum: Customizations
Topic: Displaying Flash ( swf files) on bug display page
Replies: 13
Views: 23744

Displaying Flash ( swf files) on bug display page

I have been using Mantis for my project for a while now.
Recently I discovered a great free product called Wink that enables interaction driven tutorials to be recorded and exported as flash files.

All my users are now required to save flash files before submitting a bug vs. printscreens as they ...