Ticket #4659 (new defect)

Opened 2 years ago

Last modified 16 months ago

Dialog: Flash movie doesn't appear (sound but no video)

Reported by: guest Owned by:
Priority: normal Milestone: 1.5
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

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

Changed 2 years ago by guest

Interestingly, the sound plays, even though the movie doesn't appear.

Changed 2 years ago by peller

can you provide an example? what's a FlowPlayer??

Changed 2 years ago by guest

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...

Changed 2 years ago by alex

  • milestone set to 1.1

Changed 2 years ago by alex

  • milestone changed from 1.1 to 2.0

Changed 2 years ago by alex

  • milestone changed from 2.0 to 1.3

Milestone 2.0 deleted

Changed 16 months ago by bill

  • summary changed from Flash movie doesn't appear in Dialog to Dialog: Flash movie doesn't appear (sound but no video)
  • milestone changed from 1.3 to 1.5
Note: See TracTickets for help on using tickets.