Useful Links
BGS -245 Same as Flash CIM264B
Instructor: Tom Dedonno
Ticke.16360
Time & Day: 7-10PM Thurs
Semester: Fall 2011
Finish Chapters 8..12 of CIM264B Book
Online CS5 Version of Book
rating on Amazon.com
Will be using another book or content from another book, will make content available to students. Book at right was a weel recommended book out of print
Instructions to Compile Flash in SciTe:
- Get Flush from Sepy, and Copy Over SciTe Flush
- Have Flash Open with the Equivalent Flash File
- Editing xxx.as; Flash should have xxx.fla
- xxx.fla should have #include "xxx.as"
- Don't make Flash an Icon
- You must close Movie in Flash before running next one
- You can also look into command line flash interface
<html> start a HTML document
<title> Title of HTML Document
<head> header information not included in HTML document
<body> Begin Body of HTML document
<h1> First Major header
<h6> Most Minor Header
<p> Start paragraph, blank line at end of text
<br> Insert line break
<b> Bold Text
<i> Italic Text
<table> Start a table
<tr> Start a table row
<td> Table Data, a single cell of data
<th> Single cell, but treated as header
<ol> Start Ordered List
<li> List Item