marconiduarte / swfobject

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

Embedding does not work on FF3 or Ubuntu #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit
http://www.bobbyvandersluis.com/swfobject/testsuite_2_1/test_api_createswf.html
2. any other swf too

What is the expected output? What do you see instead?
Something -> Nothing

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

Please provide any additional information below.
It only works when i add the extra embed tag (copy swfobject output and
insert the same data as embed), is there a callback to say "write object
and embed" ?, i like swfobject api more than doing object/embed by hand :(

Original issue reported on code.google.com by grosser....@gmail.com on 15 Dec 2008 at 7:30

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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