I basically installed everything correctly except FFMPEG. I then configured a node type 'Video' and assigned the settings to work with it. I uploaded an existing FLV to the page and it worked. Sorta. In FF it's fine. In Safari 3 Beta it's fine. In IE7 the audio plays but the flash block itself is just white and no buttons work when you blindly click the areas where they should be.

Comments

The AL’s picture

p.s. I manually embedded the player into my frontpage using straight HTML and it played fine in IE7. So it isn't the FLV or the player itself, it's gotta be how FlashVideo is embedding.

The AL’s picture

Status: Active » Closed (fixed)
foxmike’s picture

Does anyone have a solution for this..i've got the same problem.
firefox works great
ie7 shows a second of video...then a white screen
ie6 works sometimes on reload
i am pretty sure you are right have not been able to come up with a suitable fix

foxmike’s picture

if i save the src of my page and open the file locally i can get the video to play fine in ie. it seems to be a timing issue of some sort in the creation of the page

foxmike’s picture

ok
i fixed this by commenting out

// Fix for the "Click to interact with ActiveX control" message on IE
var objects = document.getElementsByTagName( 'object' );
// for ( var i = 0; i < objects.length; i++ ) {
// var obj = objects[ i ];
// var clone = obj.cloneNode( true );
// var parent = obj .parentNode;
// var sibling = obj .nextSibling;
// parent.removeChild( obj );
// parent.insertBefore( clone, sibling );
// clone.outerHTML = clone.outerHTML;
// }

in the flashvideo.js file

is this a reasonable fix?
seems to work fine but not sure what i may have broke in the process

vm’s picture

It's a work around, I wouldn't call it a fix. Considering that little bit of .js was intended to thwart the extra click needed in IE to play a video by first enabling the flash.

ms1’s picture

Hi

I am facing the same issue. Actually the flash-player plays for once when I clear the cache in I.E. But after that even refreshing the page does not show the video.

Is there any concrete solution?

Does the 5.x-2.6-beta has resolved this issue?

Regards

sferrero’s picture

The work around solves this issue for me, but you do now need to "Click to Activate" in IE7...

I do not see anything in the change logs for 2.6 or 2.7 that indicate a solution has been found for this issue yet.

jaykimbo’s picture

I went nuts on this for a week. FF, Opera, Safari all worked, but IE6 and 7 didn't. I had to recreate the .js file and now up and running!!