Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
Swf logo file not playing
« previous
next »
Print
Pages: [
1
]
Author
Topic: Swf logo file not playing (Read 6865 times)
benone
Jr. Member
Posts: 67
Swf logo file not playing
«
on:
November 08, 2009, 18:50:11 »
Anyone using its-elxis3 template with swf logo? Please help because I can't get mine to play. The following is the code.
<div id="header">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0
" style="width: 400px; height: 148px">
<param name="movie" value="<?php echo $mosConfig_live_site; ?>/templates/its-elxis3/images/logoname.swf"/>
<param name="quality" value="Best"/>
<param name="menu" value="false"/>
<embed src="<?php echo $mosConfig_live_site; ?>/templates/its-elxis3/images/logoname.swf" pluginspage="
http://www.macromedia.com/go/getflashplayer
" type="application/x-shockwave-flash" name="logoname.swf" quality="Best" menu="false" style="width: 400px; height: 148px"/>
</object>
<div id="hin">
Same code works fine with the okto template. Many thanks in advance.
Logged
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: Swf logo file not playing
«
Reply #1 on:
November 08, 2009, 20:11:19 »
Replace the
Code:
[Select]
<?php
echo
$mosConfig_live_site
;
?>
with the absolute path (
http://www.mysite.com
)
Logged
benone
Jr. Member
Posts: 67
Re: Swf logo file not playing
«
Reply #2 on:
November 09, 2009, 15:20:04 »
Hi and thanks for your reply. I was not able to test any further since the website was down (hosting problems). Now it's up and running again.
Excuse me if I misunderstood you, but I placed this and still nothing:
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0
" style="width: 400px; height: 148px">
<param name="movie" value="
http://www.mysite.com/templates/its-elxis3/images/logoname.swf
"/>
<param name="quality" value="Best"/>
<param name="menu" value="false"/>
<embed src="
http://www.mysite.com/templates/its-elxis3/images/logoname.swf
" pluginspage="
http://www.macromedia.com/go/getflashplayer
" type="application/x-shockwave-flash" name="logoname.swf" quality="Best" menu="false" style="width: 400px; height: 148px"/>
</object>
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: Swf logo file not playing
«
Reply #3 on:
November 09, 2009, 16:06:01 »
<object type=”application/x-shockwave-flash” id="obj1" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0
" data=”http://www.mysite.com/templates/its-elxis3/images/logoname.swf” width=”400″ height=”140″>
<param name=”movie” value=”http://www.mysite.com/templates/its-elxis3/images/logoname.swf” />
<param name="quality" value="Best"/>
<param name="menu" value="false"/>
</object>
Logged
ks-net.gr
benone
Jr. Member
Posts: 67
Re: Swf logo file not playing
«
Reply #4 on:
November 09, 2009, 17:25:17 »
A thousand thanks. I'll try and let you know.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
Swf logo file not playing