I'm trying to embed a flash widget into a drupal page node. My
default input is "Full HTML" and I am using FCKeditor. Here is the
embed code:
<object type="application/x-shockwave-flash" data="https://
clients4.google.com/voice/embed/webCallButton" width="230"
height="85"><param name="movie" value="https://clients4.google.com/
voice/embed/webCallButton" /><param name="wmode" value="transparent" /
><param name="FlashVars"
value="id=8b906338bd48e2c57737db69437592da7fe32930&style=0" /></
object>
All I see on the node is this embed code, I'm guessing I have to
install some sort of flash module. Any ideas?
Thanks,
Andy
Here is another suggestion
Full HTML might be configured to convert line breaks into HTML tags
<br> or <p>.
Site Configuration > Input Format > List > Full HTML > Configure
Under Format, uncheck "Line break converter".
Also, You can try unchecking any other Format selections.
like these: "HTML corrector", "URL filter"
John
I finally figured out what was going on. I'm using chrome, and ever
since I installed extensions (dev channel) chrome has been rendering
some pages strangely (including gmail). So, I switched to firefox and
tried several IE user agents as well, it works in all of them.
The problem appears to be something experimental in chrome.
Thanks again. I should add that I'm really happy that someone started
this group.