tibberous Posted July 24, 2008 Share Posted July 24, 2008 I made the osflv player, which is great for putting video on the web (osflv.com) But tweakpng is probably my favorite, because you can strip all the crap out of a png in two clicks, without ever opening the program - and it runs on Vista, despite being made before there was Vista. You can get it at TrentTompkins.com. What useful stuff have you guys made? Quote Link to comment Share on other sites More sharing options...
unsider Posted July 24, 2008 Share Posted July 24, 2008 I'm in the process of making a relatively extensive forum right now for my website (not freeware ), and a lot of small projects, like parent-child tutorial systems, and small blogs, etc... But nothing too amazing or worthwhile, but I've got big plans for my website + things I've already done for it, so in a few months I will be able to say I've accomplished a lot more + a website worthwhile EDIT: and I was going to ask a similar question to this, no need anymore though , you read my mind. Quote Link to comment Share on other sites More sharing options...
secoxxx Posted July 24, 2008 Share Posted July 24, 2008 Im sure this is old, but it has by far been very useful for my site mainly for FLV Players. works great if you arent bringing anything but the video or image in. Page with link: <a href="watch.php?batman.flv">Batman Trailer</a> flv player page: <?php $url="http://".$_SERVER['HTTP_HOST']."/tour/previews/".$_SERVER['QUERY_STRING']; ?> swfObject JS: so.addVariable("flvToPlay", "<?php echo $url; ?>"); loads that video in the player in the new page or pop up or lightbox, whatever it may be. its quick and simple for me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.