grails and flash movie
- by ziftech
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...