Closed GoogleCodeExporter closed 9 years ago
i also tried the FAQ solutions,
flash is now wrapped in div, and adblock is disabled, stil no flash...
Original comment by grosser....@gmail.com
on 15 Dec 2008 at 7:40
http://www.bobbyvandersluis.com/swfobject/testsuite_2_1/test_dynamic_fullbrowser
flash.html
does not work too...
Original comment by grosser....@gmail.com
on 15 Dec 2008 at 7:42
[deleted comment]
test swf from downloaded zip does works, but other videos do not...
example - not working:
<html>
<div width="100px" height="100px">
<object style="visibility: visible;" id="myContent"
data="http://film.rathershort.com/rs/film/view/p_66"
type="application/x-shockwave-flash" height="120" width="300">
</object>
</div>
</html>
example - working:
<html>
<div width="100px" height="100px">
<object style="visibility: visible;" id="myContent"
data="http://film.rathershort.com/rs/film/view/p_66"
type="application/x-shockwave-flash" height="120" width="300">
<embed src="http://film.rathershort.com/rs/film/view/p_66" width="100" height="100"/>
</object>
</div>
</html>
maybe its not a swfobject issue, but if i cannot force the embed tag, i cannot
use it
anymore...
Original comment by grosser....@gmail.com
on 15 Dec 2008 at 8:02
FAQ Q14: you need to 'uninstall' Adblock, not disable it. For more questions,
please
consult the discussion group: http://groups.google.com/group/swfobject
Original comment by bobbyvandersluis
on 15 Dec 2008 at 8:21
I have the same problem as Michael Grosser. I have a Flash that loads an XML
file, and
Firefox refuses to let me load the file when using object tags, but it works
fine with
embed. swfobject does not give me any embed tags though, so I guess I need to
remove
it?
Original comment by andyl...@gmail.com
on 30 Sep 2009 at 3:00
Original issue reported on code.google.com by
grosser....@gmail.com
on 15 Dec 2008 at 7:30