Flashvar to included swf (in php)
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-05-07T05:01:20Z
        Indexed on 
            2010/05/07
            5:08 UTC
        
        
        Read the original article
        Hit count: 251
        
How to pass a flashvar when I include the swf (to make an embedded player)
Something like this does not work..
theme->basePath.'/swf/ebook.swf?xml="test"'; header("Content-Type: application/x-shockwave-flash"); readfile($player); ?>
© Stack Overflow or respective owner