Elxis CMS Forum
Support => General => Topic started by: marianov on April 24, 2009, 18:44:51
-
Hello everybody ,
i've just finished to modify and customizing a template for my need, it has got an header containing a flash object, but i' don't understand why it doesen't show.. besides it seems to owerflowing to the right , but the dimensions i've configured are right...could kindly someone help me to solve this problem checking at this address
http://www.hihotelsandhotels.com/
viewing the source code ? .or let me know what do you need to know on files configuration...
Thanks a lot in advance for any help -)
Mariano
-
if ie need to embed
-
I see that you have : hi-hotel-and-hotels.swf.
Please check your url's is uncompleted and also the flash width of your source code that you inserted.!
Look at my http://www.texnomesitiki.gr/ ! ;)
My source code header flash! :
<div id="header">
<div id="topflash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://get.adobe.com/flashplayer/" height="171" width="1100">
<param name="movie" value="path_of_source_file/filename.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="">
<embed src="path_of_source_file/filename.swf" wmode="" quality="high" menu="false" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" height="171" width="1100"></object><a style="left: 1100px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="ammtpwwwmbtnwaadywyq visible" href="path_of_source_file/filename.swf"></a>
</div>
</div>
Tested and worked!
-
i looked it better...
first make sure that you inserted the correct path - file name
this swf could not be found ... error 404
http://www.hihotelsandhotels.com/images/hi-hotel-and-hotels.swf
seems that you have your flash in templates/okto/images folder and not in elxisroot/images folder ...
http://www.hihotelsandhotels.com/templates/okto/images/hi-hotel-and-hotels.swf
-
;)
Solution :
<div id="oktoheader">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://get.adobe.com/flashplayer/" height="270" width="1020?">
<param name="movie" value="http://www.hihotelsandhotels.com/templates/okto/images/hi-hotel-and-hotels.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="">
<embed src="http://www.hihotelsandhotels.com/templates/okto/images/hi-hotel-and-hotels.swf" wmode="" quality="high" menu="false" pluginspage="http://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" height="270" width="1020"></object><a style="left: 1020px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="ammtpwwwmbtnwaadywyq visible" href="http://www.hihotelsandhotels.com/templates/okto/images/hi-hotel-and-hotels.swf"></a>
</div>
-
:oThank you very much for your help and your support, finallly i can see my test flash object as you can see and for your soon help ;) but now i have still have the flash that goes out to the right border and it isn't centered also on the top , may be i have to work on the flash object or on the CSS ? Ok now i 'll do others tests Howewer thanks to you i have solved the main problem -))
Best greetings and have a nice week end -)
Mariano
-
Nothing our pleasure.! :)
but now i have still have the flash that goes out to the right border and it isn't centered also on the top , may be i have to work on the flash object or on the CSS ? Ok now i 'll do others tests Howewer thanks to you i have solved the main problem -))
You must work on the flash object and to resize this at the resolution of width : 1005px * height : 270px. ;)
I have seen the result! Good work! bravo!