PDA

View Full Version : Flash Game Site



Hunted
04-23-2004, 12:31 AM
Is there a program that will make a HTML page for each .swf in a folder? I downloaded over 200 flash games and it would take forever to do it all by hand.

Ariel_001
04-23-2004, 05:49 AM
A quick and dirty solution to you problem is just to make direct links to each flash object. Make them load in a frame or something :lol:

shn
04-23-2004, 06:21 AM
Postnuke has a module for flash games. It's puts them all on one page like an arcade.

h1
04-23-2004, 10:57 PM
:lol: Go to the command line and type this in:
FOR %a IN (*.swf) DO echo <html><head><object> yada yada src="%a.swf" yada yada
I think that'll work. :ninja: