Page 1 of 1

flash embeded to the post..

Posted: Wed Apr 27, 2005 12:15 pm
by bilman
Hi there, i would like to add flash embeded to my post..so ppl can view and play it..do you know how can i do that..please help.

Re: flash embeded to the post..

Posted: Wed Apr 27, 2005 2:47 pm
by garvinhicking
Copy+Paste the Flash HTML sourcecode into your entries. You can use full HTML inside your entries; sometimes markup plugins like nl2br() may interfer, so it may be needed to deactivate them or post HTML markup on a single line without linebreaks.

Regards,
Garvin

Posted: Wed Jun 29, 2005 9:16 pm
by MySchizoBuddy
so this means i can put in quicktime player as well to stream videos.
:)

Posted: Thu Jul 07, 2005 11:53 am
by MySchizoBuddy
the html source code looks liek this

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>gallery</title>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="500" height="410" id="gallery" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="gallery.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="gallery.swf" quality="high" bgcolor="#ffffff" width="500" height="410" name="gallery" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
ur saying to put the whole thing inside my post or just the embed src part

Posted: Thu Jul 07, 2005 5:07 pm
by garvinhicking
(hint: If you're using the nl2br plugin, make sure that in your pasted HTML code there is no linebreak!)