I am trying to load up a custom component using <swfLoader> in my
Beml template. For some reason, the swf is not showing when i
preview it in the studio. I published the swf as flash player 9 and
set the framerate to 30. Is it possible it is a cross-domain issue.
the swf file is peretty straightforward. just a swf with some text
on the stage.
this is my BEML
<Runtime>
<Layout width="526" height="512">
<VBox>
<VideoPlayer id="videoPlayer" x="3" y="3"
width="486" height="406" depth="1"/>
<SWFLoader width="486" height="100" x="3" y="407"
source="http://origin.stag.glamour.com/images/video/test3.swf"
depth="99"/>
</VBox>
</Layout>
</Runtime>
Thanks!
Amila