Posted by crashwave on December 20, 2010 at 9:53pm
2 followers
Jump to:
Issue Summary
Not sure whether this is a whizzywig issue or a drupal issue. Just started REALLY using drupal yesterday. I am trying to add this embeded video code
<object height="360" width="500">
<param name="movie" value="http://manage.mybellamora.com/public/v/fbcap.swf?20100517"/>
<param name="allowFullScreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="FlashVars" value="url=http://manage.mybellamora.com/v/837138/35/"/>
<embed src="http://manage.mybellamora.com/public/v/fbcap.swf?20100517" type="application/x-shockwave-flash" allowscriptaccess="never" allowfullscreen="false" flashvars="url=http://manage.mybellamora.com/v/837138/35/" height="360" width="500"/>
</object>
<br/>
<a href="http://help.samplebellamora.com">
Click here if video does not display
</a>Every time ALL closing slashes are removed, except br. When I first tried it I had a closing
</embed> and that was removed. The page will not display on the home page because of this. When I remove the video the whole post shows up on front page but with the video only the title and a small box where the table with the video should be. Click on title or read more and the whole page displays with video. I need it to show on home page. Any ideas how to fix this? Where is the file that edits the html? can I make it so it does not change ANYTHING I (main admin) put in there?
Comments
#1
Investigating further, I think drupal places the read more link in the middle of the object code!!!!!!!!
This is causing the video not to show on front page. Is there a GOOD, WORKING read more module for this? I read this is an issue (the read more) many are having but there are so many fixes. The editor should also have a way to stop the page from being cut between the object and embed tags. It does for img and a tags. Where/How can I fix this?
#2
Use excerpt module, here: http://drupal.org/project/excerpt