Results 1 to 4 of 4

Thread: Flash Game Site

  1. #1
    Poster
    Join Date
    Sep 2003
    Location
    Look behind you, you may not see me, but I am there
    Posts
    382
    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.

  2. Internet, Programming and Graphics   -   #2
    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

  3. Internet, Programming and Graphics   -   #3
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Postnuke has a module for flash games. It's puts them all on one page like an arcade.

  4. Internet, Programming and Graphics   -   #4
    h1
    Guest
    Go to the command line and type this in:
    Code:
    FOR %a IN (*.swf) DO echo <html><head><object> yada yada src="%a.swf" yada yada
    I think that'll work.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •