History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-839
Type: Improvement Improvement
Status: Open Open
Priority: P1 P1
Assignee: Sarah Allen
Reporter: Jim Grandy
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Compiler and LPS should handle .FLV files

Created: 25/Oct/05 08:20 AM   Updated: 11/May/07 10:19 PM
Component/s: Compiler, Server - Media
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Severity: Major
Runtime: N/A
Release Note Text: OpenLaszlo does not yet handle the Flash video format .FLV.


 Description  « Hide
This should work:

<view resource="testfile.flv"/>

This should also work:

<method name="foo">
  this.setSource("testfile.flv");
</method>

See http://openlaszlo.org/wiki/MediaSupport for more on video in OpenLaszlo.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jim Grandy - 01/Feb/06 02:28 PM
We should be sure to look at embedded/external video more generally. FlashComm integration is a separate issue.

Sarah Allen - 08/Mar/06 03:32 PM
note: LPP-1678 is a step towards making this work

Antun Karlovac - 28/Apr/06 02:56 PM
Surely .FLVs should be easy to implement for SOLO applications?