STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228131
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/86395428?noj=FRM86395428-15DC" width="1" height="1"></div>

The CSS Tutorial.swf

This is the info page for
Flash #58549

(Click the ID number above for more basic data on this flash file.)


Text
Loading...

the

Cascading Style Sheets

tutorial

Introduction to CSS

Implementing CSS in an HTML page

Text properties

Background Properties

Border Properties

WATCH FOR CSS TUTORIAL TWO

COMING SOON

Main Menu

CSS is an advanced way to determine the
presentation of elements in a web page. For
example, it could create a page with green text
and a picture of fondue repeating along the y-
axis as it's background. This is merely a tacky
example.

To add CSS to a web page, you can use one of
several methods.
1. Use a <link> tag in the <head> section:

<link rel=stylesheet href="mystyle.css" />

2. Define it in an element for it's use only:

<span style="css code for this span">stuff</span>

3. Use <style> tags in the <head> section:

<style>
css code
more css code
</style>

Here are some ways to present text:
color:[hexadecimal color or color name]; -
changes color
font-size:[size][pt,px,or in]; - changes font
size
font-family:[font name]; - changes font
used
text-align:[left,center,right]; - define where
text appears

<span style="color:blue;font-size:12px;font-family:Tahoma;
text-align:center;">
Stuff</span>

Stuff

Ways to add backgrounds to things:
background-color:[color value]; - adds a
background color
background-image:url([location of image]; - adds
a background image
background-repeat:[repeat-y,repeat-x,repeat
,no-repeat]; - define how the background pic tiles

<span style="background-color:red;background-image:url(d.gif);
background-repeat:repeat-y;">
Stuff</span>

D

D

D

Stuff

Ways to add borders to things:
border-color:[color value]; - adds a border
color
border-width:[width][px,pt,in] - sets border size

<span style="border-color:yellow;border-width:5px;
background-color:blue;">
Stuff</span>

Stuff

ActionScript [AS1/AS2]

Frame 1
if (getBytesLoaded() >= getBytesTotal()) { gotoAndPlay (5); }
Frame 3
if (getBytesLoaded() >= getBytesTotal()) { gotoAndPlay (5); }
Frame 4
progress = int((getBytesLoaded() * "100") / getBytesTotal()) add "% - loading Tutorial..."; gotoAndPlay (3);
Frame 6
stop();
Frame 8
stop();
Frame 10
stop();
Frame 12
stop();
Frame 14
stop();
Frame 16
stop();
Symbol 20 Button
on (press) { gotoAndPlay ("intro"); }
Symbol 23 Button
on (press) { gotoAndPlay ("implement"); }
Symbol 26 Button
on (press) { gotoAndPlay ("text"); }
Symbol 29 Button
on (press) { gotoAndPlay ("background"); }
Symbol 32 Button
on (press) { gotoAndPlay ("border"); }
Symbol 37 Button
on (press) { gotoAndPlay ("Frame 1"); }

Library Items

Symbol 1 FontUsed by:2
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:7
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:3 4 5 6Used by:Timeline
Symbol 8 FontUsed by:13 15 17 19 22 25 28 31 36 39 40 41 42 43 44 45 46 47 51 52 59 60
Symbol 10 FontUsed by:34 35 49 54 55 56 57 62
Symbol 12 Sound [45603 Amiga.mp3]Used by:Timeline
Symbol 13 TextUses:8Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 TextUses:8Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 TextUses:8Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 TextUses:8Used by:20
Symbol 21 GraphicUsed by:20
Symbol 20 ButtonUses:21 19Used by:Timeline
Symbol 22 TextUses:8Used by:23
Symbol 24 GraphicUsed by:23
Symbol 23 ButtonUses:24 22Used by:Timeline
Symbol 25 TextUses:8Used by:26
Symbol 27 GraphicUsed by:26
Symbol 26 ButtonUses:27 25Used by:Timeline
Symbol 28 TextUses:8Used by:29
Symbol 30 GraphicUsed by:29
Symbol 29 ButtonUses:30 28Used by:Timeline
Symbol 31 TextUses:8Used by:32
Symbol 33 GraphicUsed by:32
Symbol 32 ButtonUses:33 31Used by:Timeline
Symbol 34 TextUses:10Used by:Timeline
Symbol 35 TextUses:10Used by:Timeline
Symbol 36 TextUses:8Used by:37
Symbol 38 GraphicUsed by:37
Symbol 37 ButtonUses:38 36Used by:Timeline
Symbol 39 TextUses:8Used by:Timeline
Symbol 40 TextUses:8Used by:Timeline
Symbol 41 TextUses:8Used by:Timeline
Symbol 42 TextUses:8Used by:Timeline
Symbol 43 TextUses:8Used by:Timeline
Symbol 44 TextUses:8Used by:Timeline
Symbol 45 TextUses:8Used by:Timeline
Symbol 46 TextUses:8Used by:Timeline
Symbol 47 TextUses:8Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 TextUses:10Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 TextUses:8Used by:Timeline
Symbol 52 TextUses:8Used by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 TextUses:10Used by:Timeline
Symbol 55 TextUses:10Used by:Timeline
Symbol 56 TextUses:10Used by:Timeline
Symbol 57 TextUses:10Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 TextUses:8Used by:Timeline
Symbol 60 TextUses:8Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 TextUses:10Used by:Timeline

Special Tags

ExportAssets (56)Timeline Frame 5Symbol 12 as "45603 Amiga.mp3"

Labels

"Frame 1"Frame 5
"intro"Frame 7
"implement"Frame 9
"text"Frame 11
"background"Frame 13
"border"Frame 15
"Frame 1"Symbol 7 MovieClip Frame 1

Dynamic Text Variables

progressSymbol 2 EditableText"Loading..."




http://swfchan.com/12/58549/info.shtml
Created: 17/4 -2019 03:31:16 Last modified: 17/4 -2019 03:31:16 Server time: 15/05 -2024 22:18:20