Closed GoogleCodeExporter closed 9 years ago
Your SWF embeds fine.
If you think Flash Player and Quicktime don't play nice together, then you need
to check with Adobe (Flash Player) and Apple (Quicktime). SWFObject only embeds
the SWF to the page and has no relationship to Quicktime.
I can give you a couple of tips, though:
1. Flash Player's wmode transparent uses a ton of CPU and often causes issues.
It should be avoided when possible.
2. Your MP3 playback would be better handled by Flash than Quicktime, since
more people have Flash installed than Quicktime, and since your graphics are in
your Flash SWF anyway.
Original comment by platelu...@gmail.com
on 3 Jul 2011 at 6:19
[deleted comment]
[deleted comment]
Sorry, but this is not the right place to seek help on this issue. This list is
restricted to SWFObject bugs and feature requests. I suggest checking a Flash
forum site such as actionscript.org or kirupa.com. Good luck!
Original comment by platelu...@gmail.com
on 4 Jul 2011 at 5:15
[deleted comment]
I created a Flash mp3 player, as you suggested. Now IE9 plays both the music
and the fireworks, but Firefox and IE8 only play the music.
I figured out what the problem is. Sorry, but this forum really is the right
place. Only one Flash was working because I had the same ID on both the flash
MP3 player and the flash video for fireworks. I changed the IDs and added an
additional swfobject.registerObject line.
<script type="text/javascript">swfobject.registerObject("myFireworksPlayer",
"9.0.0"); </script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1296" height="876" id="myFireworksPlayer">
.......
It works in all three browsers now. Maybe someone else would benefit from this
answer if you allow it to be posted.
Original comment by jholmes...@gmail.com
on 4 Jul 2011 at 5:35
This is not a forum, it's a bug tracker. You are not documenting a bug, you're
discussing an implementation issue (specifically a mistake in your code --
using the same ID twice). If you feel you'd like to discuss it with the
SWFObject community, please post it in the proper place:
http://groups.google.com/forum/#!forum/swfobject
Original comment by platelu...@gmail.com
on 4 Jul 2011 at 7:22
Original issue reported on code.google.com by
jholmes...@gmail.com
on 3 Jul 2011 at 2:16