Hi,

I installed SWF Tools in Drupal 6.20 using the instructions. I just want to show flash content (nothing fancy like streaming video). I add the the content this: [swf file="Tunakagua.swf"]. But I only get this message: You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialize correctly.

I try to open the page using IE and Firefox but I get the same result.

Any idea of what do I need to set or check?

Thanks,
Carlos.

Comments

qlands’s picture

Well this happens because [swf file="Tunakagua.swf"] needs width and height for example: [swf file="Tunakagua.swf" params="width=950&&height=350"]

It will be good if someone updates the documentation to include this and not expect the user to figure it out and to bang their heads in the process! :-)

Carlos.