google-code-export / swfobject

Automatically exported from code.google.com/p/swfobject
1 stars 1 forks source link

SWF Load Fails for no obvious reason #562

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
--------------------------------------
1. Open http://ec2-50-17-240-50.compute-1.amazonaws.com/AskPaul/Paul.swf
2. Now Open http://ec2-50-17-240-50.compute-1.amazonaws.com/AskPaul

What is the expected output? What do you see instead?
-----------------------------------------------------
Step 1 Works on all browsers. While step 2 is working only for Chrome. On IE 
the Flash Movie is rendered in a small window instead of 100%. And on Firefox 
the SWF Does not load at all. Please see the source code at 
http://ec2-50-17-240-50.compute-1.amazonaws.com/AskPaul

Attached are the images.

What version of the product are you using? On what operating system?
--------------------------------------------------------------------
Windows

Please provide any additional information below.
------------------------------------------------
Please view the source code of index.html at 
http://ec2-50-17-240-50.compute-1.amazonaws.com/AskPaul

Original issue reported on code.google.com by anurag.c...@gmail.com on 11 Jun 2011 at 3:38

Attachments:

GoogleCodeExporter commented 9 years ago
This is not a bug -- you have major errors in your markup.

This is the code you used:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" 
height="100%" id="FlashMovie"> 
    <param name="movie" value="Flashy/Paul.swf" /> 
    <object type="application/x-shockwave-flash" data="Flashy/Paul.swf" width="100%" height="100%"> 
</object> 

This code is not using SWFObject's structure. It's missing the closing 
</object> tag and is missing all of the conditional comments. Please read the 
documentation and/or use the code generator.

If you have further issues, post them to the SWFObject Google Group, not this 
issues list -- this list is reserved for bugs, not implementation issues.

SWFObject Google Group: http://groups.google.com/group/swfobject
SWFObject documentation: http://code.google.com/p/swfobject/w/list
Examples: http://learnswfobject.com/

Original comment by platelu...@gmail.com on 11 Jun 2011 at 5:16

GoogleCodeExporter commented 9 years ago
Thanks for your response !!! That helps.

Original comment by anurag.c...@gmail.com on 11 Jun 2011 at 10:05