Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Apress committed Oct 6, 2016
0 parents commit 52f52ec
Show file tree
Hide file tree
Showing 262 changed files with 611 additions and 0 deletions.
Binary file added 9781590596180.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FdnASforFlash8.zip
Binary file not shown.
27 changes: 27 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,27 @@
Freeware License, some rights reserved

Copyright (c) 2006 Kristian Besley, Sham Bhangal, Eric Dolecki, and David Powers

Permission is hereby granted, free of charge, to anyone obtaining a copy
of this software and associated documentation files (the "Software"),
to work with the Software within the limits of freeware distribution and fair use.
This includes the rights to use, copy, and modify the Software for personal use.
Users are also allowed and encouraged to submit corrections and modifications
to the Software for the benefit of other users.

It is not allowed to reuse, modify, or redistribute the Software for
commercial use in any way, or for a user�s educational materials such as books
or blog articles without prior permission from the copyright holder.

The above copyright notice and this permission notice need to be included
in all copies or substantial portions of the software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS OR APRESS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


15 changes: 15 additions & 0 deletions README.md
@@ -0,0 +1,15 @@
#Apress Source Code

This repository accompanies [*Foundation ActionScript for Flash 8*](http://www.apress.com/9781590596180) by Kristian Besley, Sham Bhangal, Eric Dolecki, and David Powers (Apress, 2006).

![Cover image](9781590596180.jpg)

Download the files as a zip using the green button, or clone the repository to your machine using Git.

##Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

##Contributions

See the file Contributing.md for more information on how you can contribute to this repository.
Binary file added ch01/car.fla
Binary file not shown.
Binary file added ch01/moving_ball.fla
Binary file not shown.
Binary file added ch01/moving_ball.swf
Binary file not shown.
Binary file added ch01/pong.fla
Binary file not shown.
Binary file added ch01/pong.swf
Binary file not shown.
Binary file added ch01/spaceinvaders.fla
Binary file not shown.
Binary file added ch01/spaceinvaders.swf
Binary file not shown.
Binary file added ch01/the_race.fla
Binary file not shown.
Binary file added ch01/the_race.swf
Binary file not shown.
Binary file added ch01/the_race_controls1.fla
Binary file not shown.
Binary file added ch01/the_race_controls1.swf
Binary file not shown.
Binary file added ch01/the_race_controls2.fla
Binary file not shown.
Binary file added ch01/the_race_controls2.swf
Binary file not shown.
12 changes: 12 additions & 0 deletions ch02/IMPORTANT_README.txt
@@ -0,0 +1,12 @@
#######################
IMPORTANT - PLEASE READ
#######################

This folder contains only FOUR files (in addition to this one), as follows:

futuremedia.xml
index.html
index.swf
main.swf

THIS IS CORRECT. Although page 44 of "Foundation ActionScript for Flash 8" refers to a total of SIX files, this relates to an earlier version of the Futuremedia website. This oversight will be corrected in future printings of the book. The authors apologize for any confusion.
32 changes: 32 additions & 0 deletions ch02/futuremedia.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<home>
<futuremedia>
<burnmedia>
<contentPage id="futureTV" url=""/>
</burnmedia>
<contact>
<contentPage id="map" url=""/>
</contact>
<links>
<contentPage id="links" url=""/>
</links>
</futuremedia>
<future_work>
<print>
<webdesign_books>
<contentPage id="books" url=""/>
</webdesign_books>
<other>
<contentPage id="draconis" url=""/>
</other>
</print>
<web>
<contentPage id="placeholder" url=""/>
</web>
</future_work>
<media_people>
<sham_b>
<contentPage id="shamb" url=""/>
</sham_b>
</media_people>
</home>
43 changes: 43 additions & 0 deletions ch02/index.html
@@ -0,0 +1,43 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
<style type="text/css">
<!--
body
{
margin: 0px;
background-color:#666666;
}
#centercontent
{
text-align: center;
margin-top: -300px;
margin-left: -400px;
position: absolute;
top: 50%;
left: 50%;
}
-->
</style>

</head>
<body>
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
futuremedia
future work
media people
loading:
this is a skip-intro free site
-->
<!-- saved from url=(0013)about:internet -->
<div id="centercontent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#666666" /><embed src="index.swf" quality="high" bgcolor="#666666" width="800" height="600" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</body>
</html>
Binary file added ch02/index.swf
Binary file not shown.
Binary file added ch02/main.swf
Binary file not shown.
Binary file added ch03/bondMovies.fla
Binary file not shown.
Binary file added ch03/bondMovies.swf
Binary file not shown.
Binary file added ch03/calculator.fla
Binary file not shown.
Binary file added ch03/calculator.swf
Binary file not shown.
Binary file added ch03/futuremedia_setup1.fla
Binary file not shown.
Binary file added ch03/futuremedia_setup1.swf
Binary file not shown.
Binary file added ch03/greetings.fla
Binary file not shown.
Binary file added ch03/greetings.swf
Binary file not shown.
Binary file added ch03/inputOutput.fla
Binary file not shown.
Binary file added ch03/inputOutput.swf
Binary file not shown.
Binary file added ch03/inputOutput2.fla
Binary file not shown.
Binary file added ch03/inputOutput2.swf
Binary file not shown.
Binary file added ch03/inputOutput3.fla
Binary file not shown.
Binary file added ch03/inputOutput3.swf
Binary file not shown.
Binary file added ch04/faculty.fla
Binary file not shown.
Binary file added ch04/faculty_start.fla
Binary file not shown.
Binary file added ch04/password_finished.fla
Binary file not shown.
Binary file added ch04/password_start.fla
Binary file not shown.
Binary file added ch05/futuremedia_setup2.fla
Binary file not shown.
Binary file added ch05/futuremedia_setup2.swf
Binary file not shown.
Binary file added ch05/hangman_advanced.fla
Binary file not shown.
Binary file added ch05/hangman_advanced.swf
Binary file not shown.
Binary file added ch05/hangman_finished.fla
Binary file not shown.
Binary file added ch05/hangman_finished.swf
Binary file not shown.
Binary file added ch05/hangman_start.fla
Binary file not shown.
Binary file added ch05/hangman_start.swf
Binary file not shown.
Binary file added ch05/hangman_startScript.fla
Binary file not shown.
Binary file added ch05/hangman_startScript.swf
Binary file not shown.
Binary file added ch05/particleLoop.fla
Binary file not shown.
Binary file added ch05/particleLoop.swf
Binary file not shown.
Binary file added ch06/clock1.fla
Binary file not shown.
Binary file added ch06/clock2.fla
Binary file not shown.
Binary file added ch06/clock3.fla
Binary file not shown.
Binary file added ch06/clock4.fla
Binary file not shown.
Binary file added ch06/clock5.fla
Binary file not shown.
Binary file added ch06/clock6.fla
Binary file not shown.
Binary file added ch06/clock7.fla
Binary file not shown.
Binary file added ch06/clock8.fla
Binary file not shown.
Binary file added ch06/clock9.fla
Binary file not shown.
Binary file added ch06/clock_final.fla
Binary file not shown.
Binary file added ch06/clock_spiral.fla
Binary file not shown.
Binary file added ch06/futuremedia_setup3.fla
Binary file not shown.
Binary file added ch06/hangman_swap.fla
Binary file not shown.
Binary file added ch06/shopping1.fla
Binary file not shown.
Binary file added ch06/shopping2.fla
Binary file not shown.
Binary file added ch06/shopping3.fla
Binary file not shown.
Binary file added ch06/shopping4.fla
Binary file not shown.
Binary file added ch06/shopping5.fla
Binary file not shown.
Binary file added ch06/shopping_typed.fla
Binary file not shown.
Binary file added ch07/cobblestones.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch07/futuremedia_initialize.fla
Binary file not shown.
21 changes: 21 additions & 0 deletions ch07/futuremedia_initialize.html
@@ -0,0 +1,21 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>futuremedia_initialize</title>
</head>
<body bgcolor="#666666">
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
title text
title text
title text
ready
-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600" id="futuremedia_initialize" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="futuremedia_initialize.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#666666" /><embed src="futuremedia_initialize.swf" quality="high" bgcolor="#666666" width="800" height="600" name="futuremedia_initialize" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Binary file added ch07/futuremedia_initialize.swf
Binary file not shown.
Binary file added ch07/planet.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch07/plant.fla
Binary file not shown.
Binary file added ch07/plant.swf
Binary file not shown.
Binary file added ch07/showreel.fla
Binary file not shown.
Binary file added ch07/showreel.swf
Binary file not shown.
Binary file added ch07/showreel_flashbasic.fla
Binary file not shown.
Binary file added ch07/showreel_flashbasic.swf
Binary file not shown.
Binary file added ch07/water.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch08/inputOutput.fla
Binary file not shown.
Binary file added ch08/inputOutput.swf
Binary file not shown.
Binary file added ch08/math_rounding.fla
Binary file not shown.
Binary file added ch08/math_rounding.swf
Binary file not shown.
Binary file added ch08/particles.fla
Binary file not shown.
Binary file added ch08/particles.swf
Binary file not shown.
Binary file added ch08/particles_evolved.fla
Binary file not shown.
Binary file added ch08/particles_evolved.swf
Binary file not shown.
Binary file added ch08/particles_toggle_caching.fla
Binary file not shown.
Binary file added ch08/particles_toggle_caching.swf
Binary file not shown.
Binary file added ch09/blob1.fla
Binary file not shown.
Binary file added ch09/blob2.fla
Binary file not shown.
Binary file added ch09/dark.fla
Binary file not shown.
Binary file added ch09/dark_with_videoControl.fla
Binary file not shown.
Binary file added ch09/futuremedia_code01.fla
Binary file not shown.
Binary file added ch09/inertia.fla
Binary file not shown.
Binary file added ch09/swarm.fla
Binary file not shown.
Binary file added ch09/tween1.fla
Binary file not shown.
Binary file added ch09/tween2.fla
Binary file not shown.
Binary file added ch09/tweenClass_demo.swf
Binary file not shown.
Binary file added ch09/tweens.fla
Binary file not shown.
Binary file added ch09/videoControl.fla
Binary file not shown.
Binary file added ch10/boundary.fla
Binary file not shown.
Binary file added ch10/boundary.swf
Binary file not shown.
Binary file added ch10/collision.fla
Binary file not shown.
Binary file added ch10/collision.swf
Binary file not shown.
Binary file added ch10/collision2.fla
Binary file not shown.
Binary file added ch10/collision2.swf
Binary file not shown.
Binary file added ch10/futuremedia_code01a.fla
Binary file not shown.
Binary file added ch10/futuremedia_code01a.swf
Binary file not shown.
Binary file added ch10/futuremedia_code02.fla
Binary file not shown.
Binary file added ch10/futuremedia_code02.swf
Binary file not shown.
Binary file added ch10/zapper.fla
Binary file not shown.
Binary file added ch10/zapper.swf
Binary file not shown.
Binary file added ch10/zapper_cacheAsBitmap.fla
Binary file not shown.
Binary file added ch10/zapper_cacheAsBitmap.swf
Binary file not shown.
Binary file added ch11/curves01.fla
Binary file not shown.
Binary file added ch11/curves01.swf
Binary file not shown.
Binary file added ch11/curves02.fla
Binary file not shown.
Binary file added ch11/curves02.swf
Binary file not shown.
Binary file added ch11/curves03.fla
Binary file not shown.
Binary file added ch11/curves03.swf
Binary file not shown.
Binary file added ch11/drawAPI.fla
Binary file not shown.
Binary file added ch11/drawAPI.swf
Binary file not shown.
Binary file added ch11/elasticband.fla
Binary file not shown.
Binary file added ch11/elasticband.swf
Binary file not shown.
Binary file added ch11/fillCartoon.fla
Binary file not shown.
Binary file added ch11/fillCartoon.swf
Binary file not shown.
Binary file added ch11/fillSquare.fla
Binary file not shown.
Binary file added ch11/fillSquare.swf
Binary file not shown.
Binary file added ch11/flashMystify.fla
Binary file not shown.
Binary file added ch11/flashMystify.swf
Binary file not shown.
Binary file added ch11/flashMystifyRetro.fla
Binary file not shown.
Binary file added ch11/flashMystifyRetro.swf
Binary file not shown.
Binary file added ch11/futuremedia_code02.fla
Binary file not shown.
Binary file added ch11/futuremedia_code02.swf
Binary file not shown.
Binary file added ch11/futuremedia_database.fla
Binary file not shown.
Binary file added ch11/futuremedia_database.swf
Binary file not shown.
Binary file added ch11/lines01.fla
Binary file not shown.
Binary file added ch11/lines01.swf
Binary file not shown.
Binary file added ch11/pattern01.fla
Binary file not shown.
Binary file added ch11/pattern01.swf
Binary file not shown.
Binary file added ch11/pattern02.fla
Binary file not shown.
Binary file added ch11/pattern02.swf
Binary file not shown.
Binary file added ch11/pattern03.fla
Binary file not shown.
Binary file added ch11/pattern03.swf
Binary file not shown.
Binary file added ch11/pattern04.fla
Binary file not shown.
Binary file added ch11/pattern04.swf
Binary file not shown.
Binary file added ch11/pattern05.fla
Binary file not shown.
Binary file added ch11/pattern05.swf
Binary file not shown.
Binary file added ch11/record_drawing.fla
Binary file not shown.
Binary file added ch11/record_drawing.swf
Binary file not shown.
Binary file added ch12/beats01.mp3
Binary file not shown.
Binary file added ch12/beats01.wav
Binary file not shown.
Binary file added ch12/beats02.mp3
Binary file not shown.
Binary file added ch12/beats02.wav
Binary file not shown.
Binary file added ch12/beats03.mp3
Binary file not shown.
Binary file added ch12/beats03.wav
Binary file not shown.
Binary file added ch12/beats04.mp3
Binary file not shown.
Binary file added ch12/beats04.wav
Binary file not shown.
Binary file added ch12/chindonya.mp3
Binary file not shown.
Binary file added ch12/controls.fla
Binary file not shown.
Binary file added ch12/futuremedia_code04.fla
Binary file not shown.
Binary file added ch12/songLoop.mp3
Binary file not shown.
Binary file added ch12/songLoop.wav
Binary file not shown.
Binary file added ch12/soundLoader.fla
Binary file not shown.
Binary file added ch12/soundObject1.fla
Binary file not shown.
Binary file added ch12/soundObject2.fla
Binary file not shown.
Binary file added ch12/soundObject3.fla
Binary file not shown.
Binary file added ch12/soundObject4.fla
Binary file not shown.
Binary file added ch12/soundObject5.fla
Binary file not shown.
Binary file added ch12/soundOff.fla
Binary file not shown.
Binary file added ch12/sounds.fla
Binary file not shown.
Binary file added ch12/soundtrack.fla
Binary file not shown.
Binary file added ch12/soundtrack1.fla
Binary file not shown.
Binary file added ch12/soundtrack2.fla
Binary file not shown.
Binary file added ch12/soundtrack_mp3.fla
Binary file not shown.
Binary file added ch13/book.fla
Binary file not shown.
21 changes: 21 additions & 0 deletions ch13/book.xml
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Books>
<Book ISBN="1590596188">
<Title>Foundation ActionScript for Flash 8</Title>
<Authors>
<Author>
<FirstName>Kristian</FirstName>
<FamilyName>Besley</FamilyName>
</Author>
<Author>
<FirstName>Sham</FirstName>
<FamilyName>Bhangal</FamilyName>
</Author>
<Author>
<FirstName>David</FirstName>
<FamilyName>Powers</FamilyName>
</Author>
</Authors>
<Publisher>friends of ED</Publisher>
</Book>
</Books>
Binary file added ch13/encoding_test.fla
Binary file not shown.
Binary file added ch13/encoding_test.swf
Binary file not shown.
32 changes: 32 additions & 0 deletions ch13/futuremedia.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<home>
<futuremedia>
<burnmedia>
<contentPage id="futureTV" url=""/>
</burnmedia>
<contact>
<contentPage id="map" url=""/>
</contact>
<links>
<contentPage id="links" url=""/>
</links>
</futuremedia>
<future_work>
<print>
<webdesign_books>
<contentPage id="books" url=""/>
</webdesign_books>
<other>
<contentPage id="draconis" url=""/>
</other>
</print>
<web>
<contentPage id="placeholder" url=""/>
</web>
</future_work>
<media_people>
<sham_b>
<contentPage id="shamb" url=""/>
</sham_b>
</media_people>
</home>
Binary file added ch13/futuremedia_code04.fla
Binary file not shown.
2 changes: 2 additions & 0 deletions ch13/html_entity.xml
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<text>Flash en espa&ntilde;ol</text>
2 changes: 2 additions & 0 deletions ch13/iso8859_1.xml
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<text>Flash en español</text>
2 changes: 2 additions & 0 deletions ch13/utf8.xml
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
<text>Flash en español</text>
2 changes: 2 additions & 0 deletions ch13/utf8_jpn.xml
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
<text>日本語でフラッシュ!</text>
32 changes: 32 additions & 0 deletions ch14/futuremedia.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<home>
<futuremedia>
<burnmedia>
<contentPage id="futureTV" url=""/>
</burnmedia>
<contact>
<contentPage id="map" url=""/>
</contact>
<links>
<contentPage id="links" url=""/>
</links>
</futuremedia>
<future_work>
<print>
<webdesign_books>
<contentPage id="books" url=""/>
</webdesign_books>
<other>
<contentPage id="draconis" url=""/>
</other>
</print>
<web>
<contentPage id="placeholder" url=""/>
</web>
</future_work>
<media_people>
<sham_b>
<contentPage id="shamb" url=""/>
</sham_b>
</media_people>
</home>
Binary file added ch14/futuremedia_code05.fla
Binary file not shown.
Binary file added ch14/futuremedia_complete/ASS.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/DS.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/FAS_J.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/FDAR.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/FGS.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/FPS.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/FS.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/FUE.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/NMOF.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions ch14/futuremedia_complete/README.txt
@@ -0,0 +1,129 @@

===================================================================
Futuremedia Readme file
===================================================================

Contents

1. Introduction

2. Using the Site Files

3. Other Files

4. Changes to the Site

5. Updates

6. Contact


====================================================================
1. Introduction
====================================================================

The files contained in Futuremedia_complete.zip are included as an
example of a site that uses the user interface developed in the
book "Foundation ActionScript for Flash 8." The content pages come
from an original design created by Sham Bhangal for the Flash MX edition
of the book, and have not been updated. The purpose of including them is
to demonstrate the range of graphical and dynamic content that can be
loaded into the Futuremedia site.

You are free to use the Flash files as the basis for your own site.

====================================================================
2. Using the Site Files
====================================================================

To view the finished site you can

Double-click on index.html

With all files in the original directory structure, open index.fla
in Flash and test it with Control > Test Movie.

As above, but run main.fla. You will need to right-click on
main.fla and select play to start the site (this is automatically
done by index.swf in normal operation).

NB - The site uses a font symbol (to share the font between
seperately loaded levels). Font symbols do not always work in
test movie, although they do work when you view the site in a
browser. If you see blank areas in the site where you would expect
text, test the site in a browser.

To Publish the site on the web, you need to upload the following files
to your server

The HTML file index.html

The SWF files
index.swf
main.swf
futuremedia.xml
burnmedia_burn.swf
burnmedia_game.swf
burnmedia_monster.swf
linksBack.swf
The contents of folder 'drac (which must also be in a folder called
'drac')

The JPEG image files (this list includes all JPG files in the zip)
ASS.jpg
drac.jpg
DS.jpg
FAS_J.jpg
FDAR.jpg
FGS.jpg
fingertips.jpg
flashhacks.jpg
FoundationFlash_pol.jpg
FPS.jpg
FS.jpg
FUE.jpg
NMOF.jpg
no_image.jpg
RSML.jpg
sham.jpg

You DO NOT need to upload this file or any of the .fla files.

====================================================================
3. Other Files
====================================================================

The burnmediaTemplate.fla file is an example of how you would start
creating your own content for the user interface. you would first
create a file such as burnmediaTemplate as your starting point.

====================================================================
4. Changes to the Site
====================================================================
Sham's original content movies all have their registration point in
the center, rather than at the top left corner. To account for this,
the placeContent() function (lines 165-171) has been amended to
position the content movies in the center of the stage, and two
constants, MIDDLE_X and MIDDLE_Y, have been added to the variables
initialized at the end of the script.

Sham's version of the site can be seen online at www.futuremedia.org.uk,
and may differ in some respects from this version. To obtain the source
code for the online version, navigate to

home > futuremedia > burnmedia

at www.futuremedia.org.uk, and click on the word 'free' to the right
of the fire graphic.

====================================================================
5. Contact
====================================================================

For technical advice, inspiration, and sharing ideas, visit the
friends of ED forums:

http://www.friendsofed.com/forums



Binary file added ch14/futuremedia_complete/RMSL.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/burnmediaTemplate.fla
Binary file not shown.
Binary file added ch14/futuremedia_complete/burnmedia_burn.fla
Binary file not shown.
Binary file added ch14/futuremedia_complete/burnmedia_burn.swf
Binary file not shown.
Binary file added ch14/futuremedia_complete/burnmedia_game.fla
Binary file not shown.
Binary file added ch14/futuremedia_complete/burnmedia_game.swf
Binary file not shown.
Binary file added ch14/futuremedia_complete/burnmedia_monster.fla
Binary file not shown.
Binary file added ch14/futuremedia_complete/burnmedia_monster.swf
Binary file not shown.
Binary file added ch14/futuremedia_complete/drac.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/futuremedia_complete/drac/Thumbs.db
Binary file not shown.

0 comments on commit 52f52ec

Please sign in to comment.