Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
Flash no showing in IE8
« previous
next »
Print
Pages: [
1
]
Author
Topic: Flash no showing in IE8 (Read 5706 times)
e-isodos
Jr. Member
Posts: 69
Flash no showing in IE8
«
on:
November 13, 2010, 07:51:42 »
Hi,
I have inserted a flash in index of my template and it is working perfect in mozilla and chrome but it is not working (white space in the place of flash) in IE 8. The same code ( object options of flash) used in pure html webpage and it works at all three browsers
the code is:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
" width="844" height="317" wmode="opaque" title="Aliki hotel">
<param name="movie" value="aliki_hotel_in_symi.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="../templates/mytemplate/aliki_hotel_in_symi.swf" wmode="opaque" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer
" type="application/x-shockwave-flash" width="844" height="317"></embed></object>
If I remove the classid it works in IE8, Mozilla but not in chrome...
Does anyone know what I am doing wrong?
Logged
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: Flash no showing in IE8
«
Reply #1 on:
November 13, 2010, 08:50:15 »
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
" width="844" height="317" wmode="opaque" title="Aliki hotel">
<param name="movie" value="
aliki_hotel_in_symi.swf
" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="
../templates/mytemplate/aliki_hotel_in_symi.swf
" wmode="opaque" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer
" type="application/x-shockwave-flash" width="844" height="317"></embed></object>
You have give relative paths and one is wrong, give absolute paths (
http://www.mysite.gr/templates/mytemplate/aliki_hotel_in_symi.swf
Logged
e-isodos
Jr. Member
Posts: 69
Re: Flash no showing in IE8
«
Reply #2 on:
November 15, 2010, 06:05:07 »
Thanks for your answer, the problem was not in the absolute path but in a strange way it is now fixed by rewritting the code.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Templates
(Moderators:
Coursar
,
ks-net
) »
Flash no showing in IE8