im trying to view my new swf file however it doesnt seem to be loading. All i see in the browser window is a "block" button to block my movie however no movie. Looking at the rendered source of my jsp there is nothing between the <div> tags. I assume that if the flash object was loading properly then there would be some code between the <div> tags right?
Has anyone any ideas about what im going wrong? Here is my code
var so = new SWFObject("/WebContent/flash/movie.swf", "m_swf", "728", "400", "8"); so.addVariable("XMLstring", XMLstring); so.addVariable("wsdl", wsdl); so.write("flashcontent");
Because i see the block button in my browser does this mean a flash object has been initialised but it cant find the content in /WebContent/flash/movie.swf ?
in firefox the browser just shows me a "block" button however when i try this in IE the page jsut freezes howver it does place content in the <div> when i look at the view rendered source :
If possible I'd like a link to your actual page. I can then check the http trafic to your site and work out if the server is not finding certain files etc.