Web Hosting Talk







View Full Version : How to Insert Flash animation in a blog?


theone1
11-04-2009, 10:28 PM
hi,friends,I'm a website beginner and just started a blog, my friend created some flash animations, I want to insert them into my blog, anyone knows how to make it?
Many thanks!!

smajer
11-04-2009, 11:22 PM
What platform are you using? Wordpress? Blogger?
Here are some tuts for both:
http://whitehatandroid.blogspot.com/2009/10/flash-blogger-embedd-upload-swf.html
http://blog.guya.net/2006/03/29/easiest-way-to-embed-flash-inside-wordpress/

blabla123
11-06-2009, 07:32 AM
hi, nice to join you, I think blog can insert mp4 video,maybe you should transfer flash animations to mp4, my friend is a fan of flash movies, he always use iwisoft swf to mp4 converter to change them to mp4/flv etc, maybe you can have a try. hope my first post is helpful.

eonQ
11-09-2009, 03:21 AM
you can use plugins for wordpress or joomla

Bingen
11-09-2009, 08:52 PM
You can use the code.

<object type="application/x-shockwave-flash" data="myMovie.swf" width="400" height="200">
<param name="movie" value="myMovie.swf" />
<param name="wmode" value="transparent" />
<a title="flash player" href="http://www.macromedia.com/shockwave/download/alternates/">
<img src="youneedFlash.gif" height="250" width="250" alt="FlashPlayer" /></a>
</object>