View previous topic :: View next topic |
Author |
Message |
jgomula
Joined: 16 Sep 2004 Posts: 2
|
Posted: Thu Sep 16, 2004 8:23 pm Post subject: Displaying Flash in blog message |
|
|
I have allowed .swf in addition to the .jpg, etc.
This seems to work just fine in all browsers EXCEPT Internet Explorer on a PC, then it just says it's loading but never really does. Pages loads pretty quick in all other browsers I've tried.
The site is here:
http://www.gomula.net/v-web/b2/
Would greatly appreciate any ideas,
thanks!
Jessica |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 894 Location: Oslo, Norway
|
|
Back to top |
|
 |
jgomula
Joined: 16 Sep 2004 Posts: 2
|
Posted: Mon Sep 20, 2004 2:03 am Post subject: this is the code that works for posting Flash |
|
|
<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="600" height="420"><param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="./images/always.swf" />
<param name="quality" value="high" />
<embed src="./images/always.swf" allowScriptAccess="sameDomain" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="420"></embed>
</param></param></param></object> |
|
Back to top |
|
 |
|