Ticket #1250 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Pluginmode for Flash plugins

Reported by: zach Owned by: zach
Priority: Milestone: Player 5.5
Component: embedding Keywords:
Cc: pablo, doug, jeroen Forum thread:

Description

Flash plugins each need a way to know, "Is there a JS component that accompanies the Flash plugin?". Consider:

plugins: {
  "./exampleplugin1.swf": {},
  "exampleplugin2": {}
}

We'd still be using the jwembedder, but only exampleplugin2 would have a JavaScript counterpart. Thus, it's inaccurate to simply specify the embed method as proxy for answering the above question. We'll need a property that the JW embedder will set for each plugin that has a JS counterpart rather than a single player property that is simply copied into every config.

I suggest we call it pluginmode. It will be set by the embedder, but only for flash plugins to HYBRID or FLASH.

Change History

comment:1 Changed 2 years ago by zach

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in 1629

Note: See TracTickets for help on using tickets.