Make sure you create a shared folder and attach the script to it in folder actions. Here is the script. Just copy and paste in script editor. Save as a script (name it OpenURL for example)  in /Library/scripts/Folder Action Scripts. You will have to manually clean up the folder. Use at your own risk.
--Begin script
on adding folder items to this_folder after receiving these_items
	tell application "Finder"
		try
			repeat with i from 1 to number of items in these_items
				set this_item to item i of these_items
				open this_item
			end repeat
		end try
	end tell
end adding folder items to
					 
				
			
			
			
		 
		
		
		
			
			
				Last edited: Jun 30, 2006