July 20, 2005
Curious, George: Embed flash file
How do I embed a flash flip book into a blog?
A fellow monkey, gspm, shared flash flip books with us, now I want to post my piece of art on my blog. I tried Google and I know the html tag
A fellow monkey, gspm, shared flash flip books with us, now I want to post my piece of art on my blog. I tried Google and I know the html tag
<script> copied text here /<script>
or, if Xanga will let you, just upload the js file and then refer to it like so:<script src="embed.js"/>
3) embed your flash file using the javascript, like so:<script>lzEmbed({url: 'your_flipbook_file.swf', bgcolor: '#ffffff', width: '800', height: '600'}); </script>