Opened 15 years ago
Closed 12 years ago
#4659 closed defect (wontfix)
Dialog: Flash movie doesn't appear (sound but no video)
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If I create a dijit.Dialog that loads a page with a FlowPlayer? (Flash) inside it, the FlowPlayer? movie doesn't appear.
Change History (8)
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
In the main HTML file, you'd need something like <div dojoType="dijit.Dialog" id="myDialog" title="My Dialog">
<object type="application/x-shockwave-flash" data="/static/flash/FlowPlayer.swf" width="320" height="262" id="FlowPlayer?">
<param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="/static/flash/FlowPlayer.swf" />
<param name="quality" value="high" /> <param name="scale" value="noScale" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="config={videoFile: '/static/video/honda_accord.flv'}" />
</object>
</div>
Where the FlowPlayer? .swf came from http://www.flowplayer.org/ (d/l at http://sourceforge.net/project/showfiles.php?group_id=133868)
and the test video came from http://flowplayer.org/video/honda_accord.flv
The dialog can pop up and the movie's sound starts to play, but no video. It works fine outside of a dojo.Dialog...
comment:4 Changed 15 years ago by
Milestone: | → 1.1 |
---|
comment:5 Changed 15 years ago by
Milestone: | 1.1 → 2.0 |
---|
comment:7 Changed 14 years ago by
Milestone: | 1.3 → 1.5 |
---|---|
Summary: | Flash movie doesn't appear in Dialog → Dialog: Flash movie doesn't appear (sound but no video) |
comment:8 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Realistically I don't think we'll fix this, no idea even what causes the problem.
Interestingly, the sound plays, even though the movie doesn't appear.