[TYPO3] site with flash flashes on reload
    Michael Stenskjær Christensen 
    michael31255902 at gmail.com
       
    Sun May  4 08:33:01 CEST 2008
    
    
  
Hi guys!
I have a problem with a site containing a flash-file.
Until now, I have tried to include the .swf-file in different ways;  
among others the satay method, but ended up using the swfobject.js.  
When i tried to include the flash with swfobject.js manually, I came  
out unsuccessful. When I had mapped the template in templavoila, it  
didn't load. In stead in installed the plugin that does the same thing  
(rb_flashobject), but I am still having the same problem: when it  
reloads (from navigation in the menu) the whole site flashes (no pun  
intended) white for a splitsecund. Do I make myself clear at all?
The typoscript for rb_flashobject is as follows:
### FLASH ####
lib.flash < plugin.tx_rbflashobject_pi1
lib.flash {
  tsMode = 1
  altContent = <img src="fileadmin/templates/fupogfidus/images/ 
top.jpg" alt="" />
  ts_content {
    flashmovie = fileadmin/templates/fupogfidus/extra/intro.swf
    width = 902
    height = 314
    additionalparams (
      wmode | transparent
    )
    }
}
But I actually doubt that it is the problem, because the "flashing"  
also happend before using the extension.
At the moment I am trying to include the flash through an iframe, in  
order to have the flash included from some other html than the one  
with the site - but where do I then write the typoscript for the  
extension (since the iframe-document has its own datastructure)?
I hope I make myself just sort of understandable, and that someone has  
a good suggestion to how to include non-flashing flash on a site? I  
doubt I'm the first with this problem.
Kind regards
Michael Christensen
    
    
More information about the TYPO3-english
mailing list