{ "id": "67460", "key": "TIMOB-4332", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11358", "description": "Mobile 1.8.0 M05", "name": "Sprint 2011-26", "archived": true, "released": true, "releaseDate": "2011-07-04" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-10-27T15:44:18.000+0000", "created": "2011-06-06T13:52:22.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-10-27T15:44:23.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "iOS videoPlayer does not fire a load event when the movie play loads. \r\n\r\nStep 1: run the code below\r\nStep 2: notice that 'load' never fires\r\n\r\n{code:title=\"app.js\"}\r\nvar win = Titanium.UI.createWindow();\r\nvar activeMovie = Titanium.Media.createVideoPlayer({\r\n contentURL: 'http://theatercrew.com/sample.mp4',\r\n\tautoplay: true\r\n});\r\n\r\nwin.add(activeMovie);\r\nwin.open();\r\nactiveMovie.play();\r\n\r\nactiveMovie.addEventListener('load',function(){\r\n Ti.API.info('activeMovie.addEventListener(\\'load\\',function(){');\r\n});\r\n{code}\r\n\r\nh3. Tested With \r\nTiSDK 1.7.0.RC1\r\niOS 4.3\r\n\r\nh3. Associated Helpdesk Ticket\r\nhttp://appc.me/c/APP-888114", "attachment": [], "flagged": false, "summary": "iOS: videoPlayer does not fire load event", "creator": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 1.7.0.RC1\r\niOS 4.3", "comment": { "comments": [ { "id": "158852", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Is this to be cherry-picked back to 1.7.2? This still occurs with SDK 1.7.x r177ece80", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-06T17:52:09.000+0000", "updated": "2011-07-06T17:52:09.000+0000" }, { "id": "164341", "author": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested On: \n\nMac OSX Lion\nTiMob: 1.8.0.v20110819142548\nTiStud: 1.0.4.201108101535\n\nDevices:\n\niPhone 4 version 4.2.10\niPad2 version 4.3.5\niPod 3", "updateAuthor": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-29T10:36:21.000+0000", "updated": "2011-08-29T10:36:21.000+0000" }, { "id": "164342", "author": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Video may take upto 1 minute to load.\r\n", "updateAuthor": { "name": "vsingh", "key": "vsingh", "displayName": "Vikramjeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-29T10:38:33.000+0000", "updated": "2011-08-29T10:38:33.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }