[TYPO3-templavoila] How to have content after DIV or in DIV but with no content deletion
Pawel Stanislawczuk
ps at todesign.pl
Wed Oct 25 13:51:06 CEST 2006
Hi Dmitry!
I think this is a very important feature. Do You know the SWFObject method
of embeding the flash files?
If You want to use this, as far as I know, the TemplaVoila is useless.
Please tell me it's not.
My example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>example</title>
</head>
<body>
<div id="main">
<div id="search_up">
<div id="search"></div>
</div>
<div id="flash_up">
<div id="top">
<div id="logo"></div>
</div>
<div id="banner"></div>
<div id="menu">
<div id="menu_cont">menu</div>
</div>
</div>
<script type="text/javascript">
// <![CDATA[
var flash_content = new SWFObject("flash/banner_top.swf", "flash_up",
"100%", "210", "8");
flash_content.addParam("quality", "low");
flash_content.addParam("menu", "false");
flash_content.addParam("wmode", "transparent");
flash_content.write("flash_up");
// ]]>
</script>
<div id="centering_div">
<div id="submenu">submenu</div>
<div id="content">content</div>
<div id="right_content">right content</div>
</div>
<div id="bottom">bottom</div>
</div>
</body>
</html>
As you can see in upper example the SWFObject script has to be just after
the closing div tag:
<div id="flash_up">
<div id="top">
<div id="logo"></div>
</div>
<div id="banner"></div>
<div id="menu">
<div id="menu_cont">menu</div>
</div>
</div>
<script type="text/javascript">
var flash_content = new SWFObject("flash/banner_top.swf", "flash_up",
"100%", "210", "8");
flash_content.addParam("quality", "low");
flash_content.addParam("menu", "false");
flash_content.addParam("wmode", "transparent");
flash_content.write("flash_up");
</script>
Thins is needed for proper loading time of the content so the website user
can't see what is under the flash, becouse under the flash is alternative
html content for non-flash website users and search bots. Now how to map it
with TemplaVoila? To have the content behind the mapped div, not inside? You
say "now way", but I think It's important new feature.
Regards,
Pawel Stanislawczuk
Uzytkownik "Dmitry Dulepov" <dmitry at typo3.org> napisal w wiadomosci
news:mailman.1.1161595097.1483.typo3-project-templavoila at lists.netfielders.de...
> Hi!
>
> Andreas Jonderko wrote:
>> Maybe in next version? :D
>
> Tell me how.
>
> If you mapped element as INNER, there are no elements inside. Just no
> elements! I.e. it is like no menu1 and menu2 inside. Content of
> INNER-mapped element is replaced completely.
>
>> This feature would be nice to choose whether the content should be added
>> at the end or at the beginning.
>
> This is made with sections.
>
> --
> Dmitry Dulepov
>
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
>
> "It is our choices, that show what we truly are,
> far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-project-templavoila
mailing list