Intechnic
Users Developers
Home / Forums / In-Portal CMS / General In-Portal Discussions / flash banner / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

flash banner (2)


Posted: 12/28/2005 12:23:36 PM

Reply Quoted  


Hi,

Is it possible to embed a flash file in the pagetop.tpl?
I.e. add the following

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=468 HEIGHT=60>
<PARAM NAME=movie VALUE=example.swf>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="example.swf" quality=high WIDTH=468 HEIGHT=60 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>

Thanks!

Hugo

Posted: 12/30/2005 9:48:37 AM

Reply Quoted  


Hugo wrote:12/28/2005 12:23:36 PM
Hi,

Is it possible to embed a flash file in the pagetop.tpl?
I.e. add the following

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=468 HEIGHT=60>
<PARAM NAME=movie VALUE=example.swf>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="example.swf" quality=high WIDTH=468 HEIGHT=60 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>

Thanks!

Hugo


Hello Hugo,

I don't why not since it's plain HTML.

Thanks and Happy Holidays!