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
Comment #1
The AL commentedp.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.
Comment #2
The AL commentedComment #3
foxmike commentedDoes 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
Comment #4
foxmike commentedif 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
Comment #5
foxmike commentedok
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
Comment #6
vm commentedIt'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.
Comment #7
ms1 commentedHi
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
Comment #8
sferrero commentedThe 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.
Comment #9
jaykimbo commentedI 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!!