reading-notes

Read: 11 - Assorted Topics

Images

Controlling the size of image in css

Controlling the Align of Image in css

Background-Imagies

Reapeated Imagies

Summary:

Practical Information

SEO

Flash, Video & Audio:

Flash is a very popular technology used to add animations, video, and audio to websites. We then focus on how to add video and audio to your site, using either the new HTML5 <video> and <audio> elements or a hosted service (such as YouTube or SoundCloud).

How Flash works in web page

Flash Embedded in HTML After creating a Flash movie you choose File > Save As from the top menu to save your movie. Save the file as “Somefilename.fla”.

Note: This is the minimum code you need to embed a Flash movie in a browser. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.

Note: In the code above there is both an <embed> tag and an <object> tag. This is because the <object> tag is recognized by Internet Explorer, and Netscape recognizes the <embed> tag and ignores the <object> tag.

Let the Flash Program do the Work. The code above is the absolute minimum code to embed Flash movies in HTML pages. It is not recommended to use the minimum code. There should be a few more attributes added: classid is an attribute to the <object> tag. It tells Internet Explorer to load the ActiveX plug-in if it is not installed pluginspage is an attribute to the <embed> tag. It displays a link to the Shockwave download page if Netscape does not have it