First what is Flash?
Flash is a vector animation software, originally designed to create animations for display on web pages. Vector graphics are ideal for the web because they are so lightweight.
Over the releases of new versions of Flash, Macromedia has made Flash more and more controllable via programming, where they have it positioned as a competitor to HTML to build interactive web sites and applications such as an e-commerce store. Macromedia argues that Flash is the way to go instead of HTML because of the following reasons:
• Flash movies load faster and save on download time because Flash is vector based whereas HTML is not.
• Flash intelligently ‘caches’ it’s movies so they don’t have to be reloaded.
• Flash gives the user (the person viewing/using the Flash movie) a more responsive ‘rich-client’ like experience.
Download here………..
Ok .. now I want explain how to add flash into blog..
It’s easy to add flash, first you have to find some website to upload you file, you can use photobucket,etc… upload flash file (normally .swf format), and then upload file to hosting.
1. login blogger
2. choose which blog
3. go to edit template
4. click add gadget
5. choose html/javascript
6. add this code
<embed src="http://blogoholic.info/wellcome.swf" quality="high" bgcolor="white" width="500" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash"></embed>
Note :
replace this code with your file code http://blogoholic.info/wellcome.swf with your upload file code.
Change this code width="500" height="100" if necessary
0 comments