Month: December 2011
How To Use The Article Element – HTML5
•
The <article> tag is new to HTML5 and it replaces <div> tag. It specifies self-contained content in a document, page or in a site. This can be use in Blog post, Magazine article, comments or in widgets. How To Use The Article Tag: <article> <h1>heading</h1> <p>content</p> </article> Coding: <html>…
Skew Text Using Flash Action Script
•
Step-1 Open a new document in flash. Step-2 Writes the following script in Key frame 1 – action script panel (F9). inputString = “Skew Text”; letterWidths = new Array(0, 55, 35, 20, 40, 40, 40, 50, 40, 40, 20, 40, 35); offset = 65; for (count = 0; count <…
Vertical 3D Rotate Menu Item
•
1. Create a new Flash document of size 550×400. 2. Draw a rectangle with rounded corners. I made the rectangle 158×35 pixels. I used a white stroke and for the fill #0F7E88. 3. Convert the rectangle to a movie clip named “Menu Item”. Set the registration point to the…