Full Code of rwv/flash-archive-project for AI

main dbe83694a416 cached
7 files
13.0 MB
3.4M tokens
1 requests
Copy disabled (too large) Download .txt
Showing preview only (14,635K chars total). Download the full file to get everything.
Repository: rwv/flash-archive-project
Branch: main
Commit: dbe83694a416
Files: 7
Total size: 13.0 MB

Directory structure:
gitextract_lwqj8578/

├── .github/
│   ├── FUNDING.yml
│   ├── push_info.sh
│   ├── update_info.py
│   └── workflows/
│       └── check_update.yml
├── README.md
├── flash.json
└── screenshots.json

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/FUNDING.yml
================================================
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ['zczc.cz/sponsor']


================================================
FILE: .github/push_info.sh
================================================
if [[ `git status --porcelain` ]]; then
  # Changes
  echo "Info updated."
  git config --global user.name 'Seedgou'
  git config --global user.email 'i@zczc.cz'
  git commit -am "Update info @ $(date)"
  git push
else
  # No changes
  echo "No Changes."
fi


================================================
FILE: .github/update_info.py
================================================
import json
import urllib.request

API_URL = 'https://api-flash.zczc.cz/export/github-flash-archive-project'
FLASH_KEYS = ["sha256", "size", "original", "ref"]

raw_info = json.loads(urllib.request.urlopen(API_URL).read())

# sort ref key
for info in raw_info:
    info["ref"] = dict(sorted(info["ref"].items()))

# process info
flash_info = {info['sha256']: {key: info[key] for key in FLASH_KEYS} for info in raw_info}
screenshots_info = {info['sha256']: info['screenshots'] for info in raw_info if 'screenshots' in info}

# sort dict key
flash_info = dict(sorted(flash_info.items()))
screenshots_info = dict(sorted(screenshots_info.items()))

with open('flash.json', mode='w') as f:
    json.dump(flash_info, f, indent=4, ensure_ascii=False)

with open('screenshots.json', mode='w') as f:
    json.dump(screenshots_info, f, indent=4, ensure_ascii=False)

================================================
FILE: .github/workflows/check_update.yml
================================================
name: Check Update

on:
  push:
    branches: [ main ]
  schedule:
    - cron:  '0 0 * * *'
  workflow_dispatch:


jobs:
  check:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Python 3.9
      uses: actions/setup-python@v2
      with:
        python-version: 3.9

    - name: Run script
      run: python .github/update_info.py

    - name: Commit report
      run: bash .github/push_info.sh


================================================
FILE: README.md
================================================
# Flash 保存计划

⚡ 保存闪客时代的一些记录。

在线查看: [https://flash.zczc.cz/](https://flash.zczc.cz/)

## 数据来源
* [Internet Archive Wayback Machine](https://archive.org/web/)
* [闪客帝国](http://flashempire.com/)
* [闪吧](http://www.flash8.net/)(由 [@deluxghost](https://github.com/deluxghost) 收集)

## 获取文件

SWF 文件: [https://flash-swf.zczc.cz/`{sha256}`.swf](https://flash-swf.zczc.cz/65aee975eb3505c9b75e9fe2925d51dcaf08a837bc81af8dc6f1753db7651125.swf)

截图文件: [https://flash-screenshots.zczc.cz/`{screenshot_sha256}`.png](https://flash-screenshots.zczc.cz/fd961c1ee65caa2329dbd7006866ce59ba48b3ea3d78fb2ca804fdc71a19ff28.png)


## 统计数据

参见 [统计 - Flash 保存计划](https://flash.zczc.cz/stats)

## 许可

本项目采用[知识共享署名-相同方式共享 4.0 国际许可协议 (CC BY-SA 4.0) ](https://creativecommons.org/licenses/by-sa/4.0/)进行许可。


================================================
FILE: flash.json
================================================
{
    "0000633ee403f443cffbfc9ee16d919a91954eb8e7e9d7dd72af3f59abe202cc": {
        "sha256": "0000633ee403f443cffbfc9ee16d919a91954eb8e7e9d7dd72af3f59abe202cc",
        "size": 233234,
        "original": "http://www.flashempire.com/theater/flash/2001-06/725.swf",
        "ref": {
            "flashempire": {
                "author": "ZOLLIS",
                "id": 737,
                "name": "北京的梦想",
                "popularity": 7288,
                "url": "http://www.flashempire.com/theater/play.php?id=737"
            }
        }
    },
    "000becacfecf648c39d547da798b5527b6fba89f48bb44f3708be88920ea823c": {
        "sha256": "000becacfecf648c39d547da798b5527b6fba89f48bb44f3708be88920ea823c",
        "size": 4031690,
        "original": "http://www.flash8.net/uploadflash/16/flash8net_15491.swf",
        "ref": {
            "flash8": {
                "author": "vincent",
                "description": "这个片子是偶然做起来的\n和此前完全不同的感觉\n基本没做剧本\n想哪做哪\n就算一个小尝实验了:)\n以后继续实验新的东西",
                "email": "dayong7645@163.com",
                "id": 15491,
                "name": "迷墙(the wall)",
                "original": false,
                "uploader": "大大大苹果",
                "url": "http://www.flash8.net/flash/15491.shtml"
            }
        }
    },
    "0011808fd9a9670bce10c93946e86e39ed0f952a6f57c79ae6935efa0f576092": {
        "sha256": "0011808fd9a9670bce10c93946e86e39ed0f952a6f57c79ae6935efa0f576092",
        "size": 448526,
        "original": "http://www.flash8.net/uploadflash/67/flash8net_66181.swf",
        "ref": {
            "flash8": {
                "author": "三画鱼",
                "description": "历史的车轮滚滚向前,势不可挡!\n新旧事物针锋相对,你死我活!\n正因为此,历史的火车才会永远年轻,充满强大的力量!\n新事物取代事物,先进科学的生产力取代落后的生产力是必然的!只不过是时间早晚的问题。",
                "email": "hnxp-312@163.com",
                "id": 66181,
                "name": "乘客",
                "original": true,
                "uploader": "三画鱼",
                "url": "http://www.flash8.net/flash/66181.shtml"
            }
        }
    },
    "0016d3d37faf65b3e21fc49cc6e1fde0ef8213c7a3e385a4e3b1befea65f97ce": {
        "sha256": "0016d3d37faf65b3e21fc49cc6e1fde0ef8213c7a3e385a4e3b1befea65f97ce",
        "size": 225212,
        "original": "http://www.flash8.net/uploadflash/20/flash8net_19213.swf",
        "ref": {
            "flash8": {
                "description": "一年一度的动感少女之星选拔大赛就要开始了。大赛共有六个环节,在每个环节上面都有丰富的选择内容,包括衣服,鞋帽,随身饰品和伴舞的玩伴等等,最后由评委一致打分,看看你的审美能够得多少分?",
                "id": 19213,
                "name": "动感少女",
                "original": true,
                "uploader": "sue.ibravo.com",
                "url": "http://www.flash8.net/flash/19213.shtml"
            }
        }
    },
    "001bdc4418a36bc153b225bab614c3e02cf98640de73c0969207c75902575b90": {
        "sha256": "001bdc4418a36bc153b225bab614c3e02cf98640de73c0969207c75902575b90",
        "size": 1184785,
        "original": "http://www.flashempire.com/theater/flash/2006-01/1373301_1136628371.swf",
        "ref": {
            "flashempire": {
                "author": "彼岸天",
                "description": "新春贺岁MV《恭僖禧发财财》词曲恭僖禧,演唱恭僖禧!彼岸天制作(该歌曲版权归tcc国际所有)恭僖禧给全国人民道喜了,恭祝大家新年快乐,新春愉快!\n\n恭僖禧恭僖禧,给你道喜了,新春到,节日到,欢乐也送到。发财财发财财,红包送来了,平安了,吉祥了,日子也富了。锣鼓那咚咚敲,敲出那心气儿高,年年的景色好,好过得心欢笑,哥哥他抱金宝,妹妹她红灯照,热热那又闹闹,红红火火迎春到。",
                "id": 23237,
                "name": "恭僖禧发财财",
                "popularity": 30250,
                "url": "http://www.flashempire.com/theater/play.php?id=23237"
            }
        }
    },
    "001e80949e165cd595c715bacff30629c50659d016c0ae6fb9e2c588b2360e17": {
        "sha256": "001e80949e165cd595c715bacff30629c50659d016c0ae6fb9e2c588b2360e17",
        "size": 7478242,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74950.swf",
        "ref": {
            "flash8": {
                "QQ": "253982591",
                "description": "同事们值得留念的动画片!该作品里凝聚了大家对生活的渴望和热情!努力吧!少年!",
                "email": "chuanhuiflash@163.com",
                "id": 74950,
                "name": "好春光",
                "original": true,
                "uploader": "白传辉",
                "url": "http://www.flash8.net/flash/74950.shtml"
            }
        }
    },
    "0022599eb5382a0f166457dcda4481d243a12a4865bfe1562c642ae5f6f0208c": {
        "sha256": "0022599eb5382a0f166457dcda4481d243a12a4865bfe1562c642ae5f6f0208c",
        "size": 2968798,
        "original": "http://www.flashempire.com/theater/flash/2005-07/1121744870_furong.swf",
        "ref": {
            "flashempire": {
                "author": "k铃制造&芙蓉可儿",
                "description": "芙蓉姐姐终于进军歌坛!",
                "id": 15756,
                "name": "芙蓉姐姐进军歌坛",
                "popularity": 46242,
                "url": "http://www.flashempire.com/theater/play.php?id=15756"
            }
        }
    },
    "00228aae12854fdcc90fdd14096ce5e090f8a61f45346d428b4c3b62f418e7cc": {
        "sha256": "00228aae12854fdcc90fdd14096ce5e090f8a61f45346d428b4c3b62f418e7cc",
        "size": 463119,
        "original": "http://www.flash8.net/uploadflash/57/flash8net_56967.swf",
        "ref": {
            "flash8": {
                "QQ": "642121150",
                "author": "匚閞匚閞",
                "description": "哦",
                "id": 56967,
                "name": "可爱兔子",
                "original": false,
                "uploader": "oo251304079",
                "url": "http://www.flash8.net/flash/56967.shtml"
            }
        }
    },
    "002c8d539b626a713b612db655ba2b3336fc5abf05fe43f520d23ee3e451f77b": {
        "sha256": "002c8d539b626a713b612db655ba2b3336fc5abf05fe43f520d23ee3e451f77b",
        "size": 54260,
        "original": "http://www.niu-niu.com/happy/swf/xixi081.swf",
        "ref": {
            "niuniu": {
                "author": "牛牛",
                "category": "牛牛漫画",
                "name": "女人的时间",
                "url": "http://www.niu-niu.com/happy/xixi081.htm"
            }
        }
    },
    "002cde9223ffc067ad460d0b3adb61f1a7de5c358c506aa778acfa6912d06ba7": {
        "sha256": "002cde9223ffc067ad460d0b3adb61f1a7de5c358c506aa778acfa6912d06ba7",
        "size": 1730606,
        "original": "http://www.flashempire.com/theater/flash/2006-05/1147309838_fengxing.swf",
        "ref": {
            "flashempire": {
                "author": "锋行",
                "description": "你的五一怎么过?看看小帅的七天吧,那是相当的美啊!!",
                "id": 26491,
                "name": "小帅幸福生活之五一黄金周",
                "popularity": 1530,
                "url": "http://www.flashempire.com/theater/play.php?id=26491"
            }
        }
    },
    "0033bd40e7d286d6c1464e25f43e494feafc5a4fb1775455cb920149f793eb32": {
        "sha256": "0033bd40e7d286d6c1464e25f43e494feafc5a4fb1775455cb920149f793eb32",
        "size": 2676655,
        "original": "http://www.flash8.net/uploadflash/74/flash8net_73735.swf",
        "ref": {
            "flash8": {
                "QQ": "328972374",
                "author": "小白",
                "description": "红尘有你-舞区.希望能通过审核.QQ:328972374",
                "email": "328972374@qq.com",
                "id": 73735,
                "name": "红尘有你-舞区",
                "original": false,
                "uploader": "baixuxu",
                "url": "http://www.flash8.net/flash/73735.shtml"
            }
        }
    },
    "003847dc30b10c45a43b8a5241b8ff9152d20b9297521a237808165d874daccb": {
        "sha256": "003847dc30b10c45a43b8a5241b8ff9152d20b9297521a237808165d874daccb",
        "size": 15859345,
        "original": "http://www.flash8.net/uploadflash/63/flash8net_62441.swf",
        "ref": {
            "flash8": {
                "description": "新野兽派(无音乐)",
                "email": "sunflowerart@163.com",
                "id": 62441,
                "name": "新野兽派(无音乐)",
                "original": true,
                "uploader": "sunflowerart",
                "url": "http://www.flash8.net/flash/62441.shtml"
            }
        }
    },
    "0054b1e06852d24bb85b1933bf0e22f184da1d5f3003b18384dc06743681c900": {
        "sha256": "0054b1e06852d24bb85b1933bf0e22f184da1d5f3003b18384dc06743681c900",
        "size": 856446,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74760.swf",
        "ref": {
            "flash8": {
                "description": "Jason_ya请帖",
                "email": "yatangsweet@hotmail.com",
                "id": 74760,
                "name": "Jason_ya请帖",
                "original": true,
                "uploader": "Jason_ya",
                "url": "http://www.flash8.net/flash/74760.shtml"
            }
        }
    },
    "00601cdd8ba27c6418cd633543da10bff791047b74e201232341d3ffd1551c85": {
        "sha256": "00601cdd8ba27c6418cd633543da10bff791047b74e201232341d3ffd1551c85",
        "size": 3575716,
        "original": "http://www.flashempire.com/theater/flash/2005-04/1113219712_b1.swf",
        "ref": {
            "flashempire": {
                "author": "yc-dreamland",
                "description": "远见期望与各优秀企业合作开发项目\n0755-25154501,0755-25154506",
                "id": 11432,
                "name": "替雷公打雷(上)",
                "popularity": 7282,
                "url": "http://www.flashempire.com/theater/play.php?id=11432"
            }
        }
    },
    "00689cad5f367bb65e92acdf1cd4e90b7052c37097c7d9ad171e668b2bafa05e": {
        "sha256": "00689cad5f367bb65e92acdf1cd4e90b7052c37097c7d9ad171e668b2bafa05e",
        "size": 9295,
        "original": "http://www.flash8.net/uploadflash/29/flash8net_28899.swf",
        "ref": {
            "flash8": {
                "author": "江思志",
                "description": "看看商家所谓的激情电影怎么赚色狼的钱,很有意思哦",
                "email": "jsz_thing@126.com",
                "id": 28899,
                "name": "激情电影",
                "original": true,
                "uploader": "江思志",
                "url": "http://www.flash8.net/flash/28899.shtml"
            }
        }
    },
    "0072c6fde37ce45e6e669d003764a2b1eb2b653d9c75723feaf38da41a2c1540": {
        "sha256": "0072c6fde37ce45e6e669d003764a2b1eb2b653d9c75723feaf38da41a2c1540",
        "size": 699949,
        "original": "http://www.flashempire.com/theater/flash/2000-10/430.swf",
        "ref": {
            "flashempire": {
                "author": "阿毛",
                "id": 443,
                "name": "甩啦、甩啦",
                "popularity": 43620,
                "url": "http://www.flashempire.com/theater/play.php?id=443"
            }
        }
    },
    "007686e715a059e6171a10cdc7ab25249ae2b9ad2b6ad6d3285799de7bcd482a": {
        "sha256": "007686e715a059e6171a10cdc7ab25249ae2b9ad2b6ad6d3285799de7bcd482a",
        "size": 172009,
        "original": "http://www.flashempire.com/theater/flash/2004-03/1076659990_js.swf",
        "ref": {
            "flashempire": {
                "author": "闪游地带",
                "description": "幻灵游侠的情人节贺卡.",
                "id": 2671,
                "name": "别出心裁",
                "popularity": 11000,
                "url": "http://www.flashempire.com/theater/play.php?id=2671"
            }
        }
    },
    "0076893b2862d8d560b11a1417fb8bcfe59421fa7ec089490a567f9ac85392f5": {
        "sha256": "0076893b2862d8d560b11a1417fb8bcfe59421fa7ec089490a567f9ac85392f5",
        "size": 331082,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74352.swf",
        "ref": {
            "flash8": {
                "author": "三画鱼",
                "description": "小心“车”老虎!.",
                "email": "hnxp-312@163.com",
                "id": 74352,
                "name": "小心“车”老虎!.",
                "original": true,
                "uploader": "三画鱼",
                "url": "http://www.flash8.net/flash/74352.shtml"
            }
        }
    },
    "0078012fb70144594942eb0db5da333dcd1acff8ad80d340176f2123cf018a61": {
        "sha256": "0078012fb70144594942eb0db5da333dcd1acff8ad80d340176f2123cf018a61",
        "size": 1305907,
        "original": "http://www.flashempire.com/theater/flash/2001-10/902.swf",
        "ref": {
            "flashempire": {
                "author": "吕岳东",
                "id": 929,
                "name": "摩登时代",
                "popularity": 13870,
                "url": "http://www.flashempire.com/theater/play.php?id=929"
            }
        }
    },
    "007b031768164a0fcbfd54b898c1b8902d1d3a138c12e42cd14cbfe67a81bf7b": {
        "sha256": "007b031768164a0fcbfd54b898c1b8902d1d3a138c12e42cd14cbfe67a81bf7b",
        "size": 5356891,
        "original": "http://www.flashempire.com/theater/flash/2005-08/959704_1123521973.swf",
        "ref": {
            "flashempire": {
                "author": "可爱的小小",
                "description": "★抗日60周年参赛作品★★作品参赛评论打分地址:★http://flash.simlife.com/works_one.php?id=88\n请大家多多支持!谢谢",
                "id": 16717,
                "name": "★追忆★",
                "popularity": 11541,
                "url": "http://www.flashempire.com/theater/play.php?id=16717"
            }
        }
    },
    "007b3af0eaaadcef1c657415684eadf6ec70254e343dfe582b990defa9c712a4": {
        "sha256": "007b3af0eaaadcef1c657415684eadf6ec70254e343dfe582b990defa9c712a4",
        "size": 292741,
        "original": "http://www.flash8.net/uploadflash/63/flash8net_62456.swf",
        "ref": {
            "flash8": {
                "description": "寿光现代中学06级俄文班,王建文作",
                "email": "583181440@qq.com",
                "id": 62456,
                "name": "06俄文连连看",
                "original": true,
                "uploader": "wangjianwen95",
                "url": "http://www.flash8.net/flash/62456.shtml"
            }
        }
    },
    "007c8a2c7be538041869736395409051d44f7560df4069aa95ea1427aade8c8e": {
        "sha256": "007c8a2c7be538041869736395409051d44f7560df4069aa95ea1427aade8c8e",
        "size": 30124,
        "original": "http://www.flashempire.com/theater/flash/2004-08/1092102106_magicbook2.swf",
        "ref": {
            "flashempire": {
                "author": "RLJ",
                "description": "精灵魔法书II是给小孩看的可以翻页的童话故事书,希望大家喜欢。",
                "id": 3084,
                "name": "精灵魔法书II",
                "popularity": 15308,
                "url": "http://www.flashempire.com/theater/play.php?id=3084"
            }
        }
    },
    "0080b5b462523c489eca0c178382c050724887ede1ebbbb45c09b3205c76e163": {
        "sha256": "0080b5b462523c489eca0c178382c050724887ede1ebbbb45c09b3205c76e163",
        "size": 1016597,
        "original": "http://www.flashempire.com/theater/flash/2004-04/1082002702_qryl.swf",
        "ref": {
            "flashempire": {
                "author": "真有意思!",
                "description": "第一次做FLASH,水平有限,很多不足,下次努力!",
                "id": 2772,
                "name": "情人的眼泪是甜的",
                "popularity": 37620,
                "url": "http://www.flashempire.com/theater/play.php?id=2772"
            }
        }
    },
    "00854c793dd526d4222f79de4f56ca75df5be35ff7ef4529dbbbd901adc2f791": {
        "sha256": "00854c793dd526d4222f79de4f56ca75df5be35ff7ef4529dbbbd901adc2f791",
        "size": 16037653,
        "original": "http://www.flash8.net/uploadflash/61/flash8net_60264.swf",
        "ref": {
            "flash8": {
                "QQ": "394655038",
                "description": "为困难买一份保险",
                "email": "lover100269@sina.com",
                "id": 60264,
                "name": "为困难买一份保险",
                "original": true,
                "uploader": "河南红佳旗",
                "url": "http://www.flash8.net/flash/60264.shtml"
            }
        }
    },
    "00917b4aedb385415442049f65e510e4b565863cb894d3224295fa6f6bd29a35": {
        "sha256": "00917b4aedb385415442049f65e510e4b565863cb894d3224295fa6f6bd29a35",
        "size": 1990574,
        "original": "http://www.flash8.net/uploadflash/69/flash8net_68626.swf",
        "ref": {
            "flash8": {
                "QQ": "120055835",
                "description": "北京世澜博朗数码科技有限责任公司",
                "email": "120055835@qq.com",
                "id": 68626,
                "name": "小游戏——奶牛探险",
                "original": true,
                "uploader": "liang_bo",
                "url": "http://www.flash8.net/flash/68626.shtml"
            }
        }
    },
    "0093ab16dadc6c0775dd26b5434e521fa5ccb5acf3023a3412915737dcae9318": {
        "sha256": "0093ab16dadc6c0775dd26b5434e521fa5ccb5acf3023a3412915737dcae9318",
        "size": 73144,
        "original": "http://www.flashempire.com/theater/flash/2006-06/1422848_1151506045.swf",
        "ref": {
            "flash8": {
                "author": "ChaoS-HUMAN(WiZiM)",
                "description": "模仿NDS上的游戏制作.......观察和计算出 房子里最后的人数 用鼠标选择正确的答案。一共7次测试,测试完毕后 会显示出你的脑年龄。。。",
                "email": "wzm92@yahoo.com.cn",
                "id": 24081,
                "name": "测试你的脑年龄",
                "original": false,
                "uploader": "chaoshuman",
                "url": "http://www.flash8.net/flash/24081.shtml"
            },
            "flashempire": {
                "author": "wizim",
                "description": "模仿NDS上的游戏制作.......观察和计算出 房子里最后的人数 用鼠标选择正确的答案。一共7次测试,测试完毕后 会显示出你的脑年龄。。。",
                "id": 28087,
                "name": "测试你的脑年龄",
                "popularity": 13268,
                "url": "http://www.flashempire.com/theater/play.php?id=28087"
            }
        }
    },
    "00983885564771e09ed957dd84c80d4659ed0500e4fdb48610596fd31419675e": {
        "sha256": "00983885564771e09ed957dd84c80d4659ed0500e4fdb48610596fd31419675e",
        "size": 938454,
        "original": "http://www.flashempire.com/theater/flash/2006-01/1072244_1138091056.swf",
        "ref": {
            "flashempire": {
                "author": "windway-wwteam",
                "description": "一个模仿韩国的女孩比较喜欢的游戏。",
                "id": 23813,
                "name": "娱乐冰冰果",
                "popularity": 6845,
                "url": "http://www.flashempire.com/theater/play.php?id=23813"
            }
        }
    },
    "00985638f0497860264dec1712072929f6cf706796fded5840cf059f0229a7ce": {
        "sha256": "00985638f0497860264dec1712072929f6cf706796fded5840cf059f0229a7ce",
        "size": 4145052,
        "original": "http://www.flashempire.com/theater/flash/swfI/1091028142_xy04.swf",
        "ref": {
            "flash8": {
                "author": "思妙动画",
                "description": "猴王担心自己最终也会被扔下山崖……",
                "email": "snail@snailcn.com",
                "id": 10483,
                "name": "大闹西游4 王者拜师(上)",
                "original": true,
                "uploader": "思妙动画",
                "url": "http://www.flash8.net/flash/10483.shtml"
            },
            "flashempire": {
                "author": "思妙文化",
                "description": "猴王担心自己最终也会被扔下山崖……",
                "id": 3044,
                "name": "大闹西游4:王者拜师(上)",
                "popularity": 72331,
                "url": "http://www.flashempire.com/theater/play.php?id=3044"
            }
        }
    },
    "009b8f6c5429eae985ed54304001287567146ccbcfdbbe8531d264ae9acf5670": {
        "sha256": "009b8f6c5429eae985ed54304001287567146ccbcfdbbe8531d264ae9acf5670",
        "size": 60279,
        "original": "http://www.niu-niu.com/happy/swf/xixi067.swf",
        "ref": {
            "niuniu": {
                "author": "牛牛",
                "category": "牛牛漫画",
                "name": "新观点",
                "url": "http://www.niu-niu.com/happy/xixi067.htm"
            }
        }
    },
    "009c33a9589a2d529917e35a12cabe711c4c446bbeb79df28e53d61cd884ba34": {
        "sha256": "009c33a9589a2d529917e35a12cabe711c4c446bbeb79df28e53d61cd884ba34",
        "size": 837606,
        "original": "http://www.flashempire.com/theater/flash/2004-01/1074603981_23.swf",
        "ref": {
            "flashempire": {
                "author": "闲人一个",
                "description": "网络是一个可以上人幻想的地方",
                "id": 2525,
                "name": "梦想",
                "popularity": 4660,
                "url": "http://www.flashempire.com/theater/play.php?id=2525"
            }
        }
    },
    "00a02479233c28bd0c0a6db7b75e37194dfa4a864a0a6c5d50b778629a970344": {
        "sha256": "00a02479233c28bd0c0a6db7b75e37194dfa4a864a0a6c5d50b778629a970344",
        "size": 12022055,
        "original": "http://www.flash8.net/uploadflash/59/flash8net_58429.swf",
        "ref": {
            "flash8": {
                "author": "舅舅",
                "description": "祝妍儿茁壮成长 好好学习 天天向上",
                "email": "626294021@qq.com",
                "id": 58429,
                "name": "妍儿",
                "original": false,
                "uploader": "626294021",
                "url": "http://www.flash8.net/flash/58429.shtml"
            }
        }
    },
    "00a4d15f6c8b6758f84aba7c88db31cc920afebcc6b2284aee3e8b4d235e2981": {
        "sha256": "00a4d15f6c8b6758f84aba7c88db31cc920afebcc6b2284aee3e8b4d235e2981",
        "size": 2788757,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72825.swf",
        "ref": {
            "flash8": {
                "QQ": "916309979",
                "description": "世界经典侦探推理游戏大全集\n让侦探迷绞尽脑汁 让推理高手大呼过瘾\n比“杀人游戏”更有趣 比推理小说更真实\n本系列由易到难\n不定期更新中……\n谢谢支持! #^_^#",
                "email": "916309979@qq.com",
                "id": 72825,
                "name": "世界经典侦探推理游戏(第三期)",
                "original": true,
                "uploader": "kohai",
                "url": "http://www.flash8.net/flash/72825.shtml"
            }
        }
    },
    "00acfbd01b36a8e66321fce1fc7ba7eb8799aba0a7040d7b064dc7fc6188932c": {
        "sha256": "00acfbd01b36a8e66321fce1fc7ba7eb8799aba0a7040d7b064dc7fc6188932c",
        "size": 4492786,
        "original": "http://www.flashempire.com/theater/flash/2006-01/1250898_1137485017.swf",
        "ref": {
            "flashempire": {
                "author": "张网待秀",
                "description": "稻草人——知性告白\n\n几米漫画风格的《稻草人》FLASH中女主角在漫长的恋爱旅途中的点点滴滴让人感慨,.成长会让人历经和童话里完全不同的艰难险阻 ,生活在我们身边的“稻草人”多半都是自己心甘情愿的渐渐失掉了灵魂,可是当她们终于有天觉醒想要学习童话中的稻草人找回自己的灵魂的时候,却已经被生活磨掉了勇气,被所谓的爱困在原地,失去了移动的能力,只能认了这种“幸福”。汪蕊演唱的这首歌歌曲的旋律、编曲、配器、歌手的嗓音天赋、演唱技巧、甚至每个字的处理,自然中又透露恰好的精致。",
                "id": 23563,
                "name": "稻草人",
                "popularity": 4433,
                "url": "http://www.flashempire.com/theater/play.php?id=23563"
            }
        }
    },
    "00b246c415d6bb2e201b0dff5e2c1b80f057958a407031cd68cabe803aa4f412": {
        "sha256": "00b246c415d6bb2e201b0dff5e2c1b80f057958a407031cd68cabe803aa4f412",
        "size": 692614,
        "original": "http://www.flashempire.com/theater/flash/2001-08/809.swf",
        "ref": {
            "flashempire": {
                "author": "muskrose",
                "id": 821,
                "name": "奇妙的平衡",
                "popularity": 19569,
                "url": "http://www.flashempire.com/theater/play.php?id=821"
            }
        }
    },
    "00b505d12bb83bb5e5391cad1a2bacf3638d232f2bb7ca578c0ee866a221df81": {
        "sha256": "00b505d12bb83bb5e5391cad1a2bacf3638d232f2bb7ca578c0ee866a221df81",
        "size": 568188,
        "original": "http://www.flash8.net/uploadflash/4/flash8net_3441.swf",
        "ref": {
            "flash8": {
                "description": "怀念家驹",
                "email": "kaqiu8014@163.com",
                "id": 3441,
                "name": "无悔这一生",
                "original": true,
                "uploader": "皮卡球",
                "url": "http://www.flash8.net/flash/3441.shtml"
            }
        }
    },
    "00b54290dde21eb9c8ec2804d9be3fd2e47bebb0a0c246ec78029834b91deae3": {
        "sha256": "00b54290dde21eb9c8ec2804d9be3fd2e47bebb0a0c246ec78029834b91deae3",
        "size": 14069450,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63705.swf",
        "ref": {
            "flash8": {
                "author": "小可",
                "description": "这是个人制作的第一部动画MV,希望高手们多给点建议,谢谢!!!",
                "email": "564126956@qq.com",
                "id": 63705,
                "name": "春天里(旭日阳刚)",
                "original": false,
                "uploader": "魏可",
                "url": "http://www.flash8.net/flash/63705.shtml"
            }
        }
    },
    "00b70370ee6aeb378700dd8ec9c24541add8c35996a2eb31a93df36df9d9d40b": {
        "sha256": "00b70370ee6aeb378700dd8ec9c24541add8c35996a2eb31a93df36df9d9d40b",
        "size": 3654160,
        "original": "http://www.flash8.net/uploadflash/67/flash8net_66434.swf",
        "ref": {
            "flash8": {
                "author": "armorgames",
                "description": "英勇善战的国王也有年迈的一天,为了保护Kurestal王国永远兴盛,没有子嗣的他决定选出最强的人来继承王位。因此,国王宣布开始国王杯联赛,无论谁是冠军,都有资格挑战他并登上王位!\n\n这是一款系统丰富的养成型小游戏,玩家将在游戏中扮演国王杯联赛的诸侯,训练自己的部队、扩张领土、打赢其他挑战者来挑战国王。\n\n游戏开始后在画面的郑下方有玩家的士兵,点选后会出现一个人头和哑铃,先点选哑铃进行训练,总共有六种训练:\n\nGym:健身,增加力量与体力\nSwordplay:剑术,增加敏捷与体力\nReading:阅读,增加智慧\nArchery:射箭,增加力量与敏捷\nChess:西洋棋,增加敏捷与智慧\nBoxing:拳击,增加力量、敏捷与体力\n\n增加的属性有四种:\nStrength:力量,可以增加物理攻击力\nAgility:敏捷,增加速度与防御力\nIntelligence:智慧,增加魔法与恢复能力\nStamina:体力,增加最大生命与防御力\n\n训练好了之后系统会要求玩家搜寻,在画面的右边有一个旗帜上有加号,点下去之后就可以看到搜寻列表, 价钱越高的地方搜寻到的伙伴越好。搜寻完成之后可以登录士兵,然后可以花钱解开新的格子来编入士兵,之后就可以自由运用编队中的士兵来作战,最大可以编入四个士兵。\n\n在画面的最上方有四种资源:\n\n金钱:用来搜寻与升级、顾用单位等等\n训练点数:用来训练\n阶级点数:用来升级单位,当单位可以升级时,可以点单位的人头来升级\n星星:表示联赛积分\n\n在画面的右边有三种图示(一开始不会全部出现):\n头盔:单位管理,可以将单位编入或是解雇\n羽毛:任务,接下后会在画面上显示,可以对盗贼进行讨伐\n马头:升级,可以利用金钱来最大幅强化,有六个项目,:\n- 爱心:增加剑兵血量20%\n- 旋风:增加魔法速度20%\n- 瞄准:增加弓兵射程20%\n- 冲刺:增加骑士速度20%\n- 圣物:增加牧师恢复20%\n- 钱袋:增加作战收入20%\n\n在游戏中的兵种有五种:\nSwordman:剑兵,血多的坦克,近战攻击\nArcher:弓兵,最远射程的单位\nMagician:法师,威力强大的远程单位\nKnight:骑士,移动速度最快的单位\nPriest:牧师,可以补血的辅助单位\n\n每一个月会展开联赛,联赛获胜可以拿到奖励与积分,积分最高的人就可以夺得冠军,最后就可以挑战国王。除此之外,玩家每个月也有收入,收入的来源是领地,所以玩家也可以攻占其他国家的领地来增加收入喔。另外,有时候也会发现黑市这种东西,可以用来交换金钱与训练点数喔。",
                "id": 66434,
                "name": "国王挑战赛",
                "original": true,
                "uploader": "armorgames",
                "url": "http://www.flash8.net/flash/66434.shtml"
            }
        }
    },
    "00bcf287aeae49220939fe5522f2f2e09aeaf26f4e8b26ccda8b7eb0acc8ba7b": {
        "sha256": "00bcf287aeae49220939fe5522f2f2e09aeaf26f4e8b26ccda8b7eb0acc8ba7b",
        "size": 5006908,
        "original": "http://www.flashempire.com/theater/flash/2003-05/1097661019_004.swf",
        "ref": {
            "flash8": {
                "description": "《旅人的日记》第四集",
                "email": "baozhx@tom.com",
                "id": 5393,
                "name": "《旅人的日记》第四集",
                "original": true,
                "uploader": "ROBOT",
                "url": "http://www.flash8.net/flash/5393.shtml"
            },
            "flashempire": {
                "author": "ROBOT",
                "description": "一个奇怪的人骑着一头奇怪的猪所遇到的一些奇怪的事情......",
                "id": 3432,
                "name": "旅人日记系列第四集",
                "popularity": 237,
                "url": "http://www.flashempire.com/theater/play.php?id=3432"
            }
        }
    },
    "00c01c32d0823ed50193a855f5263dc6f0bc9bb28b320593561bb341ac4601db": {
        "sha256": "00c01c32d0823ed50193a855f5263dc6f0bc9bb28b320593561bb341ac4601db",
        "size": 738540,
        "original": "http://www.flash8.net/uploadflash/16/flash8net_15927.swf",
        "ref": {
            "flash8": {
                "QQ": "75254141",
                "author": "rooracool",
                "description": "参加比赛的东西~!大家多拍砖\n爱交朋友!QQ75254141",
                "email": "rooracool@163.com",
                "id": 15927,
                "name": "历史的舞台",
                "original": true,
                "uploader": "rooracool",
                "url": "http://www.flash8.net/flash/15927.shtml"
            }
        }
    },
    "00c65e75cf600be1169d5605c59cc553f504b7c0dd25f7301c90938724749248": {
        "sha256": "00c65e75cf600be1169d5605c59cc553f504b7c0dd25f7301c90938724749248",
        "size": 3066276,
        "original": "http://www.flash8.net/uploadflash/74/flash8net_73592.swf",
        "ref": {
            "flash8": {
                "email": "137138852@qq.com",
                "id": 73592,
                "name": "女儿情",
                "original": true,
                "uploader": "与尔同乐B",
                "url": "http://www.flash8.net/flash/73592.shtml"
            }
        }
    },
    "00c6faf45881187c8e1ffb1c1eb090609406de2b543df8f7f154c4efc56beec8": {
        "sha256": "00c6faf45881187c8e1ffb1c1eb090609406de2b543df8f7f154c4efc56beec8",
        "size": 1575209,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64110.swf",
        "ref": {
            "flash8": {
                "QQ": "250161666",
                "description": "夏日即将霸占上海达半年之久,酷丸也需要清凉一刻,来吧,海滩的感觉是那么美好,我们一起度过那悠长假期。。。。",
                "email": "250161666@qq.com",
                "id": 64110,
                "name": "[酷丸]之外面事件",
                "original": true,
                "uploader": "乘风时刻",
                "url": "http://www.flash8.net/flash/64110.shtml"
            }
        }
    },
    "00c71fb2e43ae01bbc4ef6d4a3d738425d16f3857204181a744ce7761543d6b7": {
        "sha256": "00c71fb2e43ae01bbc4ef6d4a3d738425d16f3857204181a744ce7761543d6b7",
        "size": 656799,
        "original": "http://www.flashempire.com/theater/flash/2000-11/478.swf",
        "ref": {
            "flashempire": {
                "author": "Comedy",
                "id": 491,
                "name": "Silcon CyberTech",
                "popularity": 162278,
                "url": "http://www.flashempire.com/theater/play.php?id=491"
            }
        }
    },
    "00cb1f5c691b10edb08f283e23be41b79be8a5fef048e09dec30c16c97139379": {
        "sha256": "00cb1f5c691b10edb08f283e23be41b79be8a5fef048e09dec30c16c97139379",
        "size": 4396729,
        "original": "http://www.flash8.net/uploadflash/58/flash8net_57546.swf",
        "ref": {
            "flash8": {
                "email": "longmeier415@sina.com",
                "id": 57546,
                "name": "约定",
                "original": true,
                "uploader": "闲人动画",
                "url": "http://www.flash8.net/flash/57546.shtml"
            }
        }
    },
    "00cbc16d98387fa64a19c99dc506511f11b2b5325c139d4b3790e06a268255f7": {
        "sha256": "00cbc16d98387fa64a19c99dc506511f11b2b5325c139d4b3790e06a268255f7",
        "size": 645266,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63511.swf",
        "ref": {
            "flash8": {
                "email": "352045560@qq.com",
                "id": 63511,
                "name": "小熊手语课程",
                "original": true,
                "uploader": "sb122483",
                "url": "http://www.flash8.net/flash/63511.shtml"
            }
        }
    },
    "00cf91d2a6ecfe23a607fb078aac2b8e76431dfd7d8d53070ed1c052f5baea2e": {
        "sha256": "00cf91d2a6ecfe23a607fb078aac2b8e76431dfd7d8d53070ed1c052f5baea2e",
        "size": 528779,
        "original": "http://www.flashempire.com/theater/flash/2004-02/1076682507_pig.swf",
        "ref": {
            "flashempire": {
                "author": "大地森林",
                "description": "情人节送给我老婆的!",
                "id": 2627,
                "name": "情人节快乐",
                "popularity": 17962,
                "url": "http://www.flashempire.com/theater/play.php?id=2627"
            }
        }
    },
    "00df4ba8156f0f2f32f0432b03eccae01aa5d53a0efe43c28e582ef1a55687dc": {
        "sha256": "00df4ba8156f0f2f32f0432b03eccae01aa5d53a0efe43c28e582ef1a55687dc",
        "size": 10785054,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64073.swf",
        "ref": {
            "flash8": {
                "author": "中国平安",
                "email": "jun04@163.com",
                "id": 64073,
                "name": "益智人生",
                "original": false,
                "uploader": "wwzj08",
                "url": "http://www.flash8.net/flash/64073.shtml"
            }
        }
    },
    "00e3f850bf94b97699892e455a45174120c02dfde7035e8a144b6d91800e4b07": {
        "sha256": "00e3f850bf94b97699892e455a45174120c02dfde7035e8a144b6d91800e4b07",
        "size": 4292767,
        "original": "http://www.flash8.net/uploadflash/18/flash8net_17408.swf",
        "ref": {
            "flash8": {
                "author": "zhoutjs",
                "description": "俺是新手,请多关照.送给我的同学望.",
                "email": "zhoutjs@tom.com",
                "id": 17408,
                "name": "望生日快乐",
                "original": true,
                "uploader": "zhoutjs",
                "url": "http://www.flash8.net/flash/17408.shtml"
            }
        }
    },
    "00f201a65cff4decd42223585cbf1fd5236ef6a2452a3d0fd26d7611b7bff807": {
        "sha256": "00f201a65cff4decd42223585cbf1fd5236ef6a2452a3d0fd26d7611b7bff807",
        "size": 847762,
        "original": "http://www.flashempire.com/theater/flash/2006-06/1418640_1150194660.swf",
        "ref": {
            "flashempire": {
                "author": "xiaomabing",
                "description": "送给朋友守京,祝事业有成",
                "id": 27599,
                "name": "九九艳阳天",
                "popularity": 13842,
                "url": "http://www.flashempire.com/theater/play.php?id=27599"
            }
        }
    },
    "00f2477955e2e367be0623a10ea33781bd1f21187faf9fff5e33b0c693641cd1": {
        "sha256": "00f2477955e2e367be0623a10ea33781bd1f21187faf9fff5e33b0c693641cd1",
        "size": 6864818,
        "original": "http://www.flashempire.com/theater/flash/2005-08/1125371191_fish.swf",
        "ref": {
            "flashempire": {
                "author": "Nightin",
                "description": "一款与鱼打交道的游戏。游戏的秘诀在于投资,要想赚更多的钱就不要吝惜你的Money,珍贵的鱼种会给你带来丰厚的回报。同时,游戏也遵循自然界食物链的法则,大鱼吃小鱼,小鱼吃虾,其乐无穷。另外,游戏还具有自动记忆功能,可以方便的继续游戏而不用重新开始",
                "id": 17567,
                "name": "怪怪水族馆",
                "popularity": 30121,
                "url": "http://www.flashempire.com/theater/play.php?id=17567"
            }
        }
    },
    "00f287c72fb2d0fa0b9e95c7f3a2fac6a99d16ae1e44307e29bb21435eac04e5": {
        "sha256": "00f287c72fb2d0fa0b9e95c7f3a2fac6a99d16ae1e44307e29bb21435eac04e5",
        "size": 1495300,
        "original": "http://www.flashempire.com/theater/flash/2004-03/1079271115_bb80.swf",
        "ref": {
            "flashempire": {
                "author": "晓星",
                "description": "无",
                "id": 2696,
                "name": "僵尸BB",
                "popularity": 29375,
                "url": "http://www.flashempire.com/theater/play.php?id=2696"
            }
        }
    },
    "00f28d23d2c2e645636e1afd0f801631cd674587da3a1fa27fe710122a819c95": {
        "sha256": "00f28d23d2c2e645636e1afd0f801631cd674587da3a1fa27fe710122a819c95",
        "size": 2688754,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70870.swf",
        "ref": {
            "flash8": {
                "author": "赵纪",
                "email": "jypxczhaoji@163.com",
                "id": 70870,
                "name": "罗田是个好地方",
                "original": false,
                "uploader": "463377608",
                "url": "http://www.flash8.net/flash/70870.shtml"
            }
        }
    },
    "00f41cca5af5ad3dd19cca643f220be2dd3df5e63cfab12cab915db045a2894e": {
        "sha256": "00f41cca5af5ad3dd19cca643f220be2dd3df5e63cfab12cab915db045a2894e",
        "size": 1325672,
        "original": "http://www.flashempire.com/theater/flash/2002-12/1662.swf",
        "ref": {
            "flashempire": {
                "author": "yoyi",
                "id": 1689,
                "name": "初登场之MV大串烧",
                "popularity": 85140,
                "url": "http://www.flashempire.com/theater/play.php?id=1689"
            }
        }
    },
    "00f812fc40627f8b7ecc38e30b967cc9ee3e1b818d201f98bf62b2675d587476": {
        "sha256": "00f812fc40627f8b7ecc38e30b967cc9ee3e1b818d201f98bf62b2675d587476",
        "size": 5221069,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74468.swf",
        "ref": {
            "flash8": {
                "description": "很好听的一首老歌",
                "email": "VIP6899@VIP.163.COM",
                "id": 74468,
                "name": "我把爱情收回来",
                "original": true,
                "uploader": "612955",
                "url": "http://www.flash8.net/flash/74468.shtml"
            }
        }
    },
    "00f93403d9dca267ff73fa85a1e561a2dda96c0b4ea4c873e8730f4c584dd46e": {
        "sha256": "00f93403d9dca267ff73fa85a1e561a2dda96c0b4ea4c873e8730f4c584dd46e",
        "size": 40334,
        "original": "http://www.niu-niu.com/happy/swf/xixi168.swf",
        "ref": {
            "niuniu": {
                "author": "牛牛",
                "category": "牛牛漫画",
                "name": "果然",
                "url": "http://www.niu-niu.com/happy/xixi168.htm"
            }
        }
    },
    "00f96de319b1a95f012edf9fbc10efba4a296d4727288a623325649a6904ec6a": {
        "sha256": "00f96de319b1a95f012edf9fbc10efba4a296d4727288a623325649a6904ec6a",
        "size": 874344,
        "original": "http://www.flash8.net/uploadflash/59/flash8net_58982.swf",
        "ref": {
            "flash8": {
                "description": "游戏说明:\n←→控制企鹅空中姿态,企鹅身体越横着落下来越好,这样才能像打水漂一样弹起来。飞行一次之后可以获得金币,获得金币后可以升级机能和装备。",
                "id": 58982,
                "name": "飞行企鹅",
                "original": true,
                "uploader": "maxgames",
                "url": "http://www.flash8.net/flash/58982.shtml"
            }
        }
    },
    "00ffc6ecf3190b9ea7f1ec96a26a00ebc680bc63dc8312513ad9e1e93605a6ea": {
        "sha256": "00ffc6ecf3190b9ea7f1ec96a26a00ebc680bc63dc8312513ad9e1e93605a6ea",
        "size": 1032667,
        "original": "http://www.flashempire.com/theater/flash/2004-09/1096440846_1528.swf",
        "ref": {
            "flashempire": {
                "author": "万维动漫",
                "description": "周杰伦 双刀\n万维动漫 http://www.flashwww.com",
                "id": 3325,
                "name": "周杰伦 双刀",
                "popularity": 20886,
                "url": "http://www.flashempire.com/theater/play.php?id=3325"
            }
        }
    },
    "01029c408d8118fbf4f03efb2b85abe49044c21f1095bf081a1bdad6ad8b7a2e": {
        "sha256": "01029c408d8118fbf4f03efb2b85abe49044c21f1095bf081a1bdad6ad8b7a2e",
        "size": 62267,
        "original": "http://www.niu-niu.com/happy/swf/xixi021.swf",
        "ref": {
            "niuniu": {
                "author": "牛牛",
                "category": "牛牛漫画",
                "name": "爱哭的小弟弟",
                "url": "http://www.niu-niu.com/happy/xixi021.htm"
            }
        }
    },
    "0102f2719817133af229c5fc5851c9d89e1316cebfda267c578a952c481427bc": {
        "sha256": "0102f2719817133af229c5fc5851c9d89e1316cebfda267c578a952c481427bc",
        "size": 1023561,
        "original": "http://www.flashempire.com/theater/flash/2001-07/760.swf",
        "ref": {
            "flashempire": {
                "author": "千龙动漫城·E部落",
                "id": 772,
                "name": "走入香格里拉",
                "popularity": 275528,
                "url": "http://www.flashempire.com/theater/play.php?id=772"
            }
        }
    },
    "01053ab2aca1665ed7685ea04996bec115bd9eb923c8282a6bb55532b6716de5": {
        "sha256": "01053ab2aca1665ed7685ea04996bec115bd9eb923c8282a6bb55532b6716de5",
        "size": 107692,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70537.swf",
        "ref": {
            "flash8": {
                "email": "meteorazhao.student@sina.com",
                "id": 70537,
                "name": "连连看",
                "original": true,
                "uploader": "meteorazhao",
                "url": "http://www.flash8.net/flash/70537.shtml"
            }
        }
    },
    "0107a2be4a3e2c0551072509022b6a3430cfef4c82849fe429ad13260fdbde65": {
        "sha256": "0107a2be4a3e2c0551072509022b6a3430cfef4c82849fe429ad13260fdbde65",
        "size": 335473,
        "original": "http://www.flashempire.com/theater/flash/2004-06/1088036931_ff2.swf",
        "ref": {
            "flashempire": {
                "author": "E-TOON",
                "description": "房房物语系列2",
                "id": 2961,
                "name": "房房物语2",
                "popularity": 14844,
                "url": "http://www.flashempire.com/theater/play.php?id=2961"
            }
        }
    },
    "010c613ff5deb095a73f148db633d74d6057a4824363ac29a8a89c940188cf36": {
        "sha256": "010c613ff5deb095a73f148db633d74d6057a4824363ac29a8a89c940188cf36",
        "size": 2338265,
        "original": "http://www.flashempire.com/theater/flash/2004-10/1097280567_lx.swf",
        "ref": {
            "flash8": {
                "description": "前阵子开始听陈绮贞的歌,真挺喜欢cheer的风格。7月份的某一天五音不全的我拿来翻唱了1下,录加上制作花了2个晚上,加了点简易的动画挺粗糙表骂我,这次就当练习巴。\n\n偶家http://www.haiguang.org来玩吧",
                "email": "searay(at)21cn.com",
                "id": 11128,
                "name": "旅行的意义",
                "original": true,
                "uploader": "海光",
                "url": "http://www.flash8.net/flash/11128.shtml"
            },
            "flashempire": {
                "author": "海光",
                "description": "前阵子开始听陈绮贞的歌,真挺喜欢cheer的风格。7月份的某一天五音不全的我拿来翻唱了1下,录加上制作花了2个晚上,加了点简易的动画挺粗糙表骂我,这次就当练习巴。\n\n偶家http://www.haiguang.org来玩吧",
                "id": 3349,
                "name": "旅行的意义",
                "popularity": 2240,
                "url": "http://www.flashempire.com/theater/play.php?id=3349"
            }
        }
    },
    "010cde8cc1f807999fe93788c48a47def006464934bf56da31a39e67dee8679d": {
        "sha256": "010cde8cc1f807999fe93788c48a47def006464934bf56da31a39e67dee8679d",
        "size": 2734232,
        "original": "http://www.flashempire.com/theater/flash/2005-07/1112452_1122449848.swf",
        "ref": {
            "flashempire": {
                "author": "蓝色轨迹",
                "description": "一个韩国mv 。\n\n歌手李承焕(LeeSeungHwan)第七张专辑《egg》的中歌曲《错误》,视频 MV 的主人公是一个女孩和陪伴她的机器人……本片为模仿致敬之作。",
                "id": 16115,
                "name": "错误-egg",
                "popularity": 3509,
                "url": "http://www.flashempire.com/theater/play.php?id=16115"
            }
        }
    },
    "010d1acf0d2bf79bca9e49e6bdf82ace2f628d1acfa11a7a72f626371b48d410": {
        "sha256": "010d1acf0d2bf79bca9e49e6bdf82ace2f628d1acfa11a7a72f626371b48d410",
        "size": 12726,
        "original": "http://www.flash8.net/uploadflash/19/flash8net_18799.swf",
        "ref": {
            "flash8": {
                "description": "“是男人”系列小游戏之《是男人就点一百下》,看似简单的游戏其实很有难度很有挑战哦~",
                "id": 18799,
                "name": "是男人就点一百下",
                "original": true,
                "uploader": "www.vectorinternet.co.uk",
                "url": "http://www.flash8.net/flash/18799.shtml"
            }
        }
    },
    "0110a470e71147b8e8021ecaf5bd5c33d56023050a60dd6f38b7efaa6493bcfc": {
        "sha256": "0110a470e71147b8e8021ecaf5bd5c33d56023050a60dd6f38b7efaa6493bcfc",
        "size": 391867,
        "original": "http://www.flashempire.com/theater/flash/2005-01/1106184355_chongerfei.swf",
        "ref": {
            "flashempire": {
                "author": "tomgxd",
                "description": "现实的残酷犹如残酷的战争,再危险的战争也有结束的时候,当郁金香花开的时候,就是我们幸福的终点!送给2005年的情人。",
                "id": 8119,
                "name": "虫儿飞",
                "popularity": 8093,
                "url": "http://www.flashempire.com/theater/play.php?id=8119"
            }
        }
    },
    "011a0fc5a37e4bafbc70ba2ec324167af411886babadffd66f2446e114c988dd": {
        "sha256": "011a0fc5a37e4bafbc70ba2ec324167af411886babadffd66f2446e114c988dd",
        "size": 945962,
        "original": "http://www.flashempire.com/theater/flash/2001-06/738.swf",
        "ref": {
            "flashempire": {
                "author": "千龙动漫城·E部落",
                "id": 750,
                "name": "我需要你的钱",
                "popularity": 185875,
                "url": "http://www.flashempire.com/theater/play.php?id=750"
            }
        }
    },
    "011c5d29eec71cd16f8b5222b1e1ea1e619d4a90ac543e1219e14d4d1058ffb9": {
        "sha256": "011c5d29eec71cd16f8b5222b1e1ea1e619d4a90ac543e1219e14d4d1058ffb9",
        "size": 779528,
        "original": "http://www.flashempire.com/theater/flash/2004-05/1083996170_xzwtt.swf",
        "ref": {
            "flashempire": {
                "author": "RUI",
                "description": "透过云端的思念.",
                "id": 2818,
                "name": "灰色的云",
                "popularity": 7217,
                "url": "http://www.flashempire.com/theater/play.php?id=2818"
            }
        }
    },
    "0122fcbff5acff09e2925535065c95f3572e3d324970c310f55ab3c0d592832f": {
        "sha256": "0122fcbff5acff09e2925535065c95f3572e3d324970c310f55ab3c0d592832f",
        "size": 665047,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64979.swf",
        "ref": {
            "flash8": {
                "author": "游明兴",
                "description": "我们的爱FLASH歌曲",
                "email": "582568699@qq.com",
                "id": 64979,
                "name": "我们的爱",
                "original": false,
                "uploader": "abc5209327",
                "url": "http://www.flash8.net/flash/64979.shtml"
            }
        }
    },
    "0124c76009823a13c4c1a695a5c9e483ffa0eae88c8eaf592d008b46025a9537": {
        "sha256": "0124c76009823a13c4c1a695a5c9e483ffa0eae88c8eaf592d008b46025a9537",
        "size": 4604558,
        "original": "http://www.flashempire.com/theater/flash/2009-09/1252753447_call me with the voice of love.swf",
        "ref": {
            "flashempire": {
                "author": "luesha",
                "description": "Lacrimosa song,Sehnsucht album,fan animation,bday present for my big kitty\n背景音乐:Call me with the voice of Love\n歌手:lacrimosa乐队(瑞士)",
                "id": 70341,
                "name": "Call me with the voice of Love",
                "popularity": 13474,
                "url": "http://www.flashempire.com/theater/play.php?id=70341"
            }
        }
    },
    "0131fd6510562ddadadf7054a81bd918de8470b26e041dd4da4ab837529735ba": {
        "sha256": "0131fd6510562ddadadf7054a81bd918de8470b26e041dd4da4ab837529735ba",
        "size": 10018017,
        "original": "http://www.flashempire.com/theater/flash/2003-08/2091.swf",
        "ref": {
            "flashempire": {
                "author": "巴千",
                "description": "为抗击非典做的MTV。作品有点大。",
                "id": 2129,
                "name": "谁怕谁呀",
                "popularity": 38283,
                "url": "http://www.flashempire.com/theater/play.php?id=2129"
            }
        }
    },
    "0134f2fdf8eb0ba5e1258478e2a1cd1f780a9706776020a5d88516934ef671a2": {
        "sha256": "0134f2fdf8eb0ba5e1258478e2a1cd1f780a9706776020a5d88516934ef671a2",
        "size": 557595,
        "original": "http://www.flash8.net/uploadflash/76/flash8net_75163.swf",
        "ref": {
            "flash8": {
                "description": "用音乐和文字陶冶我们的性情",
                "email": "xma1967mn@yahoo.com.cn",
                "id": 75163,
                "name": "陶冶性情",
                "original": true,
                "uploader": "浪漫依旧",
                "url": "http://www.flash8.net/flash/75163.shtml"
            }
        }
    },
    "0136ebe3751d38f4d18e0cfd7009d7550cd51293e894199ab3f1818ab0e5746d": {
        "sha256": "0136ebe3751d38f4d18e0cfd7009d7550cd51293e894199ab3f1818ab0e5746d",
        "size": 3571449,
        "original": "http://www.flashempire.com/theater/flash/2005-04/1113972519_wb.swf",
        "ref": {
            "flashempire": {
                "author": "yangsong993",
                "description": "伍佰新歌推荐...心诚则灵制作!设计改变生活...",
                "id": 11778,
                "name": "突然的自我(伍佰)",
                "popularity": 11417,
                "url": "http://www.flashempire.com/theater/play.php?id=11778"
            }
        }
    },
    "0138bc43f620ecf7939d9a40ce32a821b66cb736aab8dc3ce48c57c2bbfd12e6": {
        "sha256": "0138bc43f620ecf7939d9a40ce32a821b66cb736aab8dc3ce48c57c2bbfd12e6",
        "size": 979157,
        "original": "http://www.flash8.net/uploadflash/23/flash8net_22142.swf",
        "ref": {
            "flash8": {
                "author": "小方",
                "description": "小方多谢朋友们的支持,和鼓励!花了一夜的时间才完 为了自己心爱的人,再苦再累也值得,同时也是为了延伸自己的水平!!!!",
                "email": "wqvbkcg092006@21cn.com",
                "id": 22142,
                "name": "你是我的玫瑰花",
                "original": false,
                "uploader": "xf275818806",
                "url": "http://www.flash8.net/flash/22142.shtml"
            }
        }
    },
    "0141242ff6305a906e4ab78eb0358c3a6a7f346865939fc38df9666df065e9db": {
        "sha256": "0141242ff6305a906e4ab78eb0358c3a6a7f346865939fc38df9666df065e9db",
        "size": 4080299,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72969.swf",
        "ref": {
            "flash8": {
                "description": "非常好听的一首老歌",
                "email": "VIP6899@VIP.163.COM",
                "id": 72969,
                "name": "望着天边的女孩",
                "original": true,
                "uploader": "612955",
                "url": "http://www.flash8.net/flash/72969.shtml"
            }
        }
    },
    "0147990ef25239d6878cdaa7be481095382c2adc3e4c559a6946629a4b0909e0": {
        "sha256": "0147990ef25239d6878cdaa7be481095382c2adc3e4c559a6946629a4b0909e0",
        "size": 1593474,
        "original": "http://www.flashempire.com/theater/flash/2004-12/989753_1103383905.swf",
        "ref": {
            "flashempire": {
                "author": "天台星云",
                "description": "一首好听的音乐",
                "id": 6379,
                "name": "在水一方",
                "popularity": 5672,
                "url": "http://www.flashempire.com/theater/play.php?id=6379"
            }
        }
    },
    "0148a354452ba353fe86ca913b2f3f86968df22e046787c00ce297fa4a4d3563": {
        "sha256": "0148a354452ba353fe86ca913b2f3f86968df22e046787c00ce297fa4a4d3563",
        "size": 3033664,
        "original": "http://www.flash8.net/uploadflash/69/flash8net_68254.swf",
        "ref": {
            "flash8": {
                "author": "小。",
                "description": "《魔域》百战雄狮电影级CG",
                "email": "987483576@qq.com",
                "id": 68254,
                "name": "《魔域》百战雄狮电影级CG",
                "original": false,
                "uploader": "afff000",
                "url": "http://www.flash8.net/flash/68254.shtml"
            }
        }
    },
    "014c96a00fe5a6e7f43daca97a1967a31fd348aecd68425ae7bc6230d790fd49": {
        "sha256": "014c96a00fe5a6e7f43daca97a1967a31fd348aecd68425ae7bc6230d790fd49",
        "size": 404406,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74144.swf",
        "ref": {
            "flash8": {
                "author": "海洋之心",
                "email": "286032599@qq.com",
                "id": 74144,
                "name": "生日快乐",
                "original": false,
                "uploader": "阳光海洋",
                "url": "http://www.flash8.net/flash/74144.shtml"
            }
        }
    },
    "0152c13d65dc896cf142fcbe5b0f5ba1e0c3b432cf251c9c2ed37ba7071f2a0d": {
        "sha256": "0152c13d65dc896cf142fcbe5b0f5ba1e0c3b432cf251c9c2ed37ba7071f2a0d",
        "size": 11888407,
        "original": "http://www.flash8.net/uploadflash/66/flash8net_65068.swf",
        "ref": {
            "flash8": {
                "description": "这是一个内燃机教学课件。由于制作时间仓促,错漏难免,敬请指正。",
                "email": "situzhihui79@163.com",
                "id": 65068,
                "name": "内燃机教学课件",
                "original": true,
                "uploader": "seeto",
                "url": "http://www.flash8.net/flash/65068.shtml"
            }
        }
    },
    "015788dbd8009a51b12b4106585cfa3f9ed76e71767bdcc44b8168b9682a3d03": {
        "sha256": "015788dbd8009a51b12b4106585cfa3f9ed76e71767bdcc44b8168b9682a3d03",
        "size": 726307,
        "original": "http://www.flashempire.com/theater/flash/2001-03/606.swf",
        "ref": {
            "flash8": {
                "description": "动感MTV,动力火车形象演唱,光影效果强烈。",
                "email": "3_28@sina.com",
                "id": 17,
                "name": "热情的沙漠",
                "original": true,
                "uploader": "3:28",
                "url": "http://www.flash8.net/flash/17.shtml"
            },
            "flashempire": {
                "author": "3:28",
                "id": 618,
                "name": "热情的沙漠",
                "popularity": 32237,
                "url": "http://www.flashempire.com/theater/play.php?id=618"
            }
        }
    },
    "01592f951399e0f664b67b2d7bc54f844f3a8fc51823af9dc45c80d2540ebb55": {
        "sha256": "01592f951399e0f664b67b2d7bc54f844f3a8fc51823af9dc45c80d2540ebb55",
        "size": 43644,
        "original": "http://www.flashempire.com/theater/flash/2000-02/134.swf",
        "ref": {
            "flashempire": {
                "author": "小魁",
                "id": 47,
                "name": "EC123网上折扣店广告",
                "popularity": 11231,
                "url": "http://www.flashempire.com/theater/play.php?id=47"
            }
        }
    },
    "015d6bd1f2232b9a7dbaa85cd874625d84b992b44ef89c5fdb4bfdc13f2a553e": {
        "sha256": "015d6bd1f2232b9a7dbaa85cd874625d84b992b44ef89c5fdb4bfdc13f2a553e",
        "size": 451468,
        "original": "http://www.flashempire.com/theater/flash/2002-05/1235.swf",
        "ref": {
            "flashempire": {
                "author": "瓢虫",
                "id": 1262,
                "name": "BIRDMAN",
                "popularity": 11826,
                "url": "http://www.flashempire.com/theater/play.php?id=1262"
            }
        }
    },
    "0161c84dc82298f2df72350f2f02dc03d1e3a4822c602efe61a47808c18bd6e4": {
        "sha256": "0161c84dc82298f2df72350f2f02dc03d1e3a4822c602efe61a47808c18bd6e4",
        "size": 10628363,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70115.swf",
        "ref": {
            "flash8": {
                "author": "jdl7810768",
                "description": "笛子 赛马",
                "email": "jdl7810768@163.com",
                "id": 70115,
                "name": "笛子 赛马.fla.swf",
                "original": true,
                "uploader": "jdl7810768",
                "url": "http://www.flash8.net/flash/70115.shtml"
            }
        }
    },
    "016a1756531fc4ffac65ffa0c79900b585e81013f56fe78a8223ecfa17ef1d38": {
        "sha256": "016a1756531fc4ffac65ffa0c79900b585e81013f56fe78a8223ecfa17ef1d38",
        "size": 863528,
        "original": "http://www.flashempire.com/theater/flash/2004-12/1102826665_ting.swf",
        "ref": {
            "flashempire": {
                "author": "dwin",
                "description": "时间很偶然-\n一个男孩和一个女孩相识了-\n男孩心中好像海洋-\n女孩就像男孩的沙滩-\n男孩心中充满阳光-\n女孩就像男孩的大地-\n每天不期而遇-\n也许真的是偶然-\n也许是故意-\n彼此一声问候-\n心中都充满慰藉-\n慢慢的时间过去..............",
                "id": 5973,
                "name": "听!是谁在唱歌",
                "popularity": 11944,
                "url": "http://www.flashempire.com/theater/play.php?id=5973"
            }
        }
    },
    "016a5813a67d0ce40b3ba30e4625874fe82d93778a9a2818f8969b25c8b99058": {
        "sha256": "016a5813a67d0ce40b3ba30e4625874fe82d93778a9a2818f8969b25c8b99058",
        "size": 1292275,
        "original": "http://www.flashempire.com/theater/flash/2002-10/1555.swf",
        "ref": {
            "flashempire": {
                "author": "szzg007",
                "id": 1582,
                "name": "szzg007真龙之拳",
                "popularity": 78323,
                "url": "http://www.flashempire.com/theater/play.php?id=1582"
            }
        }
    },
    "016b9edfdd4dbe1f9f20e3cc5a52938a25129ed3bca0f34aca13ce5cfd315f2c": {
        "sha256": "016b9edfdd4dbe1f9f20e3cc5a52938a25129ed3bca0f34aca13ce5cfd315f2c",
        "size": 6047061,
        "original": "http://www.flash8.net/uploadflash/74/flash8net_73549.swf",
        "ref": {
            "flash8": {
                "QQ": "32776806",
                "author": "一叶小舟",
                "description": "从2006年,到今天,\n360矢志不渝的践行着目标——把免费的安全服务做到极致,让安全如阳光与空气一样触手可及。\n欢迎体验和使用360的产品,与4.5亿用户一同携手,搭建广阔、无限的安全天空。",
                "email": "wsyzdjs@126.com",
                "id": 73549,
                "name": "360为什么免费",
                "original": true,
                "uploader": "一叶小舟",
                "url": "http://www.flash8.net/flash/73549.shtml"
            }
        }
    },
    "01752dac8f4de1329afb4ba484412c3dc18f0faaab0ceed0beb72280c125b179": {
        "sha256": "01752dac8f4de1329afb4ba484412c3dc18f0faaab0ceed0beb72280c125b179",
        "size": 279427,
        "original": "http://www.flashempire.com/theater/flash/2002-08/1480.swf",
        "ref": {
            "flashempire": {
                "author": "拾荒",
                "id": 1507,
                "name": "恩赐",
                "popularity": 75242,
                "url": "http://www.flashempire.com/theater/play.php?id=1507"
            }
        }
    },
    "017e1a3918625ac4cf146e7de3c92526e47384fd5f3f9354387b04fb5ebfeca6": {
        "sha256": "017e1a3918625ac4cf146e7de3c92526e47384fd5f3f9354387b04fb5ebfeca6",
        "size": 581468,
        "original": "http://www.flash8.net/uploadflash/1/flash8net_661.swf",
        "ref": {
            "flash8": {
                "description": "您要先接银子,然后才有资本,要有耐心呵。",
                "id": 661,
                "name": "我的同学",
                "original": true,
                "uploader": "邝宏兴",
                "url": "http://www.flash8.net/flash/661.shtml"
            }
        }
    },
    "017ee77a0c92ff5fb1ac45ced39bbe238bd56a9b8cd0eff4e26d763bdd2de0ef": {
        "sha256": "017ee77a0c92ff5fb1ac45ced39bbe238bd56a9b8cd0eff4e26d763bdd2de0ef",
        "size": 383328,
        "original": "http://www.flashempire.com/theater/flash/2005-01/1147236_1104634945.swf",
        "ref": {
            "flashempire": {
                "author": "g0c0",
                "description": "出了点小问题,修正下,现在没有问题了,如果大家发现游戏过程中有什么问题请留言告诉我,谢谢!",
                "id": 7345,
                "name": "衫人拼图(修正版)",
                "popularity": 726,
                "url": "http://www.flashempire.com/theater/play.php?id=7345"
            }
        }
    },
    "018358a1016b77fe5a27ab9a3cb31345264c70becca2f384c25c519ffed8917c": {
        "sha256": "018358a1016b77fe5a27ab9a3cb31345264c70becca2f384c25c519ffed8917c",
        "size": 3457162,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64132.swf",
        "ref": {
            "flash8": {
                "author": "君利诺",
                "description": "我的老婆,我爱你!!",
                "email": "79684976@qq.com",
                "id": 64132,
                "name": "老婆生日贺卡",
                "original": false,
                "uploader": "liaojun8404",
                "url": "http://www.flash8.net/flash/64132.shtml"
            }
        }
    },
    "01848c6541189df4ff3b9fd7ab3f8e6e68f01bd21a7fccd2db0ae500f772f16f": {
        "sha256": "01848c6541189df4ff3b9fd7ab3f8e6e68f01bd21a7fccd2db0ae500f772f16f",
        "size": 837865,
        "original": "http://www.flashempire.com/theater/flash/2004-09/1095236757_120x80.swf",
        "ref": {
            "flash8": {
                "QQ": "298827834",
                "description": "女主角天堂水要到英国留学二年,和冰冻鱼依依惜别之后,踏上开往英国的飞机。而二年后等待着天堂水回来的又是什么呢......",
                "email": "lcjryan@126.com",
                "id": 10911,
                "name": "别让想你的人找不到你",
                "original": true,
                "uploader": "无奈笑天下",
                "url": "http://www.flash8.net/flash/10911.shtml"
            },
            "flashempire": {
                "author": "无奈笑天下",
                "description": "女主角天堂水要到英国留学二年,和冰冻鱼依依惜别之后,踏上开往英国的飞机。而二年后等待着天堂水回来的又是什么呢......",
                "id": 3191,
                "name": "别让想你的人找不到你",
                "popularity": 10602,
                "url": "http://www.flashempire.com/theater/play.php?id=3191"
            }
        }
    },
    "018ad072cbe4932246f75cae76aee58b6da8e3d1ea95b1a4d4f7d17aba3ab800": {
        "sha256": "018ad072cbe4932246f75cae76aee58b6da8e3d1ea95b1a4d4f7d17aba3ab800",
        "size": 2021788,
        "original": "http://www.flash8.net/uploadflash/12/flash8net_11791.swf",
        "ref": {
            "flash8": {
                "description": "如果有来生\n我会这样许愿\n我们的花\n一定和缘份开在一起\n让风也抵挡不住\n我们并蒂的季节",
                "email": "xjj4925@sina.com",
                "id": 11791,
                "name": "如果有来生",
                "original": true,
                "uploader": "xjj4925",
                "url": "http://www.flash8.net/flash/11791.shtml"
            }
        }
    },
    "018b3867fbb2db05e94e01377917ef57acdcdf7ec35a08e86eefe3b300a0352c": {
        "sha256": "018b3867fbb2db05e94e01377917ef57acdcdf7ec35a08e86eefe3b300a0352c",
        "size": 192903,
        "original": "http://www.flashempire.com/theater/flash/2005-08/1124159084_baxj.swf",
        "ref": {
            "flashempire": {
                "author": "亮亮",
                "description": "小猪亮亮不爱洗脚,有一天穿上妈妈给他买的新凉鞋,会发生什么事呢?",
                "id": 17017,
                "name": "不爱洗脚的小猪",
                "popularity": 8935,
                "url": "http://www.flashempire.com/theater/play.php?id=17017"
            }
        }
    },
    "0191e6eeeccf3b61676510163f16b3a82533c5e5a637e133d9e5a36e7e25c3e4": {
        "sha256": "0191e6eeeccf3b61676510163f16b3a82533c5e5a637e133d9e5a36e7e25c3e4",
        "size": 873807,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70531.swf",
        "ref": {
            "flash8": {
                "author": "童飞波",
                "description": "特地为王老师上传",
                "email": "591460926@qq.com",
                "id": 70531,
                "name": "王老师,祝您生日快乐",
                "original": false,
                "uploader": "tongfeibo",
                "url": "http://www.flash8.net/flash/70531.shtml"
            }
        }
    },
    "0197aeb76822150656d9f889f385976dcd851225c06e5028d86e3c868acd6a5d": {
        "sha256": "0197aeb76822150656d9f889f385976dcd851225c06e5028d86e3c868acd6a5d",
        "size": 1333766,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72819.swf",
        "ref": {
            "flash8": {
                "author": "*alanbecker",
                "description": "火柴人",
                "email": "270188402@qq.com",
                "id": 72819,
                "name": "Animator vs Animation",
                "original": false,
                "uploader": "meiyuio",
                "url": "http://www.flash8.net/flash/72819.shtml"
            }
        }
    },
    "01a543b9cf85be52f4de876abd714b6c2f53384c54124cc9e85477243266dfea": {
        "sha256": "01a543b9cf85be52f4de876abd714b6c2f53384c54124cc9e85477243266dfea",
        "size": 7954817,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63069.swf",
        "ref": {
            "flash8": {
                "description": "朋友处女作",
                "email": "scwyycd@128.com",
                "id": 63069,
                "name": "手心里的温柔",
                "original": true,
                "uploader": "scwyycd",
                "url": "http://www.flash8.net/flash/63069.shtml"
            }
        }
    },
    "01b7c0a7a1b5e04a62381a864520f82b6f3c444d55f2796d86cc9bfbaaf02ee8": {
        "sha256": "01b7c0a7a1b5e04a62381a864520f82b6f3c444d55f2796d86cc9bfbaaf02ee8",
        "size": 1804714,
        "original": "http://www.flashempire.com/theater/flash/2003-08/2105.swf",
        "ref": {
            "flashempire": {
                "author": "kennjin",
                "description": "比较长,别嫌烦。",
                "id": 2143,
                "name": "三棒鼓",
                "popularity": 44785,
                "url": "http://www.flashempire.com/theater/play.php?id=2143"
            }
        }
    },
    "01bff61915eebe898d20f81fca5da1f4e3eef60872fef2bcb7f7c9d2a19ed394": {
        "sha256": "01bff61915eebe898d20f81fca5da1f4e3eef60872fef2bcb7f7c9d2a19ed394",
        "size": 7179875,
        "original": "http://www.flash8.net/uploadflash/62/flash8net_61193.swf",
        "ref": {
            "flash8": {
                "QQ": "89436704",
                "author": "闪翼工作室",
                "description": "游戏简介\n    拳皇大战DNF刺客来袭,DNF暗夜使者华丽登场。新角色的出招方式和技能系统,全新的道具补给系统,智能的能量供缺模式,给你全新的游戏体验。另外,游戏加入了PK模式,可以当做格斗游戏来玩啦。游戏的双人模式也很给力,快快带上你的兄弟姐妹来新关卡中一探究竟吧!\n\n操作说明\n1P:WASD控制人物的跳跃和左右移动,J,K为拳脚键,L为闪避键,UIO为超必杀技。\n2P:↑←↓→控制人物的跳跃和左右移动,小键盘数字键1,2为拳脚键,3为闪避键,456为超必杀技。\n(DNF刺客按K键为必杀技,默认技能为翔击)",
                "email": "dreamer0078@163.com",
                "id": 61193,
                "name": "拳皇大战DNF0.96-刺客来袭",
                "original": false,
                "uploader": "梦旅人",
                "url": "http://www.flash8.net/flash/61193.shtml"
            }
        }
    },
    "01c07fffa9e75848af4689b6a844cedeb6cf0de18cd9155c2261262e489afb37": {
        "sha256": "01c07fffa9e75848af4689b6a844cedeb6cf0de18cd9155c2261262e489afb37",
        "size": 8842636,
        "original": "http://www.flash8.net/uploadflash/62/flash8net_61078.swf",
        "ref": {
            "flash8": {
                "QQ": "857897143",
                "description": "24秒数码科技成立于2009年。\n     我们拥有高素质和经验丰富的技术团队,凝聚了一批富有极强的创造力和奉献精神的业内精英。我们始终把自己定位于国内影视动画制作的先驱探索者,专心致力于用领先的影视动画视觉艺术推动传播效果,为客户提供专业以及满意的服务。客户的满意是我们前进的动力。\n     我们的业务范围包括:影视广告、动画广告、动画短片、网站片头、网站悬浮广告、FLASH动画教学课件、FLASH MV、动画彩信、企业文化宣传动画片、企业安全生产动画片、产品宣传片、设备操作使用动画说明书、原创动画片签约加工、动画配音等。\n     客户的满意是我们前进的动力!\n联系方式:华先生 电话13315210709 15933472350  QQ:857897143",
                "email": "cn24sys@163.com",
                "id": 61078,
                "name": "泡泡糖压缩版",
                "original": true,
                "uploader": "24秒工作室",
                "url": "http://www.flash8.net/flash/61078.shtml"
            }
        }
    },
    "01c13c960c819ce4d0591d050fbd3df62761f7d9a1e0b30610965cd26ecda90c": {
        "sha256": "01c13c960c819ce4d0591d050fbd3df62761f7d9a1e0b30610965cd26ecda90c",
        "size": 27316,
        "original": "http://www.flash8.net/uploadflash/63/flash8net_62690.swf",
        "ref": {
            "flash8": {
                "author": "杨锦乐",
                "description": "有本事一枪打碎7个玻璃泡",
                "email": "jinle2008@qq.com",
                "id": 62690,
                "name": "有本事一枪打碎7个玻璃泡",
                "original": false,
                "uploader": "锦乐影像",
                "url": "http://www.flash8.net/flash/62690.shtml"
            }
        }
    },
    "01c6d65f88658b2bc2f608f636164cb68b349016151b705e07f97ec6420e9fbf": {
        "sha256": "01c6d65f88658b2bc2f608f636164cb68b349016151b705e07f97ec6420e9fbf",
        "size": 169118,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63372.swf",
        "ref": {
            "flash8": {
                "description": "不知道为什么上次上传的那个事件处理有点问题,可能播放器支持方面的问题,现重新发布",
                "email": "yudongsfg@163.com",
                "id": 63372,
                "name": "The Pirate",
                "original": true,
                "uploader": "榔头",
                "url": "http://www.flash8.net/flash/63372.shtml"
            }
        }
    },
    "01e7fd36bea068b58ddcfbb9123075bcd6786aef214a039334d7c8b72fc7c427": {
        "sha256": "01e7fd36bea068b58ddcfbb9123075bcd6786aef214a039334d7c8b72fc7c427",
        "size": 1966212,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63930.swf",
        "ref": {
            "flash8": {
                "QQ": "308338019",
                "author": "乐天传媒",
                "email": "308338019@qq.com",
                "id": 63930,
                "name": "预防登革热",
                "original": true,
                "uploader": "乐天传媒",
                "url": "http://www.flash8.net/flash/63930.shtml"
            }
        }
    },
    "01e9b75a7c4206cab955b5f230ebc878a8853dad3da1b0a71a0e9530fb420fe0": {
        "sha256": "01e9b75a7c4206cab955b5f230ebc878a8853dad3da1b0a71a0e9530fb420fe0",
        "size": 718623,
        "original": "http://www.flashempire.com/theater/flash/2004-11/1100254860_giveuphalfway.swf",
        "ref": {
            "flashempire": {
                "author": "crowbazoo",
                "description": "君子遵道而行,半途而废,吾弗能已矣。边学中国古典,边学英文。。。",
                "id": 4494,
                "name": "半途而废",
                "popularity": 386,
                "url": "http://www.flashempire.com/theater/play.php?id=4494"
            }
        }
    },
    "01edc2ae64ff5b1c944c31a8a684b51abaaab14934fec769bd144d7b9cb19ea4": {
        "sha256": "01edc2ae64ff5b1c944c31a8a684b51abaaab14934fec769bd144d7b9cb19ea4",
        "size": 1110023,
        "original": "http://www.flashempire.com/theater/flash/2005-01/1104937066_bear.swf",
        "ref": {
            "flashempire": {
                "author": "zexi",
                "description": "讲述一只熊的成长过程",
                "id": 7521,
                "name": "熊的冒险(预告)",
                "popularity": 4044,
                "url": "http://www.flashempire.com/theater/play.php?id=7521"
            }
        }
    },
    "01f2af583a0dc1d03012fec91c95fba6c9c90d7667dacd12032b9d61974b4f3c": {
        "sha256": "01f2af583a0dc1d03012fec91c95fba6c9c90d7667dacd12032b9d61974b4f3c",
        "size": 3012624,
        "original": "http://www.flashempire.com/theater/flash/2006-01/1137174018_part.swf",
        "ref": {
            "flashempire": {
                "author": "刘雨潼",
                "description": "刘雨潼(原用艺名刘仲仪)最新歌曲《燕子说》强烈推荐中!!",
                "id": 23445,
                "name": "燕子说",
                "popularity": 2070,
                "url": "http://www.flashempire.com/theater/play.php?id=23445"
            }
        }
    },
    "01f3da6f9e36c0eef15b70cbbfa596a31848f366274e8af15690595d34f7ee88": {
        "sha256": "01f3da6f9e36c0eef15b70cbbfa596a31848f366274e8af15690595d34f7ee88",
        "size": 1189168,
        "original": "http://www.flashempire.com/theater/flash/2004-12/1102411020_hongcha.swf",
        "ref": {
            "flashempire": {
                "author": "天朝羽",
                "description": "一杯红茶的味道是……",
                "id": 5736,
                "name": "红茶",
                "popularity": 8050,
                "url": "http://www.flashempire.com/theater/play.php?id=5736"
            }
        }
    },
    "01f5a482fdb0ffca57680f5162a3094c29d555e2c7fcf28c292d7b85101fe0fe": {
        "sha256": "01f5a482fdb0ffca57680f5162a3094c29d555e2c7fcf28c292d7b85101fe0fe",
        "size": 587218,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74232.swf",
        "ref": {
            "flash8": {
                "description": "青岛动漫数学,一年级入学数学测评。",
                "email": "2215812832@qq.com",
                "id": 74232,
                "name": "青岛一年级数学入学测评",
                "original": true,
                "uploader": "kunyu003",
                "url": "http://www.flash8.net/flash/74232.shtml"
            }
        }
    },
    "01f79bfde5deb4d397a785280df3605ef8feec84c77d2c47ef12652166333170": {
        "sha256": "01f79bfde5deb4d397a785280df3605ef8feec84c77d2c47ef12652166333170",
        "size": 185405,
        "original": "http://www.flashempire.com/theater/flash/2000-03/166.swf",
        "ref": {
            "flashempire": {
                "author": "AMG1st",
                "id": 154,
                "name": "拳皇99",
                "popularity": 54440,
                "url": "http://www.flashempire.com/theater/play.php?id=154"
            }
        }
    },
    "02013f2a588a861ba54a645e5f24ab55862e8cb353dd34eecf4683573556690b": {
        "sha256": "02013f2a588a861ba54a645e5f24ab55862e8cb353dd34eecf4683573556690b",
        "size": 9600183,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70430.swf",
        "ref": {
            "flash8": {
                "description": "細說歷代才女的美麗與哀愁",
                "email": "xm09@163.com",
                "id": 70430,
                "name": "《驚才絕艷》新書推介",
                "original": true,
                "uploader": "滿庭蝴蝶兒",
                "url": "http://www.flash8.net/flash/70430.shtml"
            }
        }
    },
    "0202dca47e81dc55ba8ccaf8843192027fd460e466e85ac22a98e22233407729": {
        "sha256": "0202dca47e81dc55ba8ccaf8843192027fd460e466e85ac22a98e22233407729",
        "size": 583544,
        "original": "http://www.flashempire.com/theater/flash/2003-11/2294.swf",
        "ref": {
            "flashempire": {
                "author": "Joy Towne",
                "description": "这是一年多前做的FLASH动画短片了,名字叫“等待希望”。当时是为了毕业设计而做的。讲的是一个人在生活中会遇到很多的打击、诱惑和伤害,会在黑暗中彷徨,只有继续向前走,才会有希望的明天。事过境迁,愿我们大家都会变的更坚强. :)",
                "id": 2332,
                "name": "等待希望",
                "popularity": 12399,
                "url": "http://www.flashempire.com/theater/play.php?id=2332"
            }
        }
    },
    "020955ec21867ca51be662857edee5e55bac3bab6d0707a2ec5334171c5a35e7": {
        "sha256": "020955ec21867ca51be662857edee5e55bac3bab6d0707a2ec5334171c5a35e7",
        "size": 2740574,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74487.swf",
        "ref": {
            "flash8": {
                "QQ": "137285514",
                "author": "付新大兵",
                "description": "一个关于税收的动画。\n业务QQ:137285514,期待与您合作。o(∩_∩)o 哈哈",
                "email": "dbflash@163.com",
                "id": 74487,
                "name": "税收利于民",
                "original": false,
                "uploader": "ak2198893",
                "url": "http://www.flash8.net/flash/74487.shtml"
            }
        }
    },
    "0211fb4231ff71e60fa9c3a38836b49fc9f1fa750d7a9c0dc36febe5b16e75a1": {
        "sha256": "0211fb4231ff71e60fa9c3a38836b49fc9f1fa750d7a9c0dc36febe5b16e75a1",
        "size": 1414404,
        "original": "http://www.flash8.net/uploadflash/17/flash8net_16799.swf",
        "ref": {
            "flash8": {
                "QQ": "24887545",
                "description": "儿童英文歌曲,希望大家喜欢网址:http://www.ppclass.com",
                "email": "service@ppclass.com",
                "id": 16799,
                "name": "Happy Song-皮皮系列儿童英文歌曲",
                "original": true,
                "uploader": "ppclass",
                "url": "http://www.flash8.net/flash/16799.shtml"
            }
        }
    },
    "0219c5ead13fb3049052d2d0ddf343bf90fc602371adb9056719c18a1da4607a": {
        "sha256": "0219c5ead13fb3049052d2d0ddf343bf90fc602371adb9056719c18a1da4607a",
        "size": 9585884,
        "original": "http://www.flash8.net/uploadflash/74/flash8net_73646.swf",
        "ref": {
            "flash8": {
                "QQ": "2678108441",
                "description": "蝠鱼视觉,专业动漫制作、培训机构,愿与各位同仁共同努力、共同进步。一握蝠鱼手,永远是朋友!\n\n蝠鱼视觉博客地址http://blog.sina.com.cn/u/2781732422\n\n蝠鱼视觉QQ:2678108441",
                "email": "2678108441@qq.com",
                "id": 73646,
                "name": "低碳公益广告",
                "original": true,
                "uploader": "蝠鱼视觉",
                "url": "http://www.flash8.net/flash/73646.shtml"
            }
        }
    },
    "02212abd04f66abf4fe2268d8d71ab049074a83519b02cd465328f67be5cdbdb": {
        "sha256": "02212abd04f66abf4fe2268d8d71ab049074a83519b02cd465328f67be5cdbdb",
        "size": 1666233,
        "original": "http://www.flash8.net/uploadflash/69/flash8net_68512.swf",
        "ref": {
            "flash8": {
                "author": "栤姬凰銗",
                "description": "好友生日又整了部春光美的动画",
                "email": "934590621@qq.com",
                "id": 68512,
                "name": "相约春天",
                "original": false,
                "uploader": "sw",
                "url": "http://www.flash8.net/flash/68512.shtml"
            }
        }
    },
    "0221f14874c06004c93c59c689494be53d49e2af054febcf4b28d940a9c444ac": {
        "sha256": "0221f14874c06004c93c59c689494be53d49e2af054febcf4b28d940a9c444ac",
        "size": 1606308,
        "original": "http://www.flash8.net/uploadflash/57/flash8net_56585.swf",
        "ref": {
            "flash8": {
                "QQ": "120055835",
                "description": "北京世澜博朗数码科技有限责任公司",
                "email": "120055835@qq.com",
                "id": 56585,
                "name": "小白闪报——低保户“鸿门宴”",
                "original": true,
                "uploader": "liang_bo",
                "url": "http://www.flash8.net/flash/56585.shtml"
            }
        }
    },
    "022ea2f05623ad7e02942d90eae4a9452854014c5e17e20b45da087dbbeead84": {
        "sha256": "022ea2f05623ad7e02942d90eae4a9452854014c5e17e20b45da087dbbeead84",
        "size": 150309,
        "original": "http://www.flashempire.com/theater/flash/2003-10/2237.swf",
        "ref": {
            "flashempire": {
                "author": "YHJ",
                "id": 2275,
                "name": "一起吃苦的幸福",
                "popularity": 53515,
                "url": "http://www.flashempire.com/theater/play.php?id=2275"
            }
        }
    },
    "0230fc1e67ca85f18e5e7378e323dc045109829162d8cc09932e1ca96d07f789": {
        "sha256": "0230fc1e67ca85f18e5e7378e323dc045109829162d8cc09932e1ca96d07f789",
        "size": 4414008,
        "original": "http://www.flashempire.com/theater/flash/2004-02/1075949041_rmth.swf",
        "ref": {
            "flashempire": {
                "author": "荷馨儿",
                "description": "青春易逝,爱情难留。美丽的桃花,飞扬似炫目的青春……",
                "id": 2564,
                "name": "人面桃花",
                "popularity": 16564,
                "url": "http://www.flashempire.com/theater/play.php?id=2564"
            }
        }
    },
    "0232a3b2b6776cc52b125828dc8048f1aea609fe1464cb96980c703c56211ad5": {
        "sha256": "0232a3b2b6776cc52b125828dc8048f1aea609fe1464cb96980c703c56211ad5",
        "size": 3423445,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70750.swf",
        "ref": {
            "flash8": {
                "QQ": "1126662542",
                "description": "校园歌曲,我们都是好孩子",
                "email": "zhonghuajianxiu@163.com",
                "id": 70750,
                "name": "我们都是好孩子",
                "original": true,
                "uploader": "钟华锦绣",
                "url": "http://www.flash8.net/flash/70750.shtml"
            }
        }
    },
    "0246d919f68f9d1683b3679ce8de5f1fa3e678b6bf99d3ecfb74492a6494d868": {
        "sha256": "0246d919f68f9d1683b3679ce8de5f1fa3e678b6bf99d3ecfb74492a6494d868",
        "size": 744109,
        "original": "http://www.flashempire.com/theater/flash/2002-03/1108.swf",
        "ref": {
            "flashempire": {
                "author": "笨笨熊",
                "id": 1135,
                "name": "天使也疯狂",
                "popularity": 36524,
                "url": "http://www.flashempire.com/theater/play.php?id=1135"
            }
        }
    },
    "024a2dc5e9299843ade5d71909a122f2c2ba52c2e961df7fa9b7cde6a1479e61": {
        "sha256": "024a2dc5e9299843ade5d71909a122f2c2ba52c2e961df7fa9b7cde6a1479e61",
        "size": 1136122,
        "original": "http://www.flash8.net/uploadflash/57/flash8net_56415.swf",
        "ref": {
            "flash8": {
                "description": "教学课件,为学生上传。",
                "email": "bai.cao.yuan@163.com",
                "id": 56415,
                "name": "《充气雨衣》女声课文情景朗读",
                "original": true,
                "uploader": "百草园",
                "url": "http://www.flash8.net/flash/56415.shtml"
            }
        }
    },
    "02527edd2203c089a9caf97123f33d53f6ed460bb8b0e910da7ed6d103ca16a8": {
        "sha256": "02527edd2203c089a9caf97123f33d53f6ed460bb8b0e910da7ed6d103ca16a8",
        "size": 1264670,
        "original": "http://www.flashempire.com/theater/flash/2005-08/1184608_1123585446.swf",
        "ref": {
            "flashempire": {
                "author": "john13",
                "description": "Wubba 和 Rubber Chicken 一起去沙滩晒日光浴...",
                "id": 16751,
                "name": "Wubba 夏日的迷惑",
                "popularity": 6861,
                "url": "http://www.flashempire.com/theater/play.php?id=16751"
            }
        }
    },
    "02543ab0fcd0be9965725f4e3ba3f486feb9bb81490fff4795a22c027e5bd7b8": {
        "sha256": "02543ab0fcd0be9965725f4e3ba3f486feb9bb81490fff4795a22c027e5bd7b8",
        "size": 12351645,
        "original": "http://www.flash8.net/uploadflash/60/flash8net_59623.swf",
        "ref": {
            "flash8": {
                "QQ": "745007790",
                "description": "蔚蓝的天空,金黄的沙滩,多情的少女。心旷神怡之际,不该发生的,以迅雷不及掩耳之势发生了。然而又结束太快....让人痛心不已。泡妞,你有招吗?没招来跟豆钉学两手。瞎兵泄将--每个人都是生活的主角\n由于*@#*¥原因~~~这次我们的《23集  追女秘籍之腚力考验》上下两集全上映啦@@@@~~~~为了大家挥泪的等待!也为了自己太想看到啦~~现在华丽丽的登场!~~~",
                "email": "haqqydm@163.com",
                "id": 59623,
                "name": "23集(下)追女秘籍—腚力考验",
                "original": true,
                "uploader": "哈奇卡通",
                "url": "http://www.flash8.net/flash/59623.shtml"
            }
        }
    },
    "02548b7ca597a409fbaedea2d1f927e9fe3f8c56ad7af412868a033bdcd50504": {
        "sha256": "02548b7ca597a409fbaedea2d1f927e9fe3f8c56ad7af412868a033bdcd50504",
        "size": 250546,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72304.swf",
        "ref": {
            "flash8": {
                "author": "小休",
                "description": "复仇者联盟FLASH游戏弹窗广告\n\n原创FLASH弹窗广告,欢迎广大FLASH爱好者交流学习,QQ:1786944851",
                "email": "1786944851@qq.com",
                "id": 72304,
                "name": "复仇者联盟FLASH游戏弹窗广告",
                "original": false,
                "uploader": "xiaoxiu1990",
                "url": "http://www.flash8.net/flash/72304.shtml"
            }
        }
    },
    "025ad3c2cbd9b2da40227a1df5d19073b3ba9fcc62aeb50db1debb7a0bbc4c20": {
        "sha256": "025ad3c2cbd9b2da40227a1df5d19073b3ba9fcc62aeb50db1debb7a0bbc4c20",
        "size": 355620,
        "original": "http://www.flashempire.com/theater/flash/2005-09/1125976160_gift8.swf",
        "ref": {
            "flashempire": {
                "author": "蘇笨",
                "description": "祝大家中秋愉快",
                "id": 17856,
                "name": "小貓中秋",
                "popularity": 288715,
                "url": "http://www.flashempire.com/theater/play.php?id=17856"
            }
        }
    },
    "025b03c34e44f8e735a5a98f12f935ec1480b3d165a40905b7b1f71071731ca4": {
        "sha256": "025b03c34e44f8e735a5a98f12f935ec1480b3d165a40905b7b1f71071731ca4",
        "size": 1299880,
        "original": "http://www.flash8.net/uploadflash/31/flash8net_30323.swf",
        "ref": {
            "flash8": {
                "author": "娱悦神州",
                "description": "吴炜,出生于新疆,目前身兼华纳音乐版权中国区创意总监和歌手双重身份,形象俊朗且才华横溢。其实早在1995年,他就带着自己的音乐梦想来到北京,凭借良好的音乐素养迅速站稳脚跟并取得骄人成绩,《小妹你真好》《雪莲花》《爱谁》等作品都曾风靡一时。加入华纳音乐后,他把工作的重心转移到幕后,致力培养和发掘优秀词曲作品、作者,音乐道路愈行愈宽广。此次他作为华纳音乐词曲作者的“代言人”再次走上一线,一方面是在诉说自己与“最爱”——音乐之间的不解之缘,另一方面也是自己工作业绩的一次展示。而这首<为谁> 给我们道出一段都市的情感轨迹",
                "email": "yyqwisdom@163.com",
                "id": 30323,
                "name": "吴炜《为谁》",
                "original": false,
                "uploader": "yyqwisdom",
                "url": "http://www.flash8.net/flash/30323.shtml"
            }
        }
    },
    "02603660796f37323c3856d0f456f4757de07828eb518088336a2921790232d1": {
        "sha256": "02603660796f37323c3856d0f456f4757de07828eb518088336a2921790232d1",
        "size": 3011278,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70223.swf",
        "ref": {
            "flash8": {
                "author": "栤姬凰銗",
                "description": "一首武侠歌曲",
                "email": "934590621@qq.com",
                "id": 70223,
                "name": "英雄剑",
                "original": false,
                "uploader": "100jiuwei",
                "url": "http://www.flash8.net/flash/70223.shtml"
            }
        }
    },
    "02609debdd5bd7a5759374b0b72874265d031eb2fc725eab2dbd0e34d9819cc3": {
        "sha256": "02609debdd5bd7a5759374b0b72874265d031eb2fc725eab2dbd0e34d9819cc3",
        "size": 1024400,
        "original": "http://www.flashempire.com/theater/flash/2002-07/1369.swf",
        "ref": {
            "flashempire": {
                "author": "楠枫忆",
                "id": 1396,
                "name": "最烂作品",
                "popularity": 29753,
                "url": "http://www.flashempire.com/theater/play.php?id=1396"
            }
        }
    },
    "0269dda9b34cc8b8e578e11dae83564e9c98a960120a12fd6725693a106afa5d": {
        "sha256": "0269dda9b34cc8b8e578e11dae83564e9c98a960120a12fd6725693a106afa5d",
        "size": 2407631,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72364.swf",
        "ref": {
            "flash8": {
                "description": "《新年快乐歌》一首由司文创作的贺岁歌曲\n演唱-司文 司徒兰芳 铁热沁 韩雯淇",
                "email": "862935763@qq.com",
                "id": 72364,
                "name": "新年快乐歌",
                "original": true,
                "uploader": "maxc",
                "url": "http://www.flash8.net/flash/72364.shtml"
            }
        }
    },
    "026ada1a6c41a47e5b98db8a2991f777f5400074f9404f6d792b8efc0b97a1b2": {
        "sha256": "026ada1a6c41a47e5b98db8a2991f777f5400074f9404f6d792b8efc0b97a1b2",
        "size": 3974700,
        "original": "http://www.flashempire.com/theater/flash/2002-12/1698.swf",
        "ref": {
            "flashempire": {
                "author": "西西",
                "id": 1725,
                "name": "孟婆汤",
                "popularity": 121154,
                "url": "http://www.flashempire.com/theater/play.php?id=1725"
            }
        }
    },
    "027fe0650a925141e96c869a6a87a59c52b588addc4353c604bc4804e30c77a9": {
        "sha256": "027fe0650a925141e96c869a6a87a59c52b588addc4353c604bc4804e30c77a9",
        "size": 1151179,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63465.swf",
        "ref": {
            "flash8": {
                "author": "flashgirlgames",
                "id": 63465,
                "name": "diy性感女孩日历",
                "original": true,
                "uploader": "flashgirlgames",
                "url": "http://www.flash8.net/flash/63465.shtml"
            }
        }
    },
    "02869abfc8c8d22dc1efb3fe49293df7c260e85da1284ea6838677141db5747b": {
        "sha256": "02869abfc8c8d22dc1efb3fe49293df7c260e85da1284ea6838677141db5747b",
        "size": 6281050,
        "original": "http://www.flashempire.com/theater/flash/2005-02/741284_1108396903.swf",
        "ref": {
            "flashempire": {
                "author": "shine_31",
                "description": "那片笑声让我想起我的那些花\n在我生命每个角落静静为我开着\n我曾以为我会永远守在她身旁\n今天我们已经离去在人海茫茫",
                "id": 9226,
                "name": "那些花儿",
                "popularity": 103003,
                "url": "http://www.flashempire.com/theater/play.php?id=9226"
            }
        }
    },
    "028c3d10ec03379a4f17e4fce17daf7889f8e249852f4695cbf9d412343b9ad3": {
        "sha256": "028c3d10ec03379a4f17e4fce17daf7889f8e249852f4695cbf9d412343b9ad3",
        "size": 5504370,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72966.swf",
        "ref": {
            "flash8": {
                "author": "指间春色(春风)",
                "description": "经典歌曲",
                "email": "625148703@qq.com",
                "id": 72966,
                "name": "桃花谣",
                "original": false,
                "uploader": "指间春色",
                "url": "http://www.flash8.net/flash/72966.shtml"
            }
        }
    },
    "028ed41b2c4aa52c813717b51ffbcb49a155a1af008e760d8cd565bfbce95863": {
        "sha256": "028ed41b2c4aa52c813717b51ffbcb49a155a1af008e760d8cd565bfbce95863",
        "size": 30324692,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63056.swf",
        "ref": {
            "flash8": {
                "author": "史磊",
                "description": "急",
                "email": "kelei465230@chinaren.com",
                "id": 63056,
                "name": "小史系列6",
                "original": false,
                "uploader": "kelei465230",
                "url": "http://www.flash8.net/flash/63056.shtml"
            }
        }
    },
    "029e54b7b5b13550c93ebb097c63369da21e6e4d63d5a9a3fe65ed3263e77f30": {
        "sha256": "029e54b7b5b13550c93ebb097c63369da21e6e4d63d5a9a3fe65ed3263e77f30",
        "size": 683413,
        "original": "http://www.flashempire.com/theater/flash/2002-12/1686.swf",
        "ref": {
            "flashempire": {
                "author": "evilblue",
                "id": 1713,
                "name": "博讯数码网站片头",
                "popularity": 15257,
                "url": "http://www.flashempire.com/theater/play.php?id=1713"
            }
        }
    },
    "02a0176b360ef07dd97e7b8fe0a932d23f23b72cd6e952867edb06c553a31935": {
        "sha256": "02a0176b360ef07dd97e7b8fe0a932d23f23b72cd6e952867edb06c553a31935",
        "size": 66702,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70446.swf",
        "ref": {
            "flash8": {
                "author": "wsm",
                "description": "在wsm作者的再度制作下,增强版一下就诞生了。\n按空格菜单。\n对管理员说的话:管理员,马上我就要上传源文件了,如果发现仿造wsm作者的作品,一律不准上传!\n谢谢!希望办到。",
                "email": "me@discuz.org",
                "id": 70446,
                "name": "打地鼠2 修改环境版",
                "original": false,
                "uploader": "pigoneone",
                "url": "http://www.flash8.net/flash/70446.shtml"
            }
        }
    },
    "02a144dfde83f57a18a7cdb1057a4757c37e5335a499d19a4286a41eb91c0bbd": {
        "sha256": "02a144dfde83f57a18a7cdb1057a4757c37e5335a499d19a4286a41eb91c0bbd",
        "size": 425167,
        "original": "http://www.flashempire.com/theater/flash/2001-07/749.swf",
        "ref": {
            "flashempire": {
                "author": "王心磊",
                "id": 761,
                "name": "MKT",
                "popularity": 39390,
                "url": "http://www.flashempire.com/theater/play.php?id=761"
            }
        }
    },
    "02a68930f3e7b5d200275d067ce607f314d94934b3d2889a7918f694f9c96af6": {
        "sha256": "02a68930f3e7b5d200275d067ce607f314d94934b3d2889a7918f694f9c96af6",
        "size": 437750,
        "original": "http://www.flash8.net/uploadflash/59/flash8net_58368.swf",
        "ref": {
            "flash8": {
                "description": "游戏说明:\n小松鼠的世界也是充满着爱的世界,你需要控制一个美丽的松鼠小姐来俘获尽可能多的公松鼠。快来体验一下吧!操作方法:游戏中使用鼠标操作,拖动鼠标来控制松鼠左右活动点击鼠标左键放电。",
                "id": 58368,
                "name": "电眼松鼠",
                "original": true,
                "uploader": "gamer2girls",
                "url": "http://www.flash8.net/flash/58368.shtml"
            }
        }
    },
    "02ad9a3f0971e3ef1a0002bbad3db54485900e5b313a77fd6583a325ef5b763f": {
        "sha256": "02ad9a3f0971e3ef1a0002bbad3db54485900e5b313a77fd6583a325ef5b763f",
        "size": 1460259,
        "original": "http://www.flash8.net/uploadflash/61/flash8net_60568.swf",
        "ref": {
            "flash8": {
                "QQ": "843993726",
                "author": "大宇",
                "description": "80后的搞笑生活。",
                "email": "843993726@qq.com",
                "id": 60568,
                "name": "80后小生活",
                "original": false,
                "uploader": "我要草莓味的",
                "url": "http://www.flash8.net/flash/60568.shtml"
            }
        }
    },
    "02b618d2b547c16875e501c3f002a2dffc9097bf27fafee31f0a5f96f6f21bc7": {
        "sha256": "02b618d2b547c16875e501c3f002a2dffc9097bf27fafee31f0a5f96f6f21bc7",
        "size": 90391,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71757.swf",
        "ref": {
            "flash8": {
                "description": "游标卡尺教学课件,适用于教师教学,也可以适合学生自学,轻松学会游标卡尺的原理、使用等。",
                "email": "fzhyw@163.com",
                "id": 71757,
                "name": "游标卡尺",
                "original": true,
                "uploader": "fzhyw",
                "url": "http://www.flash8.net/flash/71757.shtml"
            }
        }
    },
    "02c1a1b86c02aa44cae00f11b8c7be991a505177455cf6d134f6b1463270ee36": {
        "sha256": "02c1a1b86c02aa44cae00f11b8c7be991a505177455cf6d134f6b1463270ee36",
        "size": 4234216,
        "original": "http://www.flash8.net/uploadflash/69/flash8net_68198.swf",
        "ref": {
            "flash8": {
                "email": "yanggongyingxue@126.com",
                "id": 68198,
                "name": "诗画梦(梅雪清梦诗词鼠绘)",
                "original": true,
                "uploader": "阳宫映雪",
                "url": "http://www.flash8.net/flash/68198.shtml"
            }
        }
    },
    "02c374b0cc6833ac25fb116cf39ddfeb572767889f215732e9b5992e68d5c9b0": {
        "sha256": "02c374b0cc6833ac25fb116cf39ddfeb572767889f215732e9b5992e68d5c9b0",
        "size": 1098867,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71092.swf",
        "ref": {
            "flash8": {
                "email": "wxm671022@163.com",
                "id": 71092,
                "name": "唱不完的情歌",
                "original": true,
                "uploader": "wxm671022",
                "url": "http://www.flash8.net/flash/71092.shtml"
            }
        }
    },
    "02c5b7004b029ed552d93a74fb5604f5a7d2025d6ebae3568a83432949230eb2": {
        "sha256": "02c5b7004b029ed552d93a74fb5604f5a7d2025d6ebae3568a83432949230eb2",
        "size": 5397709,
        "original": "http://www.flash8.net/uploadflash/48/flash8net_47723.swf",
        "ref": {
            "flash8": {
                "email": "niaoluomengyu@21cn.com",
                "id": 47723,
                "name": "那一日,那一月,那一年,那一世……",
                "original": true,
                "uploader": "芭蕉听雨",
                "url": "http://www.flash8.net/flash/47723.shtml"
            }
        }
    },
    "02c5e23ab5cb5eee2af2e7fd7f00ba6dc423fe619c1adb706490ecd52cff0bed": {
        "sha256": "02c5e23ab5cb5eee2af2e7fd7f00ba6dc423fe619c1adb706490ecd52cff0bed",
        "size": 2294067,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64446.swf",
        "ref": {
            "flash8": {
                "description": "等你在雨中\n作者:余光中\n朗诵:央金卓玛",
                "email": "595892868@qq.com",
                "id": 64446,
                "name": "等你在雨中",
                "original": true,
                "uploader": "小楼细雨",
                "url": "http://www.flash8.net/flash/64446.shtml"
            }
        }
    },
    "02caa4f0ef39e5ce5b660a622ad91e1b6d0c165d8954ef3283091d04e1cc5763": {
        "sha256": "02caa4f0ef39e5ce5b660a622ad91e1b6d0c165d8954ef3283091d04e1cc5763",
        "size": 1447436,
        "original": "http://www.flashempire.com/theater/flash/2003-07/2081.swf",
        "ref": {
            "flashempire": {
                "author": "不火小组",
                "description": "不火小组成员:太妃太子,mccoy,鬼火。",
                "id": 2119,
                "name": "迈拓小子传之月夜捉贼",
                "popularity": 28678,
                "url": "http://www.flashempire.com/theater/play.php?id=2119"
            }
        }
    },
    "02ce6851a71ac6d32427c8409d38307c8c693f851c391d7e58a469e1b6eaccfb": {
        "sha256": "02ce6851a71ac6d32427c8409d38307c8c693f851c391d7e58a469e1b6eaccfb",
        "size": 4786770,
        "original": "http://www.flash8.net/uploadflash/15/flash8net_14818.swf",
        "ref": {
            "flash8": {
                "description": "第一次尝试动作片,唉,惭愧死了\n参加孔府的比赛的作品",
                "email": "toney.528@163.com",
                "id": 14818,
                "name": "梦战",
                "original": true,
                "uploader": "蓝色条形码",
                "url": "http://www.flash8.net/flash/14818.shtml"
            }
        }
    },
    "02d7590a3460699a3444e446bc46b8d0370689a69922d7764afbd38a6ae0d1e7": {
        "sha256": "02d7590a3460699a3444e446bc46b8d0370689a69922d7764afbd38a6ae0d1e7",
        "size": 9308293,
        "original": "http://www.flashempire.com/theater/flash/2006-01/1138330804_yisheng.swf",
        "ref": {
            "flashempire": {
                "author": "鸿雪原",
                "description": "一生得守护,永远得陪伴。",
                "id": 23890,
                "name": "那一天",
                "popularity": 13498,
                "url": "http://www.flashempire.com/theater/play.php?id=23890"
            }
        }
    },
    "02d8ed448a93924e25b0af6375c0fd06da30087b4410f1b450b03379e5dc96c9": {
        "sha256": "02d8ed448a93924e25b0af6375c0fd06da30087b4410f1b450b03379e5dc96c9",
        "size": 2799435,
        "original": "http://www.flashempire.com/theater/flash/2007-01/1167971564_zhutou.swf",
        "ref": {
            "flashempire": {
                "author": "艾可文画",
                "description": "猪年贺岁金曲,伴您渡过金猪年的每一天。猪头妹妹演唱。",
                "id": 34889,
                "name": "猪头哥哥",
                "popularity": 5902,
                "url": "http://www.flashempire.com/theater/play.php?id=34889"
            }
        }
    },
    "02ddb9fc374d5a2ae603c90be79e0f2d7413123101de44cd7e6d6507d1d986f6": {
        "sha256": "02ddb9fc374d5a2ae603c90be79e0f2d7413123101de44cd7e6d6507d1d986f6",
        "size": 1348394,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71078.swf",
        "ref": {
            "flash8": {
                "QQ": "506008050",
                "email": "很奇怪的东西",
                "id": 71078,
                "name": "很奇怪的东西",
                "original": false,
                "uploader": "很奇怪的东西",
                "url": "http://www.flash8.net/flash/71078.shtml"
            }
        }
    },
    "02e6288e5fa8548268ecf17138530f223e7fb650ec8032a7625ca83aaa07fc31": {
        "sha256": "02e6288e5fa8548268ecf17138530f223e7fb650ec8032a7625ca83aaa07fc31",
        "size": 1470739,
        "original": "http://www.flashempire.com/theater/flash/2004-12/1096680_1101899638.swf",
        "ref": {
            "flashempire": {
                "author": "睿Rui",
                "id": 5445,
                "name": "悄无声息",
                "popularity": 4815,
                "url": "http://www.flashempire.com/theater/play.php?id=5445"
            }
        }
    },
    "02ee38fa20274b0692db779c8ee3e5b697c6d8f4476b4be49c8f0cd4fcdc28b9": {
        "sha256": "02ee38fa20274b0692db779c8ee3e5b697c6d8f4476b4be49c8f0cd4fcdc28b9",
        "size": 2557790,
        "original": "http://www.flashempire.com/theater/flash/2001-10/912.swf",
        "ref": {
            "flashempire": {
                "author": "藤上风铃",
                "id": 939,
                "name": "领悟",
                "popularity": 21581,
                "url": "http://www.flashempire.com/theater/play.php?id=939"
            }
        }
    },
    "02ee445ba4183c094a42c655990309c6094ff2dff059486a783491fb50e184f7": {
        "sha256": "02ee445ba4183c094a42c655990309c6094ff2dff059486a783491fb50e184f7",
        "size": 1954933,
        "original": "http://www.flash8.net/uploadflash/20/flash8net_19240.swf",
        "ref": {
            "flash8": {
                "description": "大长今的fans不要错过咯~可以来控制闵大人来战斗咯~\n操作指南:键盘控制,方向键控制移动,ZX攻击键。如果碰到智力考题,可以通过背答案来通过的哦^___^",
                "id": 19240,
                "name": "闵大人大冒险",
                "original": true,
                "uploader": "flashbug",
                "url": "http://www.flash8.net/flash/19240.shtml"
            }
        }
    },
    "02f2e6ba7afdbcdf89ae42eb091a5fced5239fb622163e81f59882b2e9c53b6e": {
        "sha256": "02f2e6ba7afdbcdf89ae42eb091a5fced5239fb622163e81f59882b2e9c53b6e",
        "size": 22858934,
        "original": "http://www.flash8.net/uploadflash/66/flash8net_65191.swf",
        "ref": {
            "flash8": {
                "author": "单车行秀才",
                "description": "英杰:海内存知己 天涯如比邻,若有缘 就能期待明天 我们相逢在灿烂的季节!嘿嘿 南方并不遥远!",
                "email": "xc@yanjiao.com",
                "id": 65191,
                "name": "单车行车友英杰",
                "original": true,
                "uploader": "单车行秀才",
                "url": "http://www.flash8.net/flash/65191.shtml"
            }
        }
    },
    "02f614a98274d8965b4b32388a5131b37bd07de42243af85eb2dce3ca3d2c977": {
        "sha256": "02f614a98274d8965b4b32388a5131b37bd07de42243af85eb2dce3ca3d2c977",
        "size": 3641914,
        "original": "http://www.flash8.net/uploadflash/14/flash8net_13041.swf",
        "ref": {
            "flash8": {
                "author": "郑晟",
                "description": "参加日立比赛的作品,因为买了24号的火车票回家,所以做得很赶,一些地方没能更好的表现剧本,还有就是音乐部分``````咳~\n好在做完了!",
                "email": "flashkiller008@163.com",
                "id": 13041,
                "name": "湖魄海魂",
                "original": false,
                "uploader": "厦门小晟",
                "url": "http://www.flash8.net/flash/13041.shtml"
            }
        }
    },
    "02f6ed19590fa3fc6ae4584eda68608cf3b9767cb552cf192305f83b2b67a043": {
        "sha256": "02f6ed19590fa3fc6ae4584eda68608cf3b9767cb552cf192305f83b2b67a043",
        "size": 10730454,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64579.swf",
        "ref": {
            "flash8": {
                "QQ": "307151866",
                "author": "东鼎动画",
                "description": "弘扬中国传统文化`振兴中国戏曲动画。\n原创戏曲动漫《男旦家的故事》第一部分,全片共十五分钟。上集共8分钟左右,我和老婆两个人制作了整整20天完成的,希望大家能够喜欢,希望大家多多支持戏曲动漫,支持我和我老婆。欢迎大家来我的官方微博:http://weibo.com/ddltd",
                "email": "hndddh@vip.qq.com",
                "id": 64579,
                "name": "男旦家的故事(上)B",
                "original": false,
                "uploader": "chinadh8",
                "url": "http://www.flash8.net/flash/64579.shtml"
            }
        }
    },
    "02f8d6211783aaa7575aa41a93975200c5bf80c561ad35138eb5a33fe2b80e03": {
        "sha256": "02f8d6211783aaa7575aa41a93975200c5bf80c561ad35138eb5a33fe2b80e03",
        "size": 1527966,
        "original": "http://www.flash8.net/uploadflash/8/flash8net_7883.swf",
        "ref": {
            "flash8": {
                "QQ": "896064855",
                "description": "倚天硬件门户新作.<大学自习室>原班人马又一力作,深刻地表达了一个在校学生的内心世界........",
                "email": "allenliyi@126.com",
                "id": 7883,
                "name": "月光花朵-<大学自习室>后续",
                "original": true,
                "uploader": "allenliyi",
                "url": "http://www.flash8.net/flash/7883.shtml"
            }
        }
    },
    "02fff7d3726c929886770f5b61f6ac280f511fbd7f2c61024a0bb416aefa9730": {
        "sha256": "02fff7d3726c929886770f5b61f6ac280f511fbd7f2c61024a0bb416aefa9730",
        "size": 1035719,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72241.swf",
        "ref": {
            "flash8": {
                "description": "祝闪吧的朋友们:\n愿您在新的一年里,\n分分秒秒平平安安,\n朝朝暮暮开开心心,\n日日夜夜健健康康,\n岁岁年年潇潇洒洒,\n永永远远快快乐乐,\n时时刻刻风风光光,\n生生世世顺顺当当.",
                "email": "862935763@qq.com",
                "id": 72241,
                "name": "新年贺卡",
                "original": true,
                "uploader": "maxc",
                "url": "http://www.flash8.net/flash/72241.shtml"
            }
        }
    },
    "03011912da4b1d8c2d24decc0a720b40ce25d377bc7b4013be0fa25834af98d4": {
        "sha256": "03011912da4b1d8c2d24decc0a720b40ce25d377bc7b4013be0fa25834af98d4",
        "size": 1192704,
        "original": "http://www.flashempire.com/theater/flash/2005-08/1124723750_shuyi.swf",
        "ref": {
            "flash8": {
                "author": "小依",
                "description": "素人:《我是一粒沙 我是一片叶》",
                "email": "shu8ren@yahoo.com.cn",
                "id": 16121,
                "name": "我是一粒沙 我是一片叶",
                "original": false,
                "uploader": "yonghong",
                "url": "http://www.flash8.net/flash/16121.shtml"
            },
            "flashempire": {
                "author": "小依",
                "description": "《我是一粒沙 我是一片叶》\n\n词曲唱:素人",
                "id": 17260,
                "name": "我是一粒沙 我是一片叶",
                "popularity": 6149,
                "url": "http://www.flashempire.com/theater/play.php?id=17260"
            }
        }
    },
    "0304a7a86cedcc002385527eae46cf6adc77f9cd1c757631c7697d7a4bee821e": {
        "sha256": "0304a7a86cedcc002385527eae46cf6adc77f9cd1c757631c7697d7a4bee821e",
        "size": 1690671,
        "original": "http://www.flashempire.com/theater/flash/2005-08/1296470_1124518390.swf",
        "ref": {
            "flashempire": {
                "author": "v仔flash",
                "description": "2004 年作品。 V仔第二个格斗游戏",
                "id": 17196,
                "name": "格斗至尊",
                "popularity": 21710,
                "url": "http://www.flashempire.com/theater/play.php?id=17196"
            }
        }
    },
    "030c6ebb35b4aa02aeb24b3962bda6fc421b58d39a12e454b4f5dfa48c1a5ca5": {
        "sha256": "030c6ebb35b4aa02aeb24b3962bda6fc421b58d39a12e454b4f5dfa48c1a5ca5",
        "size": 56898,
        "original": "http://www.niu-niu.com/happy/swf/xixi079.swf",
        "ref": {
            "niuniu": {
                "author": "牛牛",
                "category": "牛牛漫画",
                "name": "告示",
                "url": "http://www.niu-niu.com/happy/xixi079.htm"
            }
        }
    },
    "0312166fb043b21b02f179ff621fe9184f54482b2bdb40fef6ca7e3ccc66ab6b": {
        "sha256": "0312166fb043b21b02f179ff621fe9184f54482b2bdb40fef6ca7e3ccc66ab6b",
        "size": 3274924,
        "original": "http://www.flashempire.com/theater/flash/2004-11/1101177601_gtm15.swf",
        "ref": {
            "flashempire": {
                "author": "思妙文化",
                "description": "你今天见过了吗?",
                "id": 4953,
                "name": "GTman-14",
                "popularity": 40277,
                "url": "http://www.flashempire.com/theater/play.php?id=4953"
            }
        }
    },
    "0319f10ec0bedda5327cb4fa79dac00ce268c0422ab59ef963a8b265cc70efbd": {
        "sha256": "0319f10ec0bedda5327cb4fa79dac00ce268c0422ab59ef963a8b265cc70efbd",
        "size": 4326759,
        "original": "http://www.flashempire.com/theater/flash/2005-12/1250898_1133431328.swf",
        "ref": {
            "flashempire": {
                "author": "张网待秀",
                "description": "创作源于一个发生在冬季的真实爱情故事。一对本以为无法见到的情侣,意外地在异地见面。歌曲婉转优美。而为这首歌所配的FLASH,画面唯美,意境深远,一幕幕场景让人不禁为爱情千回百折地醉人芬芳而感慨落泪。",
                "id": 21709,
                "name": "这个冬天来看你",
                "popularity": 11547,
                "url": "http://www.flashempire.com/theater/play.php?id=21709"
            }
        }
    },
    "031ac3b52c868490f1526732f513d343cb6b1fd3bf7686df951da1984aec5f9a": {
        "sha256": "031ac3b52c868490f1526732f513d343cb6b1fd3bf7686df951da1984aec5f9a",
        "size": 59315831,
        "original": "http://www.flash8.net/uploadflash/60/flash8net_59485.swf",
        "ref": {
            "flash8": {
                "QQ": "1183763186",
                "email": "ttkt@ttkt.cn",
                "id": 59485,
                "name": "《芦荡金箭》第二集",
                "original": true,
                "uploader": "ttkt",
                "url": "http://www.flash8.net/flash/59485.shtml"
            }
        }
    },
    "03220ebc02501d2e808c95a3d1d01ce94638c57bfd3ceddc6f0fd9dd669aa538": {
        "sha256": "03220ebc02501d2e808c95a3d1d01ce94638c57bfd3ceddc6f0fd9dd669aa538",
        "size": 1102910,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71101.swf",
        "ref": {
            "flash8": {
                "description": "曾经有一群充满理想的年轻人\n他们在一起释放青春\n他们在一起共同患难\n他们在一起经历了多少个春夏秋冬\n\n他们拥有着一个共同的名字叫做 【兄弟】",
                "email": "liuxiansheng20@126.com",
                "id": 71101,
                "name": "时间轴",
                "original": true,
                "uploader": "刘先生",
                "url": "http://www.flash8.net/flash/71101.shtml"
            }
        }
    },
    "0323187565e529acfd4478f27a3dac956563fd0a31b05baa0cabca06f8cecd94": {
        "sha256": "0323187565e529acfd4478f27a3dac956563fd0a31b05baa0cabca06f8cecd94",
        "size": 1875049,
        "original": "http://www.flashempire.com/theater/flash/2002-12/1671.swf",
        "ref": {
            "flashempire": {
                "author": "贞子",
                "id": 1698,
                "name": "圣诞快乐—爱斯基摩人续集",
                "popularity": 82912,
                "url": "http://www.flashempire.com/theater/play.php?id=1698"
            }
        }
    },
    "03285aa4bb5a0da2f00567227f1325656b47dee20168f09eba7a9403e5367358": {
        "sha256": "03285aa4bb5a0da2f00567227f1325656b47dee20168f09eba7a9403e5367358",
        "size": 1520534,
        "original": "http://www.flashempire.com/theater/flash/2004-05/1083996966_sjwxd.swf",
        "ref": {
            "flashempire": {
                "author": "RUI",
                "description": "世界很大很大,我却很小很小.",
                "id": 2817,
                "name": "世界无限大",
                "popularity": 32894,
                "url": "http://www.flashempire.com/theater/play.php?id=2817"
            }
        }
    },
    "032a63a3fefa22ed98e84d731f046c3a07c3eef1f991f8eec4bbfac4868a6682": {
        "sha256": "032a63a3fefa22ed98e84d731f046c3a07c3eef1f991f8eec4bbfac4868a6682",
        "size": 2358649,
        "original": "http://www.flash8.net/uploadflash/29/flash8net_28957.swf",
        "ref": {
            "flash8": {
                "description": "招财童子--中国第一吉祥符,原创本土动漫巨星,弘扬吉祥文化,与您福运相伴!\"招财童子\"为你招财、纳福、启运、高中、必胜、驱邪、避害,祝你一切都如意。\n\n圣诞节是快乐的日子,招财童子和小龙女为您打造出了一个中国版的圣诞老人,大家把这份中国式圣诞祝福传给朋友们吧!",
                "email": "ibbdd@163.com",
                "id": 28957,
                "name": "中国式圣诞 招财童子系列",
                "original": true,
                "uploader": "治图传媒",
                "url": "http://www.flash8.net/flash/28957.shtml"
            }
        }
    },
    "032c0320ed96c7bf79661366ded70190e9ef5a04b96571f39cc1755f85c9602d": {
        "sha256": "032c0320ed96c7bf79661366ded70190e9ef5a04b96571f39cc1755f85c9602d",
        "size": 19978563,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71205.swf",
        "ref": {
            "flash8": {
                "email": "623888803@qq.com",
                "id": 71205,
                "name": "烽烽",
                "original": true,
                "uploader": "suam",
                "url": "http://www.flash8.net/flash/71205.shtml"
            }
        }
    },
    "033ae03afbc39818d1b05bf9660db5c6c3ee8e2a6648ebeacad9a43f44e54055": {
        "sha256": "033ae03afbc39818d1b05bf9660db5c6c3ee8e2a6648ebeacad9a43f44e54055",
        "size": 326218,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63717.swf",
        "ref": {
            "flash8": {
                "QQ": "352624939",
                "author": "贵州奇美",
                "description": "又是个关于买房的,呵呵",
                "email": "352624939@qq.com",
                "id": 63717,
                "name": "贵阳限购令",
                "original": false,
                "uploader": "贵州蓝仔",
                "url": "http://www.flash8.net/flash/63717.shtml"
            }
        }
    },
    "0340674237f3a3a850e4b95bffcf92b5e84cc7f539d3cc425e01a31ba1d9818a": {
        "sha256": "0340674237f3a3a850e4b95bffcf92b5e84cc7f539d3cc425e01a31ba1d9818a",
        "size": 1328031,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72682.swf",
        "ref": {
            "flash8": {
                "description": "禾木摄影家的天堂",
                "email": "13805713103@139.com",
                "id": 72682,
                "name": "禾木风光",
                "original": true,
                "uploader": "ZXM70984",
                "url": "http://www.flash8.net/flash/72682.shtml"
            }
        }
    },
    "0340d626c29bff23b8d474d612fef425722e8982467bca24c9c2d3635a78b85f": {
        "sha256": "0340d626c29bff23b8d474d612fef425722e8982467bca24c9c2d3635a78b85f",
        "size": 269393,
        "original": "http://www.flashempire.com/theater/flash/2002-01/1017.swf",
        "ref": {
            "flashempire": {
                "author": "阿霉",
                "id": 1044,
                "name": "超级网球",
                "popularity": 107537,
                "url": "http://www.flashempire.com/theater/play.php?id=1044"
            }
        }
    },
    "0342cc410fba2aeb7b0c62a6b954fb9b617ecb11dac1e5221631ba6c6160b289": {
        "sha256": "0342cc410fba2aeb7b0c62a6b954fb9b617ecb11dac1e5221631ba6c6160b289",
        "size": 5345596,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71215.swf",
        "ref": {
            "flash8": {
                "email": "cjchuan@sina.com",
                "id": 71215,
                "name": "禅画+西藏文殊咒",
                "original": true,
                "uploader": "limeikongjian",
                "url": "http://www.flash8.net/flash/71215.shtml"
            }
        }
    },
    "03563b9f97e4fe56e50df864429dcacaf8d2bc8b3486b03bb9757c19ca05b6f0": {
        "sha256": "03563b9f97e4fe56e50df864429dcacaf8d2bc8b3486b03bb9757c19ca05b6f0",
        "size": 2853740,
        "original": "http://www.flash8.net/uploadflash/17/flash8net_16605.swf",
        "ref": {
            "flash8": {
                "QQ": "282657525",
                "description": "用涂鸦记录青春的感伤与欢悦.心情涂鸦系列之三.某天动画工作室出品.",
                "email": "tcyyrl@163.com",
                "id": 16605,
                "name": "习惯一个人[王浩]",
                "original": true,
                "uploader": "天朝羽",
                "url": "http://www.flash8.net/flash/16605.shtml"
            }
        }
    },
    "035d34c1aaa9ed842da1f02ab91c167ca6b6b0fd3e89021b1c0aa8e3371e2474": {
        "sha256": "035d34c1aaa9ed842da1f02ab91c167ca6b6b0fd3e89021b1c0aa8e3371e2474",
        "size": 1986030,
        "original": "http://www.flashempire.com/theater/flash/2003-06/1980.swf",
        "ref": {
            "flash8": {
                "description": "希望大家能够喜欢",
                "id": 5430,
                "name": "北京梦",
                "original": true,
                "uploader": "dlf0054",
                "url": "http://www.flash8.net/flash/5430.shtml"
            },
            "flashempire": {
                "author": "瘦石先生",
                "id": 2018,
                "name": "北京梦",
                "popularity": 33561,
                "url": "http://www.flashempire.com/theater/play.php?id=2018"
            }
        }
    },
    "0365633d1063ae8080947902de2d189ee9067b8f6254fc7174adc3082fe4d65d": {
        "sha256": "0365633d1063ae8080947902de2d189ee9067b8f6254fc7174adc3082fe4d65d",
        "size": 1454148,
        "original": "http://www.flashempire.com/theater/flash/2003-05/1919.swf",
        "ref": {
            "flashempire": {
                "author": "RLJ",
                "description": "这个作品是一本可手动翻页动画书,是一种类似纸制杂志的Flash电子读物,效果逼真,每一页内容具有交互效果,真实有趣。作品的目的是尝试实现有实用价值的flash作品。",
                "id": 1957,
                "name": "精灵魔法书",
                "popularity": 47548,
                "url": "http://www.flashempire.com/theater/play.php?id=1957"
            }
        }
    },
    "0372ec2c1e5477dc4a81c1e60a36633c80f393fd126aa10121116dba938f5165": {
        "sha256": "0372ec2c1e5477dc4a81c1e60a36633c80f393fd126aa10121116dba938f5165",
        "size": 8017052,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71229.swf",
        "ref": {
            "flash8": {
                "author": "水木依",
                "description": "我的处女作,各位多多指点……",
                "email": "lb_dl@sohu.com",
                "id": 71229,
                "name": "倾尽天下",
                "original": false,
                "uploader": "shuimuyi",
                "url": "http://www.flash8.net/flash/71229.shtml"
            }
        }
    },
    "037641ed37fc0bdf422715fa9bc84197792c6c52787e7aa516d9f1b14ff74bc9": {
        "sha256": "037641ed37fc0bdf422715fa9bc84197792c6c52787e7aa516d9f1b14ff74bc9",
        "size": 11402261,
        "original": "http://www.flash8.net/uploadflash/70/flash8net_69412.swf",
        "ref": {
            "flash8": {
                "QQ": "342104886",
                "description": "近日,好友歌手李志洲14岁的爱女(李欣玥)已经理了短发,只是没有达到21年前校规规定的运动头的标准而跳楼身亡,痛失爱女,在此做为好友的我,希望李志洲能节哀..并希望这个用生命捍卫美丽长发的女孩一路走好...对于90后,有些学校教育手段应该要与时俱进。同样作为父母的我对青少年们说,热爱父母给你们的生命!它是今世不可重生的宝贵财富.....",
                "email": "342104886@QQ.COM",
                "id": 69412,
                "name": "【美丽的长发】--歌手李志洲痛失爱女【美丽的长发",
                "original": true,
                "uploader": "纹身老爸",
                "url": "http://www.flash8.net/flash/69412.shtml"
            }
        }
    },
    "0376622a18774f20cdc52876660d0f93e8c871bf9823dee581991c48c3e94384": {
        "sha256": "0376622a18774f20cdc52876660d0f93e8c871bf9823dee581991c48c3e94384",
        "size": 1390367,
        "original": "http://www.flashempire.com/theater/flash/2002-09/1522.swf",
        "ref": {
            "flashempire": {
                "author": "Zero峥嵘",
                "id": 1549,
                "name": "Show Me Love",
                "popularity": 44935,
                "url": "http://www.flashempire.com/theater/play.php?id=1549"
            }
        }
    },
    "0376d436f4110be5b8e483465e0a01c62dbc527b9881d4db81d45cc99cc9ddc0": {
        "sha256": "0376d436f4110be5b8e483465e0a01c62dbc527b9881d4db81d45cc99cc9ddc0",
        "size": 2039857,
        "original": "http://www.flash8.net/uploadflash/11/flash8net_10959.swf",
        "ref": {
            "flash8": {
                "author": "三天期限",
                "description": "再现舞王杰克逊的风采,经典的舞蹈〈DANGEROUS〉,想支持杰克逊的朋友致敬。",
                "email": "ltiyq@163.com",
                "id": 10959,
                "name": "杰克逊的《危险〉",
                "original": true,
                "uploader": "三天期限",
                "url": "http://www.flash8.net/flash/10959.shtml"
            }
        }
    },
    "03789427585cc42ff2cda74ffe8bcb978bf35565c598c42083a89dd482246972": {
        "sha256": "03789427585cc42ff2cda74ffe8bcb978bf35565c598c42083a89dd482246972",
        "size": 6080108,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71155.swf",
        "ref": {
            "flash8": {
                "email": "jslygfys@sohu.com",
                "id": 71155,
                "name": "傣乡月色",
                "original": true,
                "uploader": "落雪飞花",
                "url": "http://www.flash8.net/flash/71155.shtml"
            }
        }
    },
    "037915c747d1bf4ba9146e587ca3d2bdfe6b4f202f8a131a988961ae78961630": {
        "sha256": "037915c747d1bf4ba9146e587ca3d2bdfe6b4f202f8a131a988961ae78961630",
        "size": 599282,
        "original": "http://www.flashempire.com/theater/flash/2004-06/1086244226_baguashitu.swf",
        "ref": {
            "flashempire": {
                "author": "N次元工作室",
                "description": "根据四格漫画改编.",
                "id": 2890,
                "name": "八卦师徒",
                "popularity": 10553,
                "url": "http://www.flashempire.com/theater/play.php?id=2890"
            }
        }
    },
    "037c4c1e41c7ff1908b4204292b990c5b97d814dbd2a7291437102f6f57e41c7": {
        "sha256": "037c4c1e41c7ff1908b4204292b990c5b97d814dbd2a7291437102f6f57e41c7",
        "size": 852588,
        "original": "http://www.flashempire.com/theater/flash/2003-04/1883.swf",
        "ref": {
            "flashempire": {
                "author": "南方网动漫频道",
                "description": "青春没有后悔,校园生活更带给我们美丽的回忆!",
                "id": 1910,
                "name": "心爱的不要说再见!",
                "popularity": 157883,
                "url": "http://www.flashempire.com/theater/play.php?id=1910"
            }
        }
    },
    "037d46f8c1dee07c1f1f6752df515dca791cd13cdbce6d56c5fcb06da58d7df6": {
        "sha256": "037d46f8c1dee07c1f1f6752df515dca791cd13cdbce6d56c5fcb06da58d7df6",
        "size": 3630031,
        "original": "http://www.flashempire.com/theater/flash/2004-07/1090099580_wjd2.swf",
        "ref": {
            "flashempire": {
                "author": "鹏鹏",
                "description": "我们在保留无间道系列基本故事框架大致不变得情况下,将他的故事内容进行了一些改变和重组 并且融入了一些动画片和港产黑帮片元素 希望能使影片的形式和内容都更加丰富 现在这部影片的真人部分已经完成 正在加紧对动画部分的制作 不久就会与大家见面 希望影片出来后能与",
                "id": 3036,
                "name": "80青年自拍《无间道》预告片2",
                "popularity": 8373,
                "url": "http://www.flashempire.com/theater/play.php?id=3036"
            }
        }
    },
    "038203fc447f3a02017d527d177c4b22ab3b19207dde58cb700475fa5f58c203": {
        "sha256": "038203fc447f3a02017d527d177c4b22ab3b19207dde58cb700475fa5f58c203",
        "size": 3875936,
        "original": "http://www.flash8.net/uploadflash/60/flash8net_59384.swf",
        "ref": {
            "flash8": {
                "author": "杨春朝",
                "email": "398666751@qq.com",
                "id": 59384,
                "name": "小熊一家",
                "original": false,
                "uploader": "gx夜羊cc",
                "url": "http://www.flash8.net/flash/59384.shtml"
            }
        }
    },
    "038b01c5af152eed8a2d2b80faa882c294051df3dac335314d03a054acc7f4bd": {
        "sha256": "038b01c5af152eed8a2d2b80faa882c294051df3dac335314d03a054acc7f4bd",
        "size": 2637955,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72297.swf",
        "ref": {
            "flash8": {
                "description": "庆春题材音乐动画",
                "email": "kdycp6518@163.com",
                "id": 72297,
                "name": "欢庆春节(kdycp6518)",
                "original": true,
                "uploader": "kdycp6518",
                "url": "http://www.flash8.net/flash/72297.shtml"
            }
        }
    },
    "038fa85891ca3193919260be5f8a1aab0195ef0ce01afc597ddcbc3960561438": {
        "sha256": "038fa85891ca3193919260be5f8a1aab0195ef0ce01afc597ddcbc3960561438",
        "size": 1796624,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71021.swf",
        "ref": {
            "flash8": {
                "description": "祝所有的老师节日快乐!本作品属于贺卡类,音东来自网络。背景图来自网络,但个人把它制作成动水。蝴蝶图片来自网络,也是个人把它制作成动态的。其它的人物、蜡烛、字类纯是个人绘制,但有些不理想,有待改进。",
                "email": "276955579@qq.com",
                "id": 71021,
                "name": "教师节快乐",
                "original": true,
                "uploader": "qiannv2",
                "url": "http://www.flash8.net/flash/71021.shtml"
            }
        }
    },
    "03924d5ae0c83614fc559152e41630414b253b2ed55383dc79661c3b35dc9e31": {
        "sha256": "03924d5ae0c83614fc559152e41630414b253b2ed55383dc79661c3b35dc9e31",
        "size": 207592,
        "original": "http://www.flash8.net/uploadflash/67/flash8net_66061.swf",
        "ref": {
            "flash8": {
                "author": "GB",
                "description": "一起来整死老板吧,超级搞笑的小游戏~",
                "email": "gingersolo@sohu.com",
                "id": 66061,
                "name": "整死你老板",
                "original": false,
                "uploader": "gingersolo",
                "url": "http://www.flash8.net/flash/66061.shtml"
            }
        }
    },
    "039ced1ece97fd719f98916adad51ca53564d46d802d0732440ea94f7de296cb": {
        "sha256": "039ced1ece97fd719f98916adad51ca53564d46d802d0732440ea94f7de296cb",
        "size": 776789,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74973.swf",
        "ref": {
            "flash8": {
                "QQ": "632743372",
                "description": "鬼系列恐怖脱逃第三集_鬼地铁。主人翁依然是小美。鼠标操作,寻找道具组合通关,遇到鬼的时候要连续猛按空格键。在玩游戏前请检查空格键好用,不要不舍的键盘哈。",
                "email": "632743372@qq.com",
                "id": 74973,
                "name": "鬼地铁",
                "original": true,
                "uploader": "din100",
                "url": "http://www.flash8.net/flash/74973.shtml"
            }
        }
    },
    "03a371e3bc1ece5834de218ad153caabcd454e2e717a15509cef593522ea563a": {
        "sha256": "03a371e3bc1ece5834de218ad153caabcd454e2e717a15509cef593522ea563a",
        "size": 781464,
        "original": "http://www.flashempire.com/theater/flash/2002-12/1684.swf",
        "ref": {
            "flashempire": {
                "author": "Optimus Team",
                "id": 1711,
                "name": "shockmedia",
                "popularity": 18738,
                "url": "http://www.flashempire.com/theater/play.php?id=1711"
            }
        }
    },
    "03a69d6718e434a103e0f361a7e382a86bd4c584eb47ba74d5dfafe70713fff0": {
        "sha256": "03a69d6718e434a103e0f361a7e382a86bd4c584eb47ba74d5dfafe70713fff0",
        "size": 654077,
        "original": "http://www.flashempire.com/theater/flash/2004-11/1101262032_zhujiang.swf",
        "ref": {
            "flashempire": {
                "author": "桔子瓣",
                "description": "卡卡~~桔子瓣",
                "id": 5010,
                "name": "珠江地产网站片头",
                "popularity": 7244,
                "url": "http://www.flashempire.com/theater/play.php?id=5010"
            }
        }
    },
    "03a8d7ccd59d4d2b029f7453a87a0ecaabf8a91de843f2666eff43f17ace6616": {
        "sha256": "03a8d7ccd59d4d2b029f7453a87a0ecaabf8a91de843f2666eff43f17ace6616",
        "size": 603872,
        "original": "http://www.flash8.net/uploadflash/16/flash8net_15498.swf",
        "ref": {
            "flash8": {
                "QQ": "41271797",
                "author": "谢科",
                "description": "谢科作品(qq41271797):生命颜色的测试是法国著名心理及灵术家Ganaesia所研究出来的,很神奇,欢迎转载",
                "email": "xiekecn@163.com",
                "id": 15498,
                "name": "『非常准』你生命的颜色是什么",
                "original": false,
                "uploader": "太湖",
                "url": "http://www.flash8.net/flash/15498.shtml"
            }
        }
    },
    "03b5a62ac51ef99893c02680454c0814a878a77a7d8bd7b676f96c7afdd4b150": {
        "sha256": "03b5a62ac51ef99893c02680454c0814a878a77a7d8bd7b676f96c7afdd4b150",
        "size": 1948897,
        "original": "http://www.flashempire.com/theater/flash/2002-05/1254.swf",
        "ref": {
            "flashempire": {
                "author": "星影",
                "id": 1281,
                "name": "我的未来-你的爱情",
                "popularity": 159416,
                "url": "http://www.flashempire.com/theater/play.php?id=1281"
            }
        }
    },
    "03bae707bcc6d9be3193c380cf605044ce50f20bb927213c25e29b91ca659059": {
        "sha256": "03bae707bcc6d9be3193c380cf605044ce50f20bb927213c25e29b91ca659059",
        "size": 16704823,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71097.swf",
        "ref": {
            "flash8": {
                "id": 71097,
                "name": "问佛",
                "original": true,
                "uploader": "guoli903",
                "url": "http://www.flash8.net/flash/71097.shtml"
            }
        }
    },
    "03c52ca98094b039b1c5d5205a4b2581d8bb04e18ca475bd88cd89bd474073fd": {
        "sha256": "03c52ca98094b039b1c5d5205a4b2581d8bb04e18ca475bd88cd89bd474073fd",
        "size": 8059458,
        "original": "http://www.flashempire.com/theater/flash/2006-07/1153448899_wailai.swf",
        "ref": {
            "flashempire": {
                "author": "SKY",
                "description": "外来鸡仔本地鸭第二集 《 我爱世界杯 》 鸭子和一鸡仔举行了一场惊心动魄的世界杯!各自使出浑身解数!各出奇招!胖胖鸡仔将在本集里 隆重登场 !文件大小为7.62M请大家耐心下载。请大家继续留意第三集,本作请使用FLASH8.0播放器才能正常观看,谢谢!",
                "id": 28810,
                "name": "我爱世界杯 外来鸡仔本地鸭2",
                "popularity": 10550,
                "url": "http://www.flashempire.com/theater/play.php?id=28810"
            }
        }
    },
    "03c7ef0899011aa788d2058bb394a6e2d7990dc2e488942f23d75f5aa1058c42": {
        "sha256": "03c7ef0899011aa788d2058bb394a6e2d7990dc2e488942f23d75f5aa1058c42",
        "size": 3107441,
        "original": "http://www.flashempire.com/theater/flash/2004-11/1108011_1099630065.swf",
        "ref": {
            "flashempire": {
                "author": "枫-蕾",
                "description": "有一个男孩,在每次等车的时候,都会望着天空,向远方的她说出同一句话...",
                "id": 4179,
                "name": "I believe",
                "popularity": 7182,
                "url": "http://www.flashempire.com/theater/play.php?id=4179"
            }
        }
    },
    "03ced8de7d686e15f5f8de5cd0fbf5bbdbc4bff11f224410a17fa160d859c002": {
        "sha256": "03ced8de7d686e15f5f8de5cd0fbf5bbdbc4bff11f224410a17fa160d859c002",
        "size": 4980547,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71393.swf",
        "ref": {
            "flash8": {
                "author": "QQ",
                "description": "好听的伤感歌曲",
                "email": "532582855@qq.com",
                "id": 71393,
                "name": "音乐动画",
                "original": false,
                "uploader": "制作FLASH",
                "url": "http://www.flash8.net/flash/71393.shtml"
            }
        }
    },
    "03d73ee7a69a202cc23e7d2d22086cdc601c04f638f0e6291ecd76d7a8b0ebda": {
        "sha256": "03d73ee7a69a202cc23e7d2d22086cdc601c04f638f0e6291ecd76d7a8b0ebda",
        "size": 373443,
        "original": "http://www.flash8.net/uploadflash/60/flash8net_59689.swf",
        "ref": {
            "flash8": {
                "QQ": "351864717",
                "description": "点击相同的动物可以消掉哦。快来试试吧。",
                "email": "351864717@QQ.com",
                "id": 59689,
                "name": "农场消消看",
                "original": true,
                "uploader": "jfy19771224",
                "url": "http://www.flash8.net/flash/59689.shtml"
            }
        }
    },
    "03d86d5c87e917f831dc8a7de0c320545ed634411ba887e5a5d646d690692b48": {
        "sha256": "03d86d5c87e917f831dc8a7de0c320545ed634411ba887e5a5d646d690692b48",
        "size": 8070814,
        "original": "http://www.flash8.net/uploadflash/74/flash8net_73439.swf",
        "ref": {
            "flash8": {
                "QQ": "173907733",
                "description": "入渝12载,共创辉煌。因时间关系,借用flash原程序改编。声明:创意版权归原作者所有。",
                "email": "rcsb@163.com",
                "id": 73439,
                "name": "泰亨12周年庆典",
                "original": true,
                "uploader": "贤惠",
                "url": "http://www.flash8.net/flash/73439.shtml"
            }
        }
    },
    "03d92b08ea6b2d7f6337d8d4b387f6538fd2b2c64624820f1ed1bfbcfc210166": {
        "sha256": "03d92b08ea6b2d7f6337d8d4b387f6538fd2b2c64624820f1ed1bfbcfc210166",
        "size": 889687,
        "original": "http://www.flashempire.com/theater/flash/2005-01/1125748_1105880754.swf",
        "ref": {
            "flashempire": {
                "author": "wenwenliu",
                "description": "这是我在同方荣泰科技发展中心作的教育类的小寓言 小心版权呢 小老鼠怎么报恩呢 看看就知道了",
                "id": 8026,
                "name": "老鼠报恩",
                "popularity": 13150,
                "url": "http://www.flashempire.com/theater/play.php?id=8026"
            }
        }
    },
    "03e1943cec1c0e65834a3a399d4497e9de71e1467459c9cd98c113a79eab3f63": {
        "sha256": "03e1943cec1c0e65834a3a399d4497e9de71e1467459c9cd98c113a79eab3f63",
        "size": 983187,
        "original": "http://www.flashempire.com/theater/flash/2006-04/1146331111_lsadm.swf",
        "ref": {
            "flashempire": {
                "author": "超龄儿童",
                "description": "老歌了,有点过时;唱功不好,请勿见笑;由于我是个懒人,所以动画的长度……",
                "id": 26266,
                "name": "老鼠爱大米",
                "popularity": 6862,
                "url": "http://www.flashempire.com/theater/play.php?id=26266"
            }
        }
    },
    "03eca4589f0c43a0fa92ce4180143c0d726f759a2b291e3c6fffb4ab06cbe491": {
        "sha256": "03eca4589f0c43a0fa92ce4180143c0d726f759a2b291e3c6fffb4ab06cbe491",
        "size": 2277287,
        "original": "http://www.flashempire.com/theater/flash/2002-01/1034.swf",
        "ref": {
            "flashempire": {
                "author": "修道动漫之飘流小组",
                "id": 1061,
                "name": "南极",
                "popularity": 148580,
                "url": "http://www.flashempire.com/theater/play.php?id=1061"
            }
        }
    },
    "03eccd8a7f381421c42dc8582eeeea03974d78f265fda96e2c26f05d5d06007e": {
        "sha256": "03eccd8a7f381421c42dc8582eeeea03974d78f265fda96e2c26f05d5d06007e",
        "size": 205521,
        "original": "http://www.flashempire.com/theater/flash/2004-07/1089183299_xrnq.swf",
        "ref": {
            "flashempire": {
                "author": "血色鸽子",
                "description": "网站片头,请多指教",
                "id": 2989,
                "name": "艺盟网站夏日浓情版",
                "popularity": 1660,
                "url": "http://www.flashempire.com/theater/play.php?id=2989"
            }
        }
    },
    "03ed1988deeebe51861fb46d1ce38274e4f712f38f5f14c38a5f5bf72ba5804a": {
        "sha256": "03ed1988deeebe51861fb46d1ce38274e4f712f38f5f14c38a5f5bf72ba5804a",
        "size": 1344621,
        "original": "http://www.flashempire.com/theater/flash/2003-04/1884.swf",
        "ref": {
            "flashempire": {
                "author": "YESIR",
                "id": 1911,
                "name": "美雪",
                "popularity": 29183,
                "url": "http://www.flashempire.com/theater/play.php?id=1911"
            }
        }
    },
    "03ef7f3ade12fd8b80a499625c19850bef744e93f262dacf27bdc87776df38c9": {
        "sha256": "03ef7f3ade12fd8b80a499625c19850bef744e93f262dacf27bdc87776df38c9",
        "size": 1011979,
        "original": "http://www.flash8.net/uploadflash/6/flash8net_5920.swf",
        "ref": {
            "flash8": {
                "author": "薛鉴羌",
                "description": "MTV-陶吉吉-讨厌红楼梦        作者:薛鉴羌",
                "email": "busituzi@gmail.com",
                "id": 5920,
                "name": "陶吉吉-讨厌红楼梦",
                "original": true,
                "uploader": "薛鉴羌",
                "url": "http://www.flash8.net/flash/5920.shtml"
            }
        }
    },
    "03f5000a1be0aad1e790c00d237577c5f0365fa8aa53f6028d72b7ba7f52696c": {
        "sha256": "03f5000a1be0aad1e790c00d237577c5f0365fa8aa53f6028d72b7ba7f52696c",
        "size": 476008,
        "original": "http://www.flash8.net/uploadflash/58/flash8net_57432.swf",
        "ref": {
            "flash8": {
                "email": "dengfengzhangjianwei@yahoo.com.c",
                "id": 57432,
                "name": "登浩的连连看",
                "original": true,
                "uploader": "zhang410121",
                "url": "http://www.flash8.net/flash/57432.shtml"
            }
        }
    },
    "03f966da99465055c724ce2d8d543217d1c48c7a1e99d691450dee9aa5fb1255": {
        "sha256": "03f966da99465055c724ce2d8d543217d1c48c7a1e99d691450dee9aa5fb1255",
        "size": 837144,
        "original": "http://www.flash8.net/uploadflash/17/flash8net_16797.swf",
        "ref": {
            "flash8": {
                "QQ": "24887545",
                "description": "儿童英文歌曲,希望大家喜欢网址:http://www.ppclass.com",
                "email": "service@ppclass.com",
                "id": 16797,
                "name": "Hey My Friend-皮皮系列儿童英文歌曲",
                "original": true,
                "uploader": "ppclass",
                "url": "http://www.flash8.net/flash/16797.shtml"
            }
        }
    },
    "03fa088f5fc70fcb96fbe542598b190f4f7659fafa42a37e2a29a603edfde16c": {
        "sha256": "03fa088f5fc70fcb96fbe542598b190f4f7659fafa42a37e2a29a603edfde16c",
        "size": 578899,
        "original": "http://www.flashempire.com/theater/flash/2000-08/380.swf",
        "ref": {
            "flashempire": {
                "author": "jammy",
                "id": 393,
                "name": "老太太传奇",
                "popularity": 19661,
                "url": "http://www.flashempire.com/theater/play.php?id=393"
            }
        }
    },
    "03fb1074a578ff068385ef8b23ffeec7fae915794d31df5a6d2497d01fda3801": {
        "sha256": "03fb1074a578ff068385ef8b23ffeec7fae915794d31df5a6d2497d01fda3801",
        "size": 2498767,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72432.swf",
        "ref": {
            "flash8": {
                "author": "赵纪",
                "description": "很好听的一首歌曲",
                "email": "jypxczhaoji@163.com",
                "id": 72432,
                "name": "梦儿难忘记",
                "original": false,
                "uploader": "463377608",
                "url": "http://www.flash8.net/flash/72432.shtml"
            }
        }
    },
    "03fb7a34bf91bd01b11b4d75a92e9c204bee85f458f80b55aaafd2d5da90cb66": {
        "sha256": "03fb7a34bf91bd01b11b4d75a92e9c204bee85f458f80b55aaafd2d5da90cb66",
        "size": 3933361,
        "original": "http://www.flashempire.com/theater/flash/2006-04/1144813627_xishuashua.swf",
        "ref": {
            "flashempire": {
                "author": "3G门户",
                "description": "花儿乐队的“嘻唰唰”刷新了超热人气,但也刷坏了自己的名声。《大话G游》里的黑山老妖也来赶时髦,玩起了“吸唰唰”——吸人气也可以搞得创意一点嘛。用周星星的话来说就是——“给点专业精神好不好”?",
                "id": 25811,
                "name": "吸唰唰 大话G游",
                "popularity": 27097,
                "url": "http://www.flashempire.com/theater/play.php?id=25811"
            }
        }
    },
    "03fcdd8c27a8ed95982792e6310f3f819efed43fa7254c6a4ced00c7dd88c653": {
        "sha256": "03fcdd8c27a8ed95982792e6310f3f819efed43fa7254c6a4ced00c7dd88c653",
        "size": 84496,
        "original": "http://www.flash8.net/uploadflash/28/flash8net_27027.swf",
        "ref": {
            "flash8": {
                "description": "一个关于街头象棋残局的演义,请大家多多关照!",
                "email": "hy19820131@sohu.com",
                "id": 27027,
                "name": "象棋残局",
                "original": true,
                "uploader": "wmq2008",
                "url": "http://www.flash8.net/flash/27027.shtml"
            }
        }
    },
    "03ffad84cfc35f5abe5ad80bb394f8b88726322055d394626a0d52b008a1432b": {
        "sha256": "03ffad84cfc35f5abe5ad80bb394f8b88726322055d394626a0d52b008a1432b",
        "size": 730444,
        "original": "http://www.flash8.net/uploadflash/15/flash8net_14717.swf",
        "ref": {
            "flash8": {
                "author": "寒星语",
                "description": "七月.....就要走了\n送给2005届所有毕业生,祝一路走好!",
                "email": "jing00112233@tom.com",
                "id": 14717,
                "name": "模范情书",
                "original": true,
                "uploader": "寒星语",
                "url": "http://www.flash8.net/flash/14717.shtml"
            }
        }
    },
    "04053109842bfcd7160c30455b2d778b418e501875588d3e39e64a7656a79ed6": {
        "sha256": "04053109842bfcd7160c30455b2d778b418e501875588d3e39e64a7656a79ed6",
        "size": 1018470,
        "original": "http://www.flashempire.com/theater/flash/2001-12/996.swf",
        "ref": {
            "flashempire": {
                "author": "三原色工作室",
                "id": 1023,
                "name": "谈恋爱",
                "popularity": 88771,
                "url": "http://www.flashempire.com/theater/play.php?id=1023"
            }
        }
    },
    "04121b1261d569d5065dba717752445eb6845eedc0abd8eeeee393a0fa168e2d": {
        "sha256": "04121b1261d569d5065dba717752445eb6845eedc0abd8eeeee393a0fa168e2d",
        "size": 1922943,
        "original": "http://www.flashempire.com/theater/flash/2004-12/995163_1103389141.swf",
        "ref": {
            "flashempire": {
                "author": "psyong",
                "description": "这个是我最用心去做的一个作品,绘画画到手都气泡了。好彩很赶在圣诞之前,刚好我的生日是圣诞前夕,谱天同庆!想看到更好的作品请支持我,快投票,打高分,呵呵:》",
                "id": 6374,
                "name": "My生日=yule[圣诞快乐]",
                "popularity": 4392,
                "url": "http://www.flashempire.com/theater/play.php?id=6374"
            }
        }
    },
    "04173ea61282c0e2dd8b68ff819c02ab237a2c2ec69357da7193b44872b10b5f": {
        "sha256": "04173ea61282c0e2dd8b68ff819c02ab237a2c2ec69357da7193b44872b10b5f",
        "size": 438257,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70020.swf",
        "ref": {
            "flash8": {
                "QQ": "1260482132",
                "author": "麻宝苍",
                "description": "风景动画—白洋淀万亩荷塘,是作者于2011年在著名爱国主义教育基地河北白洋淀拍摄的照片制作的风景动画,献给广大网友(可把另一个删掉",
                "email": "nc-dbk@163.com",
                "id": 70020,
                "name": "白洋淀万亩荷塘",
                "original": false,
                "uploader": "ncmbc",
                "url": "http://www.flash8.net/flash/70020.shtml"
            }
        }
    },
    "042b4e6dd12600ea945f139bdc575e71636590312de549ce4dc8712fd59d07e6": {
        "sha256": "042b4e6dd12600ea945f139bdc575e71636590312de549ce4dc8712fd59d07e6",
        "size": 902365,
        "original": "http://www.flashempire.com/theater/flash/2003-03/1837.swf",
        "ref": {
            "flashempire": {
                "author": "挪威森林",
                "description": "小心匪小二的闪光弹!",
                "id": 1864,
                "name": "笨蛋二号匪(续集)预告片",
                "popularity": 111294,
                "url": "http://www.flashempire.com/theater/play.php?id=1864"
            }
        }
    },
    "042cd3386df2567d127e304e68a6c395ea39f78cc1e372f89056a7012a12fafa": {
        "sha256": "042cd3386df2567d127e304e68a6c395ea39f78cc1e372f89056a7012a12fafa",
        "size": 12120419,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72641.swf",
        "ref": {
            "flash8": {
                "description": "大学作业处女作",
                "email": "adi390@qq.com",
                "id": 72641,
                "name": "作业",
                "original": true,
                "uploader": "adi390",
                "url": "http://www.flash8.net/flash/72641.shtml"
            }
        }
    },
    "04328472b1db7dd03db6fa1bd23816fa4b2aee1a64f06d1fc5647a4eb9629ce5": {
        "sha256": "04328472b1db7dd03db6fa1bd23816fa4b2aee1a64f06d1fc5647a4eb9629ce5",
        "size": 3520630,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71083.swf",
        "ref": {
            "flash8": {
                "email": "1067811891@qq.com",
                "id": 71083,
                "name": "小猫钓鱼",
                "original": true,
                "uploader": "azrumeng",
                "url": "http://www.flash8.net/flash/71083.shtml"
            }
        }
    },
    "04338cd45e8c3aae99578fe027282724cf1b470269666dfaf9e6b3ae6eb1f436": {
        "sha256": "04338cd45e8c3aae99578fe027282724cf1b470269666dfaf9e6b3ae6eb1f436",
        "size": 2951916,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72895.swf",
        "ref": {
            "flash8": {
                "author": "夏长海",
                "description": "2012年夏长海与夫人一起去山西旅游。拍摄了一些照片,制作了这个翻页相册。",
                "email": "CZM_2007@qq.com",
                "id": 72895,
                "name": "山西行",
                "original": false,
                "uploader": "ALINA20130318",
                "url": "http://www.flash8.net/flash/72895.shtml"
            }
        }
    },
    "04367f9513004ae1ceb9c78dfde824e79f0b2092cd3fa2b53de82d0030500b76": {
        "sha256": "04367f9513004ae1ceb9c78dfde824e79f0b2092cd3fa2b53de82d0030500b76",
        "size": 657272,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70065.swf",
        "ref": {
            "flash8": {
                "email": "185478252@qq.com",
                "id": 70065,
                "name": "CF站队视频",
                "original": true,
                "uploader": "zhaocheng51",
                "url": "http://www.flash8.net/flash/70065.shtml"
            }
        }
    },
    "043933c4d0ec08d6a36240b69af44b382175fa4270e5856bd59fab14453c3d90": {
        "sha256": "043933c4d0ec08d6a36240b69af44b382175fa4270e5856bd59fab14453c3d90",
        "size": 89633,
        "original": "http://www.flashempire.com/theater/flash/2004-07/1089598157_2004_poker.swf",
        "ref": {
            "flashempire": {
                "author": "碧海蓝天",
                "description": "在FullScreen模式下游戏速度将会变慢,已有改进之方案。请FLASH高手、美工及游戏爱好者多多指教,待收集足够意见及建议后再发布改进版本。",
                "id": 3011,
                "name": "纸牌",
                "popularity": 3139,
                "url": "http://www.flashempire.com/theater/play.php?id=3011"
            }
        }
    },
    "043b9e23c1dc215b2066697c308fba4c54bf2104a37309f1d86db80c3279408d": {
        "sha256": "043b9e23c1dc215b2066697c308fba4c54bf2104a37309f1d86db80c3279408d",
        "size": 553183,
        "original": "http://www.flashempire.com/theater/flash/2002-01/1013.swf",
        "ref": {
            "flashempire": {
                "author": "地震",
                "id": 1040,
                "name": "快乐圣诞",
                "popularity": 22755,
                "url": "http://www.flashempire.com/theater/play.php?id=1040"
            }
        }
    },
    "0448f281bdb477e5858473cfa428d3eb312c5f9d18647bfb37a1ea8432cb8bdd": {
        "sha256": "0448f281bdb477e5858473cfa428d3eb312c5f9d18647bfb37a1ea8432cb8bdd",
        "size": 2254663,
        "original": "http://www.flash8.net/uploadflash/60/flash8net_59182.swf",
        "ref": {
            "flash8": {
                "QQ": "499965793",
                "description": "2010年夏季最新款式",
                "email": "sunnypr@163.com",
                "id": 59182,
                "name": "ego girl",
                "original": true,
                "uploader": "sunnypr",
                "url": "http://www.flash8.net/flash/59182.shtml"
            }
        }
    },
    "044a762f6eeca606450b4c5ec14fcbf5d23e2329c3a4d60679f8c6d00f905b67": {
        "sha256": "044a762f6eeca606450b4c5ec14fcbf5d23e2329c3a4d60679f8c6d00f905b67",
        "size": 3775909,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63638.swf",
        "ref": {
            "flash8": {
                "QQ": "120055835",
                "description": "北京世澜博朗数码科技有限责任公司",
                "email": "120055835@qq.com",
                "id": 63638,
                "name": "小白闪报——两会之人口政策",
                "original": true,
                "uploader": "liang_bo",
                "url": "http://www.flash8.net/flash/63638.shtml"
            }
        }
    },
    "044aba61340f3a37b97f6182a42bf398d977208a5aeaf71923cc3f26dfd13d57": {
        "sha256": "044aba61340f3a37b97f6182a42bf398d977208a5aeaf71923cc3f26dfd13d57",
        "size": 4177383,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71705.swf",
        "ref": {
            "flash8": {
                "description": "FLASH动画,作者尹国豪呕心沥血创造的动画,很好看!",
                "email": "1781419300@qq.com",
                "id": 71705,
                "name": "狂斗2",
                "original": true,
                "uploader": "1781419300",
                "url": "http://www.flash8.net/flash/71705.shtml"
            }
        }
    },
    "0454be321b9ed91596d6e55f66b8f95f0d58869e5790440220bf6bac7e2c56be": {
        "sha256": "0454be321b9ed91596d6e55f66b8f95f0d58869e5790440220bf6bac7e2c56be",
        "size": 3939477,
        "original": "http://www.flashempire.com/theater/flash/2005-08/1125372673_wushidao.swf",
        "ref": {
            "flashempire": {
                "author": "川兄",
                "description": "MTV中借用“捂饰道”及小泉手中《历史是怎样炼成的》\n一书等文字视觉元素来揭示小泉政府企图篡改历史的罪\n恶行径;以带血的刀、日本兵等形象呼唤中国人对日军\n侵华时期罪恶暴行的追忆;以双截棍、中国功夫等逐帧\n动作表现中国人不忘国耻、奋发图强的精神;以“千古流",
                "id": 17568,
                "name": "捂饰道",
                "popularity": 3601,
                "url": "http://www.flashempire.com/theater/play.php?id=17568"
            }
        }
    },
    "0454cdac02639f1efcb2d08d0349f8db1dfa903eeda29068fa510dce87c46ec8": {
        "sha256": "0454cdac02639f1efcb2d08d0349f8db1dfa903eeda29068fa510dce87c46ec8",
        "size": 4310952,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74207.swf",
        "ref": {
            "flash8": {
                "QQ": "2678108441",
                "description": "蝠鱼视觉,专业动漫制作、培训机构,愿与各位同仁共同努力、共同进步。一握蝠鱼手,永远是朋友!\n\n蝠鱼视觉博客地址http://blog.sina.com.cn/u/2781732422\n\n蝠鱼视觉QQ:2678108441",
                "email": "2678108441@qq.com",
                "id": 74207,
                "name": "家居广告",
                "original": true,
                "uploader": "蝠鱼视觉",
                "url": "http://www.flash8.net/flash/74207.shtml"
            }
        }
    },
    "0459c79ea0a6b0d7cc0ed2e73bb921797337f27ee7a6261cdb4e7b0796b3c442": {
        "sha256": "0459c79ea0a6b0d7cc0ed2e73bb921797337f27ee7a6261cdb4e7b0796b3c442",
        "size": 644000,
        "original": "http://www.flashempire.com/theater/flash/swfD/2237.swf",
        "ref": {
            "flash8": {
                "description": "你有这样的幸福吗:)",
                "email": "xiaoyue3276@sina.com",
                "id": 7056,
                "name": "一起吃苦的幸福",
                "original": true,
                "uploader": "YHJ",
                "url": "http://www.flash8.net/flash/7056.shtml"
            }
        }
    },
    "045abe36a75b7d250d091c7dd9e6d1ca2363621dfe952d98d28d4adc4687590c": {
        "sha256": "045abe36a75b7d250d091c7dd9e6d1ca2363621dfe952d98d28d4adc4687590c",
        "size": 505602,
        "original": "http://www.flashempire.com/theater/flash/2002-04/1140.swf",
        "ref": {
            "flashempire": {
                "author": "燕山",
                "id": 1167,
                "name": "最后的故事",
                "popularity": 62125,
                "url": "http://www.flashempire.com/theater/play.php?id=1167"
            }
        }
    },
    "045d4274e11a20dce0aba6f95ffd26c0a3a0b82ae2866ac3a766ec69dbf8f3b5": {
        "sha256": "045d4274e11a20dce0aba6f95ffd26c0a3a0b82ae2866ac3a766ec69dbf8f3b5",
        "size": 1531932,
        "original": "http://www.flashempire.com/theater/flash/2003-10/2234.swf",
        "ref": {
            "flashempire": {
                "author": "刘立钢",
                "id": 2272,
                "name": "归来的风筝2灰城",
                "popularity": 21080,
                "url": "http://www.flashempire.com/theater/play.php?id=2272"
            }
        }
    },
    "046a298d884ded42efdbf893bb417604d4f21d2c64520ef96ffc64c5fb297ec8": {
        "sha256": "046a298d884ded42efdbf893bb417604d4f21d2c64520ef96ffc64c5fb297ec8",
        "size": 1336901,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63095.swf",
        "ref": {
            "flash8": {
                "QQ": "793573561",
                "email": "apple52073@yahoo.cn",
                "id": 63095,
                "name": "魔法传说",
                "original": true,
                "uploader": "祁丹动画",
                "url": "http://www.flash8.net/flash/63095.shtml"
            }
        }
    },
    "046e4e4835d94b9e04f61dc35a33e8ce6e50115da4b83ec36c752f8caafa7391": {
        "sha256": "046e4e4835d94b9e04f61dc35a33e8ce6e50115da4b83ec36c752f8caafa7391",
        "size": 639824,
        "original": "http://www.flashempire.com/theater/flash/2005-03/93779_1111763981.swf",
        "ref": {
            "flashempire": {
                "author": "whoisyoung",
                "description": "胡侦探被卷入一场江湖纷争中!!!",
                "id": 10650,
                "name": "胡侦探传说9",
                "popularity": 58042,
                "url": "http://www.flashempire.com/theater/play.php?id=10650"
            }
        }
    },
    "046e61829e4843962852e27a4c240348fb13b2c4b68f226b5eee07c497fee4e8": {
        "sha256": "046e61829e4843962852e27a4c240348fb13b2c4b68f226b5eee07c497fee4e8",
        "size": 1924681,
        "original": "http://www.flashempire.com/theater/flash/2002-11/1624.swf",
        "ref": {
            "flashempire": {
                "author": "coken",
                "id": 1651,
                "name": "the joy of pepsi",
                "popularity": 19935,
                "url": "http://www.flashempire.com/theater/play.php?id=1651"
            }
        }
    },
    "0471a4c4cdc620d5b8a98c35a168e58cdf15c058f7bc4b452fa3a5d815aa0cd3": {
        "sha256": "0471a4c4cdc620d5b8a98c35a168e58cdf15c058f7bc4b452fa3a5d815aa0cd3",
        "size": 218192,
        "original": "http://www.flashempire.com/theater/flash/2006-05/1271315_1147589188.swf",
        "ref": {
            "flashempire": {
                "author": "zmzmr",
                "description": "数独正式版。一款风靡欧美的数字游戏。小小的九宫格中暗藏万千变化。准备好开始数独闯关吧! (修改了测试版的一些大的BUG。可以保证游戏流畅运行。)",
                "id": 26589,
                "name": "数独者(sudoker)",
                "popularity": 4239,
                "url": "http://www.flashempire.com/theater/play.php?id=26589"
            }
        }
    },
    "0474f6ceef8cb9250723cb34ebe0eed11d1772206b6eb550e7e3c968a8471773": {
        "sha256": "0474f6ceef8cb9250723cb34ebe0eed11d1772206b6eb550e7e3c968a8471773",
        "size": 716273,
        "original": "http://www.flash8.net/uploadflash/16/flash8net_15612.swf",
        "ref": {
            "flash8": {
                "QQ": "20945568",
                "author": "Uzi",
                "description": "关于制作:高三的时候做的,对AS语言还是一知半解……那时是现在也是……关于游戏:就是点鼠标,好的鼠标与好的动作为高分的关键。\n坐着普通姿势70以上为良好。\n特殊姿势如:跪着,头低着,气憋着,左手挡住鼠标右手狂按可以达到100以上。本人最高记录142……\n关于作弊:只是设想,没多大意思,这游戏也作弊明显没意义,超过200明显不是人力所为,于是定为作弊(是连点器所为??)……\n关于评分:很死的评法,不论你用何种方法,到某个分数段就给什么评分。OK? LOW NORMAL HIGH SERIOUS HUMAN? CHEATER\n关于软件:3DSMAX5 FLASHMX COOLEDIT SWIFT3\n特别感谢:FLASH8的音效、音乐",
                "email": "number1114@citiz.net",
                "id": 15612,
                "name": "Hit",
                "original": true,
                "uploader": "Uzi",
                "url": "http://www.flash8.net/flash/15612.shtml"
            }
        }
    },
    "0480a519afc9dc2596e75782fd227317d1084824e2c7b85364ec7700ff07534a": {
        "sha256": "0480a519afc9dc2596e75782fd227317d1084824e2c7b85364ec7700ff07534a",
        "size": 1730293,
        "original": "http://www.flashempire.com/theater/flash/2005-07/1122456790_a.swf",
        "ref": {
            "flashempire": {
                "author": "leonlhr",
                "description": "潘玮柏最新专辑《高手》中的《不得不爱》,我个人第一个完整flash...\n\n论坛:http://leonlg.hotbbs.cn 主页:http://leonlg.anyp.cn",
                "id": 16119,
                "name": "不得不爱",
                "popularity": 21200,
                "url": "http://www.flashempire.com/theater/play.php?id=16119"
            }
        }
    },
    "0483390e1daf6728d2872c9e7a4ee0eb9096593c9e64d8a09c831384d63d7968": {
        "sha256": "0483390e1daf6728d2872c9e7a4ee0eb9096593c9e64d8a09c831384d63d7968",
        "size": 12747,
        "original": "http://www.flashempire.com/theater/flash/2003-08/2145.swf",
        "ref": {
            "flashempire": {
                "author": "YHJ",
                "description": "点动你的鼠标!",
                "id": 2183,
                "name": "《木偶战记》-难缠的小丑",
                "popularity": 104536,
                "url": "http://www.flashempire.com/theater/play.php?id=2183"
            }
        }
    },
    "0490ef24b12c046416d17266cd1290e208bddbc71f48693ecc4556197ec42adc": {
        "sha256": "0490ef24b12c046416d17266cd1290e208bddbc71f48693ecc4556197ec42adc",
        "size": 7458234,
        "original": "http://www.flash8.net/uploadflash/62/flash8net_61996.swf",
        "ref": {
            "flash8": {
                "QQ": "363043162",
                "description": "这小作是作者用几年把身边20多位朋友所分享的经历,经作者一定的幻想构思再拆分组合得出来的,但由于工作量和美工等问题一直困扰着我,所以本小作制作了很长时间,而得出的效果却很不理想,作者手头上的剧本已经写到很远了,而flash的动画却只做到几集,但由于坚持原则,还是把它公布了,希望看的人喜欢",
                "email": "junling.xue@126.com",
                "id": 61996,
                "name": "写记的日子 闪界-武林盛事",
                "original": true,
                "uploader": "junling",
                "url": "http://www.flash8.net/flash/61996.shtml"
            }
        }
    },
    "0494d4e46f820988cda6dd281d5d3ca760b6d7a32f4ab3fa1b1a9309c75bb364": {
        "sha256": "0494d4e46f820988cda6dd281d5d3ca760b6d7a32f4ab3fa1b1a9309c75bb364",
        "size": 9910794,
        "original": "http://www.flash8.net/uploadflash/62/flash8net_61546.swf",
        "ref": {
            "flash8": {
                "QQ": "85778868",
                "author": "伽马卡通",
                "description": "车延高诗作\n  【徐帆】   徐帆的漂亮是纯女人的漂亮   我一直想见她,至今未了心愿   其实小时候我和她住得特近   一墙之隔   她家住在西商跑马场那边,我家   住在西商跑马场这边   后来她红了,夫唱妇随   拍了很多叫好又叫座的片子",
                "email": "85778868@qq.com",
                "id": 61546,
                "name": "羊羔体-徐帆",
                "original": false,
                "uploader": "owolove",
                "url": "http://www.flash8.net/flash/61546.shtml"
            }
        }
    },
    "049d1c2196500d3462106c4247e13514faaabcd553c5c965055670267e4fb7bb": {
        "sha256": "049d1c2196500d3462106c4247e13514faaabcd553c5c965055670267e4fb7bb",
        "size": 162009,
        "original": "http://www.flash8.net/uploadflash/18/flash8net_17945.swf",
        "ref": {
            "flash8": {
                "description": "非常漂亮的桌球游戏,桌子和球都做得相当精美。不过要玩的时候要先在画面上点鼠标右键选择播放后才可以开始玩,请玩家注意。\n操作指南:鼠标的位置控制射球方向,按住左键后往后拖动的幅度决定击球的力度。决定后一放手就可以了。不过要注意有时间限制哦。",
                "id": 17945,
                "name": "精美台球赛",
                "original": true,
                "uploader": "eUniverse",
                "url": "http://www.flash8.net/flash/17945.shtml"
            }
        }
    },
    "049e5f73504374a50f950eb6fb0a222a4f43afddf3dddb3d356a1fdddea00cfc": {
        "sha256": "049e5f73504374a50f950eb6fb0a222a4f43afddf3dddb3d356a1fdddea00cfc",
        "size": 2493117,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72494.swf",
        "ref": {
            "flash8": {
                "QQ": "916309979",
                "description": "世界经典侦探推理游戏大全集\n让侦探迷绞尽脑汁 让推理高手大呼过瘾\n比“杀人游戏”更有趣 比推理小说更真实\n本系列由简到难\n不定期更新\n谢谢支持!",
                "email": "916309979@qq.com",
                "id": 72494,
                "name": "世界经典侦探推理游戏(第一期)",
                "original": true,
                "uploader": "kohai",
                "url": "http://www.flash8.net/flash/72494.shtml"
            }
        }
    },
    "049f836af9aa963b5c18ab0389f5fecee99843534e98678cc87d19a9f740b7fe": {
        "sha256": "049f836af9aa963b5c18ab0389f5fecee99843534e98678cc87d19a9f740b7fe",
        "size": 4586972,
        "original": "http://www.flash8.net/uploadflash/63/flash8net_62724.swf",
        "ref": {
            "flash8": {
                "QQ": "745007790",
                "description": "想给大家一个“惊喜”的豆钉却“被惊喜”了。小阴谋被揭穿了,办公室看似剑拔弩张,内里却温暖暗涌...\n跌宕起伏的剧情中,晃悠难能可贵的表现出醉死人的温柔...只是,千万别真的被他亲到...",
                "email": "haqqydm@163.com",
                "id": 62724,
                "name": "圣诞奇遇4--《瞎兵泄将》天真未被绑架",
                "original": true,
                "uploader": "哈奇卡通",
                "url": "http://www.flash8.net/flash/62724.shtml"
            }
        }
    },
    "04a1db27eb1e26e17830e535bc6c1615a1b721c0d85aa1dac3363aea473291eb": {
        "sha256": "04a1db27eb1e26e17830e535bc6c1615a1b721c0d85aa1dac3363aea473291eb",
        "size": 1073102,
        "original": "http://www.flashempire.com/theater/flash/2003-01/1726.swf",
        "ref": {
            "flashempire": {
                "author": "龟仙人",
                "description": "《仙岛顽童》贺岁短片,财神到之全家福篇",
                "id": 1753,
                "name": "全家福篇",
                "popularity": 29624,
                "url": "http://www.flashempire.com/theater/play.php?id=1753"
            }
        }
    },
    "04ace1853d6b6a7869d3211a0e0c1bb9240c30c49e3bb6e0918d17c3e7e0d1f0": {
        "sha256": "04ace1853d6b6a7869d3211a0e0c1bb9240c30c49e3bb6e0918d17c3e7e0d1f0",
        "size": 1680303,
        "original": "http://www.flashempire.com/theater/flash/2002-04/1200.swf",
        "ref": {
            "flashempire": {
                "author": "9527",
                "id": 1227,
                "name": "梦魇序曲",
                "popularity": 94080,
                "url": "http://www.flashempire.com/theater/play.php?id=1227"
            }
        }
    },
    "04b614bdbf6ac98787db78cc3ea406ef61bdc6dff48af6111d6c003819e27303": {
        "sha256": "04b614bdbf6ac98787db78cc3ea406ef61bdc6dff48af6111d6c003819e27303",
        "size": 3741019,
        "original": "http://www.flash8.net/uploadflash/63/flash8net_62918.swf",
        "ref": {
            "flash8": {
                "author": "T45小游戏",
                "description": "画中藏宝是一款找东西类的眼力小游戏。游戏中,你需要根据画面下端寻物列表的要求,找出画作中隐藏的全部16个年货。游戏虽然只有一关,但\n\n内容丰富,你需要将鼠标移至画面两端的卷轴上,才能转动长卷画作,找到更多的年货;另外,本作中物品隐藏得很是巧妙,颇难找到。在画面上端设计有“\n\n提示”功能,找不到时能帮大忙哟!游戏画风生动有趣,背景音乐悦耳动听,节日气氛跃然纸上呼之欲出。值此春节佳际,借此游戏向所有的玩家拜年啦!",
                "email": "t45ol.games@gmail.com",
                "id": 62918,
                "name": "画中藏宝",
                "original": false,
                "uploader": "front",
                "url": "http://www.flash8.net/flash/62918.shtml"
            }
        }
    },
    "04b8f4373b411d30dad348dfc284d0e6ff9630c1281f9e50139ddf664abfaa4a": {
        "sha256": "04b8f4373b411d30dad348dfc284d0e6ff9630c1281f9e50139ddf664abfaa4a",
        "size": 8753329,
        "original": "http://www.flash8.net/uploadflash/52/flash8net_51775.swf",
        "ref": {
            "flash8": {
                "QQ": "122586884",
                "description": "炎龙传说第三作,增加了升级后获得能力点数可以自行分配到HP,EP和攻击力上,增加了新角色,可选择角色,增加了新必杀技,增加了关卡。",
                "email": "122586884@qq.com",
                "id": 51775,
                "name": "炎龙传说2:二度冲击",
                "original": true,
                "uploader": "victboy",
                "url": "http://www.flash8.net/flash/51775.shtml"
            }
        }
    },
    "04d0243751360a412ac8e0331d873b907c191b4f868bdbb3a66c53376b9ded7e": {
        "sha256": "04d0243751360a412ac8e0331d873b907c191b4f868bdbb3a66c53376b9ded7e",
        "size": 469023,
        "original": "http://www.flashempire.com/theater/flash/2003-08/2119.swf",
        "ref": {
            "flashempire": {
                "author": "easy8easy",
                "description": "《夏日物语》是我的第3个作品,在我努力奋斗期间,我耽误了去找工作,疏远了朋友,就连交往了3、4年的一个“女朋友”也已经找到了她的另一半,我真可谓损失惨重啊…… 现在你们大家对我的支持已经是我唯一的动力了,所以喜欢我(的作品),就一定要告诉我哦:)",
                "id": 2157,
                "name": "夏日物语",
                "popularity": 22653,
                "url": "http://www.flashempire.com/theater/play.php?id=2157"
            }
        }
    },
    "04d3f3fb3c88b56e677696068de9d340448fbac0f0d62a98614a9fd752a0764f": {
        "sha256": "04d3f3fb3c88b56e677696068de9d340448fbac0f0d62a98614a9fd752a0764f",
        "size": 19328651,
        "original": "http://www.flashempire.com/theater/flash/2009-12/1192759_1261288134.swf",
        "ref": {
            "flashempire": {
                "author": "sky8023",
                "description": "搞笑组合鸡和鸭重出江湖!这次是金融风暴下公司小职员的起跌人生!敬请欣赏哦!",
                "id": 72307,
                "name": "鸭诺斯和辛力鸡1 下",
                "popularity": 4991,
                "url": "http://www.flashempire.com/theater/play.php?id=72307"
            }
        }
    },
    "04da95d286025f0a1ec1f35a741df13fb6d7faaf5740a26b850ddc03122edb64": {
        "sha256": "04da95d286025f0a1ec1f35a741df13fb6d7faaf5740a26b850ddc03122edb64",
        "size": 6041435,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70858.swf",
        "ref": {
            "flash8": {
                "email": "xss521.258@163.com",
                "id": 70858,
                "name": "枫",
                "original": true,
                "uploader": "tuxsfmsfm",
                "url": "http://www.flash8.net/flash/70858.shtml"
            }
        }
    },
    "04e333434df4e6eb0089e5af6b628a0240d1830a2243069e82406d247d49dd01": {
        "sha256": "04e333434df4e6eb0089e5af6b628a0240d1830a2243069e82406d247d49dd01",
        "size": 376202,
        "original": "http://www.flash8.net/uploadflash/19/flash8net_18771.swf",
        "ref": {
            "flash8": {
                "description": "今天来了一群可恶的老鹰,它们居然停在大叔赖以保持平衡的长长竹杆上,等着看大叔的洋相呢……看看你可以挺多久?\n鼠标控制,移动鼠标来控制大叔身体的倾斜的方向。",
                "id": 18771,
                "name": "钢索惊魂",
                "original": true,
                "uploader": "zeitenwende.ch",
                "url": "http://www.flash8.net/flash/18771.shtml"
            }
        }
    },
    "04e7cd102b2129be02c3cdbc3613f92f453827014d2ff4d45a73c1bdf10a1c1e": {
        "sha256": "04e7cd102b2129be02c3cdbc3613f92f453827014d2ff4d45a73c1bdf10a1c1e",
        "size": 5141099,
        "original": "http://www.flash8.net/uploadflash/68/flash8net_67583.swf",
        "ref": {
            "flash8": {
                "description": "谢谢",
                "email": "1455812728@qq.com",
                "id": 67583,
                "name": "往日情怀",
                "original": true,
                "uploader": "1455812728",
                "url": "http://www.flash8.net/flash/67583.shtml"
            }
        }
    },
    "04e8ab41d6e4b5f313d6164abb1465b77c01cea695f482415375fca3ae16f221": {
        "sha256": "04e8ab41d6e4b5f313d6164abb1465b77c01cea695f482415375fca3ae16f221",
        "size": 1324034,
        "original": "http://www.flashempire.com/theater/flash/2003-03/1826.swf",
        "ref": {
            "flashempire": {
                "author": "晃晃悠悠",
                "description": "上海热线自考同仁",
                "id": 1853,
                "name": "自考同仁",
                "popularity": 116851,
                "url": "http://www.flashempire.com/theater/play.php?id=1853"
            }
        }
    },
    "04ec06dd8d26ab5fcfce0a42ee73ec95c5fa463782729e699d0e20bf4a82391e": {
        "sha256": "04ec06dd8d26ab5fcfce0a42ee73ec95c5fa463782729e699d0e20bf4a82391e",
        "size": 1063105,
        "original": "http://www.flashempire.com/theater/flash/2002-11/1600.swf",
        "ref": {
            "flashempire": {
                "author": "chinayao.com",
                "id": 1627,
                "name": "原来你什么都不要",
                "popularity": 48421,
                "url": "http://www.flashempire.com/theater/play.php?id=1627"
            }
        }
    },
    "04f1a17f67d6b690071ba96d3cc5dd8fda3fb14dfb21c90b6ffb6835bceffdd6": {
        "sha256": "04f1a17f67d6b690071ba96d3cc5dd8fda3fb14dfb21c90b6ffb6835bceffdd6",
        "size": 1324811,
        "original": "http://www.flashempire.com/theater/flash/2004-02/1076257131_romtv.swf",
        "ref": {
            "flashempire": {
                "author": "网络失足男孩",
                "description": "网络游戏“仙境传说”的MTV动画~~",
                "id": 2601,
                "name": "仙境传说—Christmas in love",
                "popularity": 25466,
                "url": "http://www.flashempire.com/theater/play.php?id=2601"
            }
        }
    },
    "04fa86ded97c9ca28f4c52252e86e2f41997f86da7ac9e6e817c47aadbc3fb9c": {
        "sha256": "04fa86ded97c9ca28f4c52252e86e2f41997f86da7ac9e6e817c47aadbc3fb9c",
        "size": 745659,
        "original": "http://www.flashempire.com/theater/flash/2001-09/835.swf",
        "ref": {
            "flashempire": {
                "author": "haoshuo",
                "id": 847,
                "name": "风影设计工作室",
                "popularity": 10797,
                "url": "http://www.flashempire.com/theater/play.php?id=847"
            }
        }
    },
    "05016709e8f7c47b74fa71e842cf16d62ba351fe34085f1042041a9fa38cf93e": {
        "sha256": "05016709e8f7c47b74fa71e842cf16d62ba351fe34085f1042041a9fa38cf93e",
        "size": 961373,
        "original": "http://www.flashempire.com/theater/flash/2000-05/222.swf",
        "ref": {
            "flashempire": {
                "author": "散步的猫",
                "id": 197,
                "name": "我是一只鱼",
                "popularity": 50721,
                "url": "http://www.flashempire.com/theater/play.php?id=197"
            }
        }
    },
    "050c11f403df3acdf7ffa6942c40d7439ace5f37cfd8dea13574f4319e34d910": {
        "sha256": "050c11f403df3acdf7ffa6942c40d7439ace5f37cfd8dea13574f4319e34d910",
        "size": 3479672,
        "original": "http://www.flash8.net/uploadflash/76/flash8net_75365.swf",
        "ref": {
            "flash8": {
                "QQ": "414118898",
                "author": "yuanquan8",
                "description": "世界杯来了,我也不能闲着啊,搞个小片片,大家来感受下下。慕哈哈哈~~~",
                "email": "yuanquan8bokee@163.com",
                "id": 75365,
                "name": "考拉夺宝世界杯",
                "original": true,
                "uploader": "yuanquan8",
                "url": "http://www.flash8.net/flash/75365.shtml"
            }
        }
    },
    "05119e695860068aea9cb611aa9bf69dfc76011b59daae8dd2d2e19168df7958": {
        "sha256": "05119e695860068aea9cb611aa9bf69dfc76011b59daae8dd2d2e19168df7958",
        "size": 5582043,
        "original": "http://www.flash8.net/uploadflash/76/flash8net_75844.swf",
        "ref": {
            "flash8": {
                "author": "冰冻三尺",
                "description": "三生石上的风吹散前世的誓言,飘落在来生寂寞的竹窗前,于是等待,等待一场沉重的涅槃重生的凄美,浴火红尘的翅膀幻生一种力量,蝶舞,永生。",
                "email": "lxsck123@sina.com",
                "id": 75844,
                "name": "陨落红尘之蝶殇",
                "original": false,
                "uploader": "gfw25251325",
                "url": "http://www.flash8.net/flash/75844.shtml"
            }
        }
    },
    "051ed8787dc8f2fedb73f8506579867e0cc27ef8019a3a9ee4e59931c571ea3a": {
        "sha256": "051ed8787dc8f2fedb73f8506579867e0cc27ef8019a3a9ee4e59931c571ea3a",
        "size": 2924330,
        "original": "http://www.flashempire.com/theater/flash/2003-02/1747.swf",
        "ref": {
            "flashempire": {
                "author": "E-TOON",
                "description": "小强冒着生命危险与小柔夜间约会,过程惊险百出 ,高桌,蟑螂粉,大门,楼梯,旺财等一堆堆的危险在等待着他,究竟他能平安见到他女朋友吗?",
                "id": 1774,
                "name": "房房物语-约会",
                "popularity": 229714,
                "url": "http://www.flashempire.com/theater/play.php?id=1774"
            }
        }
    },
    "052a78049bb0591dfa6a2298ab55bd0bfc71ebdb4a096e2d9283b48d75cc5c94": {
        "sha256": "052a78049bb0591dfa6a2298ab55bd0bfc71ebdb4a096e2d9283b48d75cc5c94",
        "size": 114962,
        "original": "http://www.flash8.net/uploadflash/9/flash8net_8279.swf",
        "ref": {
            "flash8": {
                "description": "祝大家:猴年鸿运,万事如意!",
                "email": "Ghost-Train@sohu.com",
                "id": 8279,
                "name": "猴年鸿运",
                "original": true,
                "uploader": "Ghost-Train",
                "url": "http://www.flash8.net/flash/8279.shtml"
            }
        }
    },
    "052cfe81c41989024e0d2b2f54bd96758ecbd042b9b45ea34740cd828d27c1e4": {
        "sha256": "052cfe81c41989024e0d2b2f54bd96758ecbd042b9b45ea34740cd828d27c1e4",
        "size": 267113,
        "original": "http://www.flash8.net/uploadflash/16/flash8net_15717.swf",
        "ref": {
            "flash8": {
                "QQ": "24476519",
                "author": "苏勇",
                "description": "最近我和我老婆的说话,我老婆老不理我,是不是她耳朵出问题了,决定考验\n\n一下她的听觉。",
                "email": "suyong0@163.com",
                "id": 15717,
                "name": "《到底谁聋》爆笑",
                "original": true,
                "uploader": "苏勇",
                "url": "http://www.flash8.net/flash/15717.shtml"
            }
        }
    },
    "052f33cb155d83aebab392cb4556b4f10ad0f2c8edf9f93292c4bda7156c8973": {
        "sha256": "052f33cb155d83aebab392cb4556b4f10ad0f2c8edf9f93292c4bda7156c8973",
        "size": 353968,
        "original": "http://www.flashempire.com/theater/flash/2002-01/1011.swf",
        "ref": {
            "flashempire": {
                "author": "Saga",
                "id": 1038,
                "name": "Dreaming in Daylight",
                "popularity": 10725,
                "url": "http://www.flashempire.com/theater/play.php?id=1038"
            }
        }
    },
    "0534067fa2e44d2c738bf1d5c6150428c0f956276269f89fae7216b2176e25a8": {
        "sha256": "0534067fa2e44d2c738bf1d5c6150428c0f956276269f89fae7216b2176e25a8",
        "size": 191952,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71816.swf",
        "ref": {
            "flash8": {
                "description": "同学的生日贺卡",
                "email": "hyuhalim@163.com",
                "id": 71816,
                "name": "Vega's Gift",
                "original": true,
                "uploader": "hyuhalim",
                "url": "http://www.flash8.net/flash/71816.shtml"
            }
        }
    },
    "0540f82e487c0890afdc3a0111b89c948e0816075d29a26473570a9431c9f381": {
        "sha256": "0540f82e487c0890afdc3a0111b89c948e0816075d29a26473570a9431c9f381",
        "size": 5000037,
        "original": "http://www.flash8.net/uploadflash/60/flash8net_59103.swf",
        "ref": {
            "flash8": {
                "id": 59103,
                "name": "足球小品动画——假动作",
                "original": true,
                "uploader": "明日科技",
                "url": "http://www.flash8.net/flash/59103.shtml"
            }
        }
    },
    "054b6a981bc84a63c590dfdb5ca8bcb53f25e12e6140da9ee0db1dcd1c651a1c": {
        "sha256": "054b6a981bc84a63c590dfdb5ca8bcb53f25e12e6140da9ee0db1dcd1c651a1c",
        "size": 246998,
        "original": "http://www.flashempire.com/theater/flash/1999-11/017.swf",
        "ref": {
            "flashempire": {
                "author": "tov",
                "id": 127,
                "name": "祈",
                "popularity": 22757,
                "url": "http://www.flashempire.com/theater/play.php?id=127"
            }
        }
    },
    "054b78cf6511f6c8dde91f6197a8293d599586c09682db429f7d3aea5ed0142a": {
        "sha256": "054b78cf6511f6c8dde91f6197a8293d599586c09682db429f7d3aea5ed0142a",
        "size": 33199,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74817.swf",
        "ref": {
            "flash8": {
                "author": "海上晴天",
                "description": "自己设计并制作的拼图 一共50关",
                "email": "amy2011english@126.com",
                "id": 74817,
                "name": "自创十巧板",
                "original": true,
                "uploader": "海上晴天",
                "url": "http://www.flash8.net/flash/74817.shtml"
            }
        }
    },
    "054c54da5bfc0ae3d104e73b480f79a43bde21d6c5d3c789c927ca5b87badd51": {
        "sha256": "054c54da5bfc0ae3d104e73b480f79a43bde21d6c5d3c789c927ca5b87badd51",
        "size": 1688501,
        "original": "http://www.flash8.net/uploadflash/63/flash8net_62319.swf",
        "ref": {
            "flash8": {
                "QQ": "39445218",
                "author": "詹晶晶",
                "description": "詹晶晶制作的顺都亮化短片",
                "email": "39445218@qq.com",
                "id": 62319,
                "name": "詹晶晶 顺都亮化.swf",
                "original": false,
                "uploader": "anranfeng",
                "url": "http://www.flash8.net/flash/62319.shtml"
            }
        }
    },
    "054eb485e3e5f950283b1cff42c6cfbb6dadc4250e6be9b62eddf841c312a680": {
        "sha256": "054eb485e3e5f950283b1cff42c6cfbb6dadc4250e6be9b62eddf841c312a680",
        "size": 13662385,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74209.swf",
        "ref": {
            "flash8": {
                "QQ": "2678108441",
                "description": "蝠鱼视觉,专业动漫制作、培训机构,愿与各位同仁共同努力、共同进步。一握蝠鱼手,永远是朋友!\n\n蝠鱼视觉博客地址http://blog.sina.com.cn/u/2781732422\n\n蝠鱼视觉QQ:2678108441",
                "email": "2678108441@qq.com",
                "id": 74209,
                "name": "婚礼动画(新)",
                "original": true,
                "uploader": "蝠鱼视觉",
                "url": "http://www.flash8.net/flash/74209.shtml"
            }
        }
    },
    "054f903c0d1aa61255a20c7e7707f70c04ad2cd10927f0bfbac5d062232e0e79": {
        "sha256": "054f903c0d1aa61255a20c7e7707f70c04ad2cd10927f0bfbac5d062232e0e79",
        "size": 6714316,
        "original": "http://www.flash8.net/uploadflash/64/flash8net_63482.swf",
        "ref": {
            "flash8": {
                "description": "为了还念我的好友,特作了一首歌,虽然很粗糙,但是代表的心意  亲爱的朋友虽然你离开了人世   但是永远活在我的心里,后面我用了很多绿色,代表生机,不想故事太凄美,",
                "email": "aiaixin2004@163.com",
                "id": 63482,
                "name": "等一分钟",
                "original": true,
                "uploader": "妙昕",
                "url": "http://www.flash8.net/flash/63482.shtml"
            }
        }
    },
    "0550f51a0d1d97072b48dfae9768cd70965544eee587d41421a0f71ad555ecb4": {
        "sha256": "0550f51a0d1d97072b48dfae9768cd70965544eee587d41421a0f71ad555ecb4",
        "size": 457082,
        "original": "http://www.flashempire.com/theater/flash/2005-04/1112876294_shouzhiguji.swf",
        "ref": {
            "flashempire": {
                "author": "王玉",
                "description": "家里没有鼓,有了它,照样可以排练。",
                "id": 11240,
                "name": "手指鼓机",
                "popularity": 322226,
                "url": "http://www.flashempire.com/theater/play.php?id=11240"
            }
        }
    },
    "055a117514df71c89bf6a0be9bea2ff57b7bc2158f8fe954da35e6d1fa8a7f1a": {
        "sha256": "055a117514df71c89bf6a0be9bea2ff57b7bc2158f8fe954da35e6d1fa8a7f1a",
        "size": 348589,
        "original": "http://www.flashempire.com/theater/flash/2000-11/479.swf",
        "ref": {
            "flashempire": {
                "author": "OLIVERHAO",
                "id": 492,
                "name": "说爱",
                "popularity": 43222,
                "url": "http://www.flashempire.com/theater/play.php?id=492"
            }
        }
    },
    "0562b6e8fa97cdb63dce01a50fd850d86eba5fa07784fb1ce9911242f4a93668": {
        "sha256": "0562b6e8fa97cdb63dce01a50fd850d86eba5fa07784fb1ce9911242f4a93668",
        "size": 30491268,
        "original": "http://www.flash8.net/uploadflash/68/flash8net_67774.swf",
        "ref": {
            "flash8": {
                "email": "263978935@qq.com",
                "id": 67774,
                "name": "高达",
                "original": true,
                "uploader": "lonely1241",
                "url": "http://www.flash8.net/flash/67774.shtml"
            }
        }
    },
    "0564e9bdb606f042d1e3870eefef89a9f58177281d008fb714de281d060454ec": {
        "sha256": "0564e9bdb606f042d1e3870eefef89a9f58177281d008fb714de281d060454ec",
        "size": 119679,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72741.swf",
        "ref": {
            "flash8": {
                "QQ": "772026572",
                "author": "小白",
                "description": "QQ:328972374",
                "email": "328972374@qq.com",
                "id": 72741,
                "name": "3.8妇女节快乐",
                "original": false,
                "uploader": "baixuxu",
                "url": "http://www.flash8.net/flash/72741.shtml"
            }
        }
    },
    "056a1aeeade437e1fdea5ad69864d9ebd2fc96ae9164ad733e59690a0ce468c2": {
        "sha256": "056a1aeeade437e1fdea5ad69864d9ebd2fc96ae9164ad733e59690a0ce468c2",
        "size": 5059271,
        "original": "http://www.flash8.net/uploadflash/70/flash8net_69851.swf",
        "ref": {
            "flash8": {
                "email": "wxm671022@163.com",
                "id": 69851,
                "name": "在我心里没有谁能代替你",
                "original": true,
                "uploader": "wxm671022",
                "url": "http://www.flash8.net/flash/69851.shtml"
            }
        }
    },
    "0573f12215c2ecbeae75e8a8e112c5ab20c0e6f8ac42a67329138a1eb587e1da": {
        "sha256": "0573f12215c2ecbeae75e8a8e112c5ab20c0e6f8ac42a67329138a1eb587e1da",
        "size": 563573,
        "original": "http://www.flash8.net/uploadflash/5/flash8net_4849.swf",
        "ref": {
            "flash8": {
                "description": "送给一个喜欢看樱花飘落的女孩!!蜗牛制作",
                "email": "damonding@eyou.com",
                "id": 4849,
                "name": "蔷薇",
                "original": true,
                "uploader": "dinghao",
                "url": "http://www.flash8.net/flash/4849.shtml"
            }
        }
    },
    "0575ad31dd0a9a5547d0a11a0d3807517cd0caa6d88f67425ea5f34134f35206": {
        "sha256": "0575ad31dd0a9a5547d0a11a0d3807517cd0caa6d88f67425ea5f34134f35206",
        "size": 1659017,
        "original": "http://www.flash8.net/uploadflash/72/flash8net_71344.swf",
        "ref": {
            "flash8": {
                "email": "453468003@qq.com",
                "id": 71344,
                "name": "只要我长大",
                "original": true,
                "uploader": "fenghuotishu",
                "url": "http://www.flash8.net/flash/71344.shtml"
            }
        }
    },
    "05840e995c53b92d72ebcbdf6271075fcd3ca428cf3b497186008bd1fa4c2169": {
        "sha256": "05840e995c53b92d72ebcbdf6271075fcd3ca428cf3b497186008bd1fa4c2169",
        "size": 12974833,
        "original": "http://www.flash8.net/uploadflash/65/flash8net_64380.swf",
        "ref": {
            "flash8": {
                "author": "秋风",
                "email": "785088031@qq.com",
                "id": 64380,
                "name": "母亲节快乐",
                "original": false,
                "uploader": "785088031",
                "url": "http://www.flash8.net/flash/64380.shtml"
            }
        }
    },
    "0584580dda87ac5b43a3215b7f8b1aaa6bbf9629ad9151f6c3e4b56d4ffb4302": {
        "sha256": "0584580dda87ac5b43a3215b7f8b1aaa6bbf9629ad9151f6c3e4b56d4ffb4302",
        "size": 32877,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74909.swf",
        "ref": {
            "flash8": {
                "description": "自创十巧板之二,特点和“一”一样能拼多种规则几何图形,可完成正方形2种长方形4种三角形10种平行四边形等。先来50关试试",
                "email": "amy2011english@126.com",
                "id": 74909,
                "name": "自创十巧板之二",
                "original": true,
                "uploader": "海上晴天",
                "url": "http://www.flash8.net/flash/74909.shtml"
            }
        }
    },
    "0586ad92e4264e73168704399541484c7576fbd519c54e4ce811fba11b149e20": {
        "sha256": "0586ad92e4264e73168704399541484c7576fbd519c54e4ce811fba11b149e20",
        "size": 833768,
        "original": "http://www.flash8.net/uploadflash/31/flash8net_30913.swf",
        "ref": {
            "flash8": {
                "description": "我的完美女友(为情人节而做)",
                "email": "delong.yu@163.com",
                "id": 30913,
                "name": "我的完美女友",
                "original": true,
                "uploader": "delongyu",
                "url": "http://www.flash8.net/flash/30913.shtml"
            }
        }
    },
    "058c651355355e3e6327da65fbe713ac26cf5a83a07148f4ec02662b98bb6fa4": {
        "sha256": "058c651355355e3e6327da65fbe713ac26cf5a83a07148f4ec02662b98bb6fa4",
        "size": 3281396,
        "original": "http://www.flashempire.com/theater/flash/2004-12/249599_1102740020.swf",
        "ref": {
            "flashempire": {
                "author": "ts_benny",
                "description": "VOIT广告动画",
                "id": 5929,
                "name": "激情one TO one",
                "popularity": 6455,
                "url": "http://www.flashempire.com/theater/play.php?id=5929"
            }
        }
    },
    "0594f0b75493e2d92d8bb71f29ce5893edaf37a353af78b5347470b6991c0cd4": {
        "sha256": "0594f0b75493e2d92d8bb71f29ce5893edaf37a353af78b5347470b6991c0cd4",
        "size": 15642,
        "original": "http://www.flash8.net/uploadflash/75/flash8net_74493.swf",
        "ref": {
            "flash8": {
                "QQ": "2678108441",
                "description": "蝠鱼视觉,专业动漫制作、培训机构,愿与各位同仁共同努力、共同进步。一握蝠鱼手,永远是朋友!\n\n蝠鱼视觉博客地址http://blog.sina.com.cn/u/2781732422\n\n蝠鱼视觉QQ:2678108441",
                "email": "2678108441@qq.com",
                "id": 74493,
                "name": "税收宣传动画",
                "original": true,
                "uploader": "蝠鱼视觉",
                "url": "http://www.flash8.net/flash/74493.shtml"
            }
        }
    },
    "0597a9c7bfb730244b84b723077af23e24c2345979adf06fa8857dd2d6e8875a": {
        "sha256": "0597a9c7bfb730244b84b723077af23e24c2345979adf06fa8857dd2d6e8875a",
        "size": 376158,
        "original": "http://www.flash8.net/uploadflash/18/flash8net_17806.swf",
        "ref": {
            "flash8": {
                "description": "戏介绍:这个可是醉酒佬的姊妹篇哦。主角换成了杂技团表演走钢丝的大叔。虽然大叔身经百战,小小的钢丝他可从不放在眼里,不过……今天来了一群可恶的老鹰,它们居然停在大叔赖以保持平衡的长长竹杆上,等着看大叔的洋相呢……看看你可以挺多久?\n\n  操作指南:鼠标控制,移动鼠标来控制大叔身体的倾斜的方向。",
                "id": 17806,
                "name": "钢索惊魂路",
                "original": true,
                "uploader": "flashxh",
                "url": "http://www.flash8.net/flash/17806.shtml"
            }
        }
    },
    "0598e19b18666afcadacba0d24be39fb80aee0c5f26b42cc66980512ab09ee8e": {
        "sha256": "0598e19b18666afcadacba0d24be39fb80aee0c5f26b42cc66980512ab09ee8e",
        "size": 966444,
        "original": "http://www.flash8.net/uploadflash/71/flash8net_70144.swf",
        "ref": {
            "flash8": {
                "QQ": "56603492",
                "author": "徐伟",
                "description": "2009年的一个手机UI Demo 部分演示动画",
                "email": "axiuluo_xuwei@163.com",
                "id": 70144,
                "name": "2009年 手机UI Demo",
                "original": true,
                "uploader": "徐伟",
                "url": "http://www.flash8.net/flash/70144.shtml"
            }
        }
    },
    "05a81b76b76a245b8ac0256b9d3164dfca16516a83b3d390736bc356baf077bf": {
        "sha256": "05a81b76b76a245b8ac0256b9d3164dfca16516a83b3d390736bc356baf077bf",
        "size": 391606,
        "original": "http://www.flash8.net/uploadflash/73/flash8net_72291.swf",
        "ref": {
            "flash8": {
                "author": "xiaoxiu",
                "description": "忍者神龟,FLASH,游戏,弹窗,广告\n\n原创FLASH弹窗广告,欢迎广大FLASH爱好者交流学习,QQ:1786944851",
                "email": "1786944851@qq.com",
                "id": 72291,
                "name": "忍者神龟FLASH游戏弹窗广告",
                "original": false,
                "uploader": "xiaoxiu1990",
                "url": "http://www.flash8.net/flash/72291.shtml"
            }
        }
    },
    "05acbe690ffe61b6ef98bda929f12f34287e341edb044f5823b49e9d78fca35c": {
        "sha256": "05acbe690ffe61b6ef98bda929f12f34287e341edb044f5823b49e9d78fca35c",
        "size": 330626,
        "original": "http://www.flashempire.com/theater/flash/2002-05/1232.swf",
        "ref": {
            "flashempire": {
                "author": "紫焱",
                "id": 1259,
                "name": "十二种颜色",
                "popularity": 31079,
                "url": "http://www.flashempire.com/theater/play.php?id=1259"
            }
        }
    },
    "05b0fec7b28fa5da39a6e0f0229531d450a548cf587d0d62bdaf054f7ed9ca20": {
        "sha256": "05b0fec7b28fa5da39a6e0f0229531d450a548cf587d0d62bdaf054f7ed9ca20",
        "size": 185307,
        "original": "http://www.flashempire.com/theater/flash/2002-12/1633.swf",
        "ref": {
            "flashempire": {
                "author": "Tony",
                "id": 1660,
                "name": "南方.水墨.兰",
                "popularity": 15650,
                "url": "http://www.flashempire.com/theater/play.php?id=1660"
            }
        }
    },
    "05b17ef8458efd20fcfeecb13e03e27a249526237e111c4fd4f35849acf8d7d8": {
        "sha256": "05b17ef8458efd20fcfeecb13e03e27a249526237e111c4fd4f35849acf8d7d8",
        "size": 3695887,
        "original": "http://www.flashempire.com/theater/flash/2005-03/1110446346_flash010.swf",
        "ref": {
            "flashempire": {
                "author": "幻鱼",
                "description": "I have nothing to say.",
                "id": 10086,
                "name": "等你",
                "popularity": 8037,
                "url": "http://www.flashempire.com/theater/play.php?id=10086"
            }
        }
    },
    "05b796f6eab1371a13d05042f0a1d2e8b600b0de32fdd96715fe5111791b3082": {
        "sha256": "05b796f6eab1371a13d05042f0a1d2e8b600b0de32fdd96715fe5111791b3082",
        "size": 1441612,
        "original": "http://www.flashempire.com/theater/flash/2005-04/1113781047_flash003.swf",
        "ref": {
            "flash8": {
                "description": "突然的自我,伍佰 非常好听,做的不好,多指教。",
                "email": "webmastew@yahoo.com.cn",
                "id": 14268,
                "name": "突然的自我",
                "original": true,
                "uploader": "tbflash",
                "url": "http://www.flash8.net/flash/14268.shtml"
            },
            "flashempire": {
                "author": "tbflash",
                "description": "伍佰-突然的自我,百度连续一个月排行歌曲.",
                "id": 11673,
                "name": "突然的自我",
                "popularity": 19530,
                "url": "http://www.flashempire.com/theater/play.php?id=11673"
            }
        }
    },
    "05bcc412dfea7839da2a3cbbd7ec74918ee2e51ad3e40f4b16632a97c785689f": {
        "sha256": "05bcc412dfea7839da2a3cbbd7ec74918ee2e51ad3e40f4b16632a97c785689f",
        "size": 800164,
        "original": "http://www.flashempire.com/theater/flash/2006-06/1104719_1150217409.swf",
        "ref": {
            "flashempire": {
                "author": "天才男",
                "description": "天才男-激动的球迷,超级爆笑。FIFIA“大话世界杯”系列FLASH动画片紧张封镜进行中。",
                "id": 27607,
                "name": "激动的球迷",
                "popularity": 2174,
                "url": "http://www.flashempire.com/theater/play.php?id=27607"
            }
        }
    },
    "05c6f2731c7046de763fed55c4637f8e149326839b4d4977653bb5ae37f97a5b": {
        "sha256": "05c6f2731c7046de763fed55c4637f8e149326839b4d4977653bb5ae37f97a5b",
        "size": 13663802,
        "original": "http://www.flash8.net/uploadflash/27/flash8net_26948.swf",
        "ref": {
            "flash8": {
                "author": "xx",
                "email": "wnan1314@163.com",
                "id": 26948,
                "name": "大城小爱",
                "original": false,
                "uploader": "wnan1314",
                "url": "http://www.flash8.net/flash/26948.shtml"
            }
        }
    },
    "05c8992d3c9919874847378787013eff0564bb50859882fea401a81ddccc0f5d": {
        "sha256": "05c8992d3c9919874847378787013eff0564bb50859882fea401a81ddccc0f5d",
        "size": 738153,
        "original": "http://www.flash8.net/uploadflash/69/flash8net_68510.swf",
        "ref": {
            "flash8": {
                "QQ": "443734123",
                "author": "小伟",
                "description": "只是个小新手,望给予指评!谢谢观看!",
                "email": "haiwei502@qq.com",
                "id": 68510,
                "name": "《法制宣传》之海洋小卫队",
                "original": false,
                "uploader": "sw",
                "url": "http://www.flash8.net/flash/68510.shtml"
            }
        }
    },
    "05cd50492af9f2a1a016983158f29a8f85ae5692a0e03a1c5c368d92357fb5a5": {
        "sha256": "05cd50492af9f2a1a016983158f29a8f85ae5692a0e03a1c5c368d92357fb5a5",
        "size": 1538198,
        "original": "http://www.flash8.net/uploadflash/20/flash8net_19895.swf",
        "ref": {
            "flash8": {
                "description": "原始人遇到了严重的问题,为了适应新的生活,他们必须使用马桶,可是这个东西他们从来没有遇到过,所以下水堵了之后他们就没有什么很好的解决办法了,不过现在有你给他们排忧解难,他们就不怕了,现在疏通下水不用刷子了,用鼠标。\n游戏规则,点击鼠标左键将厕所下水的上口和下口练成一条线即可。",
                "id": 19895,
                "name": "原始修水管",
                "original": true,
                "uploader": "totallygame.com",
                "url": "http://www.flash8.net/flash/19895.shtml"
            }
        }
    },
    "05d32c79e2b4c5d601d983a173d83e338bd6e2d6836f680812d9b7ff29002ed8": {
        "sha256": "05d32c79e2b4c5d601d983a173d83e338bd6e2d6836f680812d9b7ff29002ed8",
        "size": 89322,
        "original": "http://www.flashempire.com/theater/flash/2001-06/744.swf",
        "ref": {
            "flashempire": {
                "author": "readme",
                "id": 756,
                "name": "如梦令_晚归",
                "popularity": 5185,
                "url": "http://www.flashempire.com/theater/play.php?id=756"
            }
        }
    },
    "05d5f529aa504958c0ff69028dcf998e5a44b34ced73b2d66a7280219485bccb": {
        "sha256": "05d5f529aa504958c0ff69028dcf998e5a44b34ced73b2d66a7280219485bccb",
        "size": 25779,
        "original": "http://www.flashempire.com/theater/flash/2004-07/1088790207_intheend.swf",
        "ref": {
            "flashempire": {
                "author": "风之使者",
                "description": "打打杀杀 没啥剧情的 - - 练习下动作……",
                "id": 2996,
                "name": "IN THE END",
                "popularity": 1476,
                "url": "http://www.flashempire.com/theater/play.php?id=2996"
            }
        }
    },
    "05e6d68642e8d239cf45bd336c01e22f4111c68d6fbbb5c8c7b24a28340791b0": {
        "sha256": "05e6d68642e8d239cf45bd336c01e22f4111c68d6fbbb5c8c7b24a28340791b0",
        "size": 159336,
        "original": "http://www.flash8.net/uploadflash/14/flash8net_13920.swf",
        "ref": {
            "flash8": {
                "author": "chenlangeer",
                "description": "讨厌它、怕它,你就打它吧。如果觉得还不过瘾,发邮件告诉我,我会让后续关出现更恐怖的...",
                "email": "chegcheg@sohu.com",
                "id": 13920,
                "name": "打蟑螂",
                "original": true,
                "uploader": "chenlangeer",
                "url": "http://www.flash8.net/flash/13920.shtml"
            }
        }
    },
    "05f1a003d766d0b2c97ed24a7cfe93b96026758d707fb0fad0e026f25a8d581f": {
        "sha256": "05f1a003d766d0b2c97ed24a7cfe93b96026758d707fb0fad0e026f25a8d581f",
        "size": 1557570,
        "original": "http://www.flashempire.com/theater/flash/2004-11/1101810966_fl--tqzgdxw.swf",
        "ref": {
            "flashempire": {
                "author": "QQ特警",
                "description": "2004年第二届全国法制动漫大赛参赛并荣获特等大奖作品。这是一首以法制为主题的flash MTV歌曲,主要突出青少年法制教育,提高青少年的道德和法律意识,使青少年德智体全面发展,养成遵纪守法的良好习惯。",
                "id": 5358,
                "name": "QQ特警",
                "popularity": 9473,
                "url": "http://www.flashempire.com/theater/play.php?id=5358"
            }
        }
    },
    "05f2bcf0bd98051504bc7a94dc9cd33f7eadbd815dc06003e941f0cbb14e349e": {
        "sha256": "05f2bcf0bd98051504bc7a94dc9cd33f7eadbd815dc06003e941f0cbb14e349e",
        "size": 3025826,
        "original": "http://www.flashempire.com/theater/flash/2003-01/1713.swf",
        "ref": {
            "flashempire": {
                "author": "阿飞",
                "id": 1740,
                "name": "火柴天堂",
                "popularity": 141311,
                "url": "http://www.flashempire.com/theater/play.php?id=1740"
            }
        }
    },
    "05f422a20629e20cd615c27ec99bef959b7c54d67d4c5765250d37b61dd38b87": {
        "sha256": "05f422a20629e20cd615c27ec99bef959b7c54d67d4c5765250d37b61dd38b87",
        "size": 756663,
        "original": "http://www.flashempire.com/theater/flash/2004-07/1088764325_cb.swf",
        "ref": {
            "flashempire": {
                "author": "Zidane",
                "description": "冒险+射击+RPG+……的游戏。令你欲罢不能、爱不释手!快快举起你的鼠标,抬起你的键盘,加入“城堡”的寻宝中来吧!呵呵,大家看着办吧!:)",
                "id": 2997,
                "name": "城堡",
                "popularity": 20948,
                "url": "http://www.flashempire.com/theater/play.php?id=2997"
            }
        }
    },
    "05f495063a1f7067a7331421019d40f449972db8f4d239a1a3e0e77b37119f99": {
        "sha256": "05f495063a1f7067a7331421019d40f449972db8f4d239a1a3e0e77b37119f99",
        "size": 4850909,
        "original": "http://www.flash8.net/uploadflash/69/flash8net_68033.swf",
        "ref": {
            "flash8": {
                "author": "兔子",
                "description": "第一次做。。。",
                "email": "478432886@qq.com",
                "id": 68033,
                "name": "阿狸的故事",
                "original": false,
                "uploader": "alitu",
                "url": "http://www.flash8.net/flash/68033.shtml"
            }
        }
    },
    "05f4c579c9a24e5990415f3542250bbb486beb386f6be696d27a5bb70c2b2c63": {
        "sha256": "05f4c579c9a24e5990415f3542250bbb486beb386f6be696d27a5bb70c2b2c63",
        "size": 2345480,
        "original": "http://www.flashempire.com/theater/flash/2006-06/1149966241_baolv4.swf",
        "ref": {
            "flashempire": {
                "author": "北方之驴",
                "description": "进入正题",
                "id": 27521,
                "name": "大话西游之宝驴一族(四)",
                "popularity": 279,
                "url": "http://www.flashempire.com/theater/play.php?id=27521"
            }
        }
    },
    "05f502d55b34878a5b93a9f13ddff662cdf0f0d522da631e58cf32f05ff68e04": {
        "sha256": "05f502d55b34878a5b93a9f13ddff662cdf0f0d522da631e58cf32f05ff68e04",
        "size": 4088020,
        "original": "http://www.flash8.net/uploadflash/74/flash8net_73933.swf",
        "ref": {
            "flash8": {
                "QQ": "342104886",
                "description": "你的容颜,终成我绘不出的青花图案,乱了我三世遗憾,我终是过不了你的劫,我埋了那往昔,却终究错过了你,你的流年,在似锦如花的最深处走过,不是为我,却乱了我的浮生!你一低头,写尽我一生的伤怀。(改编于网络)",
                "email": "342104886@QQ.COM",
                "id": 73933,
Download .txt
gitextract_lwqj8578/

├── .github/
│   ├── FUNDING.yml
│   ├── push_info.sh
│   ├── update_info.py
│   └── workflows/
│       └── check_update.yml
├── README.md
├── flash.json
└── screenshots.json
Copy disabled (too large) Download .json
Condensed preview — 7 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (15,724K chars).
[
  {
    "path": ".github/FUNDING.yml",
    "chars": 751,
    "preview": "# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [u"
  },
  {
    "path": ".github/push_info.sh",
    "chars": 258,
    "preview": "if [[ `git status --porcelain` ]]; then\n  # Changes\n  echo \"Info updated.\"\n  git config --global user.name 'Seedgou'\n  g"
  },
  {
    "path": ".github/update_info.py",
    "chars": 855,
    "preview": "import json\nimport urllib.request\n\nAPI_URL = 'https://api-flash.zczc.cz/export/github-flash-archive-project'\nFLASH_KEYS "
  },
  {
    "path": ".github/workflows/check_update.yml",
    "chars": 436,
    "preview": "name: Check Update\n\non:\n  push:\n    branches: [ main ]\n  schedule:\n    - cron:  '0 0 * * *'\n  workflow_dispatch:\n\n\njobs:"
  },
  {
    "path": "README.md",
    "chars": 774,
    "preview": "# Flash 保存计划\n\n⚡ 保存闪客时代的一些记录。\n\n在线查看: [https://flash.zczc.cz/](https://flash.zczc.cz/)\n\n## 数据来源\n* [Internet Archive Waybac"
  },
  {
    "path": "flash.json",
    "chars": 8170608,
    "preview": "{\n    \"0000633ee403f443cffbfc9ee16d919a91954eb8e7e9d7dd72af3f59abe202cc\": {\n        \"sha256\": \"0000633ee403f443cffbfc9ee"
  },
  {
    "path": "screenshots.json",
    "chars": 5482755,
    "preview": "{\n    \"0000633ee403f443cffbfc9ee16d919a91954eb8e7e9d7dd72af3f59abe202cc\": [\n        {\n            \"filename\": \"00f428665"
  }
]

About this extraction

This page contains the full source code of the rwv/flash-archive-project GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 7 files (13.0 MB), approximately 3.4M tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!