# Flash View Source Include By Mike Chambers. Archived from [the author's site](https://web.archive.org/web/20070509052612/http://www.mikechambers.com/blog/2005/04/07/adding-a-view-source-menu-item-to-macromedia-flash-content). ## Usage Place the viewFlashSource.as file in the same directory as your Flash source file (FLA), and add the following line to the main timeline of your source file: ``` #include viewFlashSource.as ``` You can then specify the source URL through the `flashVars` parameter/attribute. There are two values you can specify: * `flashSource`: Points to a URL to download the source for the content. * `contentLicense`: Points to the distribution/re-use license for the content. Do note that URLs in `flashVars` must be escaped. ## Example Using ``: ``` ``` Using ``: ``` ``` This is released under a Creative Commons license. More information can be found [here](http://creativecommons.org/licenses/by/2.0/).