grails and flash movie
        Posted  
        
            by ziftech
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ziftech
        
        
        
        Published on 2010-05-13T17:25:27Z
        Indexed on 
            2010/05/13
            17:34 UTC
        
        
        Read the original article
        Hit count: 316
        
Is it possibe to insert into GSP simple flash movie?
I tried this way:
<object type="application/x-shockwave-flash" data="${resource(dir:'flash',file:'movie.swf')}" width="400" height="400">
            <param name="movie" value="${resource(dir:'flash',file:'movie.swf')}" />
            <param name="bgcolor" value="#ffffff" />
            <param name="AllowScriptAccess" value="always" />
            <param name="flashvars" value="feed=${resource(dir:'flash',file:'movie.xml')}" />
            <p>This widget requires Flash Player 9 or better</p>
        </object>
It seems that movie is loaded but .xml and pictures are not...
© Stack Overflow or respective owner