{"id":18779277,"url":"https://github.com/webcaetano/gulp-flash","last_synced_at":"2025-04-13T10:33:53.963Z","repository":{"id":57257591,"uuid":"34911347","full_name":"webcaetano/gulp-flash","owner":"webcaetano","description":"GulpJS plugin for build actionscript into .swf","archived":false,"fork":false,"pushed_at":"2015-12-23T13:29:15.000Z","size":20,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-28T13:03:41.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webcaetano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-01T16:13:20.000Z","updated_at":"2021-06-09T22:57:26.000Z","dependencies_parsed_at":"2022-08-25T21:23:33.119Z","dependency_job_id":null,"html_url":"https://github.com/webcaetano/gulp-flash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-flash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-flash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-flash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-flash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcaetano","download_url":"https://codeload.github.com/webcaetano/gulp-flash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248699446,"owners_count":21147644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:19:27.335Z","updated_at":"2025-04-13T10:33:53.725Z","avatar_url":"https://github.com/webcaetano.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/webcaetano/gulp-flash.svg?branch=master)](https://travis-ci.org/webcaetano/gulp-flash) [![npm version](https://badge.fury.io/js/gulp-flash.svg)](http://badge.fury.io/js/gulp-flash)\n\n# Gulp Flash\n\n### Installation\n\n```\nnpm install gulp-flash\n```\n\n### Documentation\n\n\nSingle file\n\n```javascript\nvar flash = require('gulp-flash');\n\ngulp.src('src/main.as')\n.pipe(flash()) // will out pull main.swf in same folder\n```\n\nMulti file\n\n```javascript\ngulp.src('src/*.as')\n.pipe(flash()) // will out pull all .swf in same folder\n```\n\n\nMulti file with swf output\n\n```javascript\ngulp.src('src/*.as')\n.pipe(flash('swf/')) // will out pull all .swf in target folder\n```\n\nWith parameters\n\n```javascript\ngulp.src('src/*.as')\n.pipe(flash('swf/',{\n\t'library-path': [\n\t\t'./libs'\n\t],\n\t'source-path': [\n\t\t'./zClass'\n\t],\n\t'swf-version': 13,\n\t'use-gpu': true\n}))) // will out pull all .swf in target folder using this parameters\n\n// or \n\ngulp.src('src/*.as')\n.pipe(flash({\n\t'library-path': [\n\t\t'./libs'\n\t],\n\t'source-path': [\n\t\t'./zClass'\n\t],\n\t'swf-version': 13,\n\t'use-gpu': true\n}))) // will out pull all .swf in same folder using this parameters\n```\n\n[![npm](https://nodei.co/npm/gulp-flash.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://www.npmjs.com/package/gulp-flash)\n\n\n---------------------------------\n\n[The MIT License](https://raw.githubusercontent.com/webcaetano/gulp-flash/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-flash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcaetano%2Fgulp-flash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-flash/lists"}