Page 1 of 1

Bypassing Quick File View - How?

Posted: 01 Aug 2014 16:29
by SkyFrontier
Hi.

I'd like to Full Screen Preview .swf files. Even after adding .swf to previewed formats (options, PREVIEWED FORMATS) XY launches Quick File View instead of FSP.
So I'd like that
html(<curitem>, 900, 600);
could open files in case FSP cannot handle a certain extension. Assuming I don't want to assign PFA's for each of those yet-to-know files, how could I solve this?

Re: Bypassing Quick File View - How?

Posted: 02 Aug 2014 07:21
by bdeshi

Code: Select all

|"HTML Preview"*.*>html(<pfaitem>,900,600);
this PFA will not trigger on dbl-click, you have to select it manually from the Open With... menu
[learned the pipe trick here http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=12168]

Re: Bypassing Quick File View - How?

Posted: 02 Aug 2014 16:39
by SkyFrontier
Now I see the desired automation I wanted is not only impossible to reach but sometimes it can be harmful to the workflow instead.
So it's a better approach to declare to PFA which extensions can be previewed by the small code, so I can dbl-click them.
Thanks for the suggestion anyway, Sammay!

-do any of you know a way to autoplay swf using sc html? Some of them requires a click to play and I'd like to circumvent this.
Thanks in advance.