I've embedded video into a node and placed the block in the right sidebar. The video appears in firefox and google chrome, but not in internet explorer.

Comments

zroger’s picture

Status: Active » Postponed (maintainer needs more info)

Does it appear on the node page (node/##) for the block? I am thinking it probably has to do with the input format you are using, not the module. This module does nothing that is browser specific.

NotCubby’s picture

Well, first, Thanks for responding! This is really aggravating cuz I don't have a clue what the problem is. In firefox, it does appear on the node page. When I'm signed into administration on ie, it does NOT appear. The input format is full html. I need the html to embed the video. Could it be something else? I'd really appreciate it if you can figure this out, cuz this function is pretty essential for my site.

Also to elaborate, the block does appear with its title, but the embedded video is what is missing in IE. Instead of a video there is a horizontal line... if that helps.

archard’s picture

Try flushing your cache. I've had issues similar to this involving the cache.

NotCubby’s picture

I tried deleting all temp files... I get the same results...

archard’s picture

I meant Drupal's internal cache. Administer -> Site Configuration -> Performance

NotCubby’s picture

Oh, sorry... Hmm... I just tried that now, but it isn't coming up. Would it have something to do with html syntax?

I used the tags directly from youtube.

NotCubby’s picture

Status: Postponed (maintainer needs more info) » Active
zroger’s picture

Status: Active » Postponed (maintainer needs more info)

Can you do a 'View source' and paste the results (not the whole thing, just the node portion) from both firefox and IE.

NotCubby’s picture

Sure thing... They look the same to me...

From Firefox


<div id="sidebar-right">
	<div class="inner">
	<div id="block-nodeblock-39" class="block block-nodeblock block-odd right">
	<div class="block-inner inner">
        	<h2 class="block-title">Hello</h2>
		<div class="block-content">
		<div class="node node-type-introblock" id="node-39">
		<div class="node-inner inner">
		<div class="node-content">
		<div style="margin:10px 0 -15px 0">
		<object width="200" height="175">
		<param name="movie" value="http://www.youtube.com/v/uJg8U0QMXEQ&hl=en&fs=1" />
		<param name="allowFullScreen" value="true" />
		<param name="allowscriptaccess" value="always" />
		<embed src="http://www.youtube.com/v/uJg8U0QMXEQ&hl=en&fs=1" type="application/x-shockwave-flash" 
		allowscriptaccess="always" allowfullscreen="true" width="200" height=""175></embed></object><div style="margin:10px 0 -15px 0">
	</div></div>  </div>

		
		
	</div>

From Internet Explorer


<div id="sidebar-right">
	<div class="inner">
	<div id="block-nodeblock-39" class="block block-nodeblock block-odd right">
  	<div class="block-inner inner">
	        <h2 class="block-title">Hello</h2>
    		<div class="block-content">
      		<div class="node node-type-introblock" id="node-39">
  		<div class="node-inner inner">
		<div class="node-content">
		<div style="margin:10px 0 -15px 0">
		<object width="200" height="175">
		<param name="movie" value="http://www.youtube.com/v/uJg8U0QMXEQ&hl=en&fs=1" />
		<param name="allowFullScreen" value="true" />
		<param name="allowscriptaccess" value="always" />
		<embed src="http://www.youtube.com/v/uJg8U0QMXEQ&hl=en&fs=1" type="application/x-shockwave-flash" 
		allowscriptaccess="always" allowfullscreen="true" width="200" height=""175></embed></object><div style="margin:10px 0 -15px 0">
	</div></div>  </div>

		
		
	</div>

zroger’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

it must be some sort of css and/or plugin issue then. sorry but looks like the module is working properly.