css - flash video player doesn't display in IE -


I can not see Flash Video Player in IE in this website: It works in other browsers: for example, articles Click on 'Test' Jacques and scroll down, you will see a blank space instead of video.

Update: This is a video object code. Why is not this code working in IE?

  & lt; Object data = "[site-url] /videoplayer/bin-debug/videoPlayer.swf?file= [site-url] / [filefield-filepath]" height = "445" id = "movie_player_1" type = "application / x -shockwhite "width =" 640 "& gt; & Lt; Param name = "bgcolor" value = "#fffff" /> & Lt; Param name = "allowed screen" value = "true" /> & Lt; Param name = "autoplay" value = "true" /> & Lt; Param name = "flashvars" value = "[site-url] / [filefield-filepath]" /> & Lt; / Object & gt;  

Update : Using swfobject:

  & lt; Script type = "text / javascript" & gt; Var flashvars = {name1: "[site-url] / [filefield-filepath]",}; Var Params = {}; Var Properties = {}; Swfobject.embedSWF ("[site- url] / [filefield-filepath]", "[filefield-fid]", "640", "445", "9.0.0", "expressInstall.swf", flashvars, params, Responsible); & Lt; / Script & gt; & Lt; Div id = "[filefield-fid]" & gt; & Lt; / Div & gt;  

Thanks

Try adding

< P> file = http: //www.donatellabernardi.ch/drupal/sites/default/files/files/projects/Test jacques / video / testVideo.flv

to Flashvars On parameters.

In addition, you get 0 = movie_player_1 in the Flash code which is invalid. Flash variables can not be prefixed with a number or, apart from, a numerical type must be. Try to put it out and see if it resolves the matter.

Update: It can be easily done that the Drupal Video module (which I assume you are deploying) is incorrectly configured or a malfunction.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -