ouyang789987 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

expressInstall does work for chrome #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use expressInstall to play a desired video
2. check with IE and FF, video works fine 
3. doesn't load with google chrome, if it does, video size is dostorted

What is the expected output? What do you see instead?
Google chrome should also show the same behaviour as in IE and firefox.

What version of the product are you using? On what operating system?
google Chrome 10.0.612.1

Please provide any additional information below.
This is the sample code i'm using to render the video and flashplayer.

     <param name="allowfullscreen" value="true">
                                <param name="wmode" value="opaque"> 
                                <param name="allowscriptaccess" value="always">
                                <param name="movie" value="/expressInstall.swf">
                                <param name="flashvars" value="videoPath=<%=videoHref%>&amp;imagePath=<%=altImageHref%>&amp">
                                <embed src="/expressInstall.swf" 
                                    flashvars="videoPath=<%=videoHref%>&amp;imagePath=<%=altImageHref%>&amp;"
                                    type="application/x-shockwave-flash" 
                                    allowfullscreen="true" 
                                    scale="noscale" 
                                    wmode="opaque" 
                                    allowscriptaccess="always"  

                            </object> 

Thanks.]

Original issue reported on code.google.com by akul.max...@gmail.com on 17 May 2012 at 9:59