Recent Posts

How To Embed "SWF,FLV" Files Into Your Blog And Website

0

How To Embed "SWF,FLV" Files Into Your Blog And Website

Nowadays flash files are widely used in web and blog developing and designing, they not only give a gorgeous look to them but also provide a handy user interference.
Embedding a flash file in HTML pages is as easy as 123. All you need is a flash file uploaded at FTP (File Transfer Protocol) server. The best and free way for uploading flash file is to upload them on Google Sites.
  1. Make a site on sites.google.com
  2. Change page template to file cabinet.
  3. Add .swf file.
  4. Right-click and copy the download url of .swf file.
  5. Type this code in your site or blog.
  6. Replace the green code with the url of .swf file.
  7. Save and enjoy.
Code

<embed src="https://sites.google.com/site/exeideashassan/exe-ideas-hare-drive/EXEIdeasUnderConstruction.swf?attredirects=0" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="600px" width="800px"></embed>

Change quality, align, height and width attributes to your need and mood.
Feel free to ask any queries.

0 comments: