Hi friends! I'm a newbie working with Flowplayer. I created a web with a simple flv player centered, this work in Firefox perfectly but in IE this video don't run, it is always loading with a blank square. I need to fix the problem soon, please help me :(
The code that I use for embed de code is:
flashembed("camara", {
src:'http://midominio.com/player.swf',
width:354,
height:290
},
{config: {
autoPlay: true,
playList: [{ url: 'http://midominio.com/video.flv'}],
initialScale: 'scale',
useNativeFullScreen: true,
showScrubber: false,
showVolumeSlider: false,
showMuteVolumeButton: false,
showFullScreenButton: false,
showMenu: false,
showPlayButton: false
}}
);
is our front page working
is our front page working with your IE. I tried with ie 6/linux and 7/ms and works fine. If not - what version do you have? and what operating system?
Your home page doesn't work
Your home page doesn't work in PC 1. It uses Windows XP SP2 with IE7. I'll try now LawrenceT's solution.
P.D.: Sorry for my english, I'm spanish and my english is poor :$
Embed problem try this.......
Copy this in IE http://w39.exclusivelymiami.com/305TV/Movies/Test21.html
Code is below. Copy to notepad. Check out http://www.305tv.com and see how extensive we used flowplayer.
Test
In 1 PC with windows XP Sp2
In 1 PC with windows XP Sp2 and IE7 (with some changes in configuration) that I tested my web it works :( I don't know what I need to change in IE7 ¿any idea?