SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Thomas A Watson who wrote (347)9/28/2004 1:10:55 AM
From: Thomas A Watson   of 484
 
Fixing a popup like problem on mozilla.

Recently I loaded a web page that sends a swf file. Every time mozilla would popup the how do I handle this swf file. I have yet to find and get swf files to work with a plugin. Anyway this constant popup is a pain. So I thought how about if I create and applicaltion to handle the swf files.

I created this simple script and told mozilla to use it to handle files.swf. the application is nullit.

I not certain I needed to cat $1 to /dev/null. Simply call a null function script that did nothing would suffice.

[ 4211 ] > cat /usr/local/bin/nullit
#!/bin/tcsh
cat $1 /dev/null
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext