JDK-8090627 : Allow Media objects to be loaded from all protocols.
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: media
  • Affected Version: 7u6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2012-09-06
  • Updated: 2018-09-06
  • Resolved: 2017-04-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
Currently, the Media class only allows loading media through file, jar and http URLs.

Our use case is an application that has media files embedded in a custom store. A custom protocol handler was implemented to already load images from this store, but fails for sound and video. This is a documented limitation of the API, but lifting this limitation would be great.