Jul 16, 2008 #1 alex304 IS-IT--Management Jan 29, 2001 83 US Is there a program or a way that I can save a shockwave file from a website to my computer. Thanks.
Jul 17, 2008 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Yes, if you know the URL of the file. If you do, just knock up a basic text file that contains: Code: <a href="the url would go here">download</a> Then save this as an HTML file, load it into your browser, right-click the link, and save where you like. Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Yes, if you know the URL of the file. If you do, just knock up a basic text file that contains: Code: <a href="the url would go here">download</a> Then save this as an HTML file, load it into your browser, right-click the link, and save where you like. Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
Jul 22, 2008 Thread starter #3 alex304 IS-IT--Management Jan 29, 2001 83 US This works great. I can't believe it was that easy. Thanks! Upvote 0 Downvote