Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » TypoScript » Templates
Post new topic   Reply to topic Page 1 of 1 [5 Posts] Flash intro
Author Message
Tripple



Joined: 07 Aug 2006
Posts: 21

PostPosted: 07 Aug 2006 - 8:47 pm    Post subject:  Flash intro Reply with quote

Is it possible to create a flash intro and start the typo3 site after this intro?

This is the site I like to transfer into a typo3 site:

http://www.veri.be/

thx,
Tripple
Back to top
View user's profile Send private message
aquar



Joined: 13 Oct 2005
Posts: 66

PostPosted: 12 Aug 2006 - 9:35 am    Post subject: Reply with quote

there are a lot flash extension

http://typo3.org/extensions/repository/search/rb_flashobject/0.2.2/

search for "flash"

http://typo3.org/extensions/
Back to top
View user's profile Send private message
Tripple



Joined: 07 Aug 2006
Posts: 21

PostPosted: 12 Aug 2006 - 12:42 pm    Post subject: Reply with quote

I guess I'm to new to T3. Where the manual sais '... and you're done.' this is where I end up with nothing.

I created a html template in fileadmin/templates/flash_template.tmpl with these lines:

<body bgcolor="#999999">
<!--###DOCUMENT_BODY### start -->
<table width="100%" border="0" cellspacing="2" cellpadding="0" height="100%">
<tr>
<td align="center" valign="middle">
<!--###FLASH### start -->
flash content
<!--###FLASH### stop -->
</td>
</tr>
</table>
<!--###DOCUMENT_BODY### stop -->
</body>
</html>


Then I add this TS to the intro page:

page.20 = TEMPLATE
page.20 {
template = FILE
template.file = fileadmin/templates/flash_template.tmpl

workOnSubpart = DOCUMENT_BODY
subparts.FLASH < plugin.tx_rbflashobject_pi1
}


When I want to look at the intro page I get this error:
The page is not configured! [type= 0][]
_________________
Tripple,
Typo3 4.1.6
CentOS 5
Back to top
View user's profile Send private message
Tripple



Joined: 07 Aug 2006
Posts: 21

PostPosted: 12 Aug 2006 - 2:08 pm    Post subject: Reply with quote

Correction.
I can insert a flash movie on another page, but not on the intro page. This should be easy to fix.
_________________
Tripple,
Typo3 4.1.6
CentOS 5
Back to top
View user's profile Send private message
Tripple



Joined: 07 Aug 2006
Posts: 21

PostPosted: 12 Aug 2006 - 2:16 pm    Post subject: Reply with quote

Fixed. No idea why.

I had to change the TS code to this:

page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/templates/flash_template.tmpl

workOnSubpart = DOCUMENT_BODY
subparts.FLASH < styles.content.get

}


Shoud I be able to add the CHC forum the same way????
_________________
Tripple,
Typo3 4.1.6
CentOS 5
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [5 Posts] View previous topic :: View next topic
Home » TypoScript » Templates
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum