{ "id": "62881", "key": "TIMOB-2249", "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": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11250", "name": "Sprint 2011-15", "archived": true, "released": true, "releaseDate": "2011-04-18" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-05-11T16:03:56.000+0000", "created": "2011-04-15T03:14:47.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "3.2", "defect", "ios", "ipad", "klist", "player", "release-1.7.0", "video" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-05-11T16:03:56.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": "{html}

Problem

\n

When a movie is paused outside the default controls the movie\nwill not play again. Using the default controls still works.

\n

Code

\n
\nvar win = Titanium.UI.createWindow({  \n    title:'Win'\n});\n \nvar player = Titanium.Media.createVideoPlayer({\n    contentURL:'ACCESSO_ANTERIORE_XVID.mp4',\n    scalingMode:Titanium.Media.VIDEO_SCALING_MODE_FILL,\n    width:400,\n    height:300,\n    autoplay:false\n});\n \nvar button = Ti.UI.createButton({\n    title:'Toggle',\n    height:60,\n    bottom:120\n});\n \nbutton.addEventListener('click',function()\n{   \n    if(player.playbackState==Titanium.Media.VIDEO_PLAYBACK_STATE_PLAYING){\n        player.pause();\n    }\n    else{\n        player.play(); \n    }\n});\n \nwin.add(player);\nwin.add(button);\nwin.open();\n
\n

HD Ticket

\n

http://developer.appcelerator.com/helpdesk/view/52221#c238621

{html}", "attachment": [ { "id": "18352", "filename": "app.js", "author": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T13:48:08.000+0000", "size": 749, "mimeType": "application/x-javascript" } ], "flagged": false, "summary": "iPad video player will not play after being paused", "creator": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ctredway1", "key": "ctredway1", "displayName": "ctredway", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "130853", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "body": "Another HD client has noticed this on iPhone as well, and I have reproduced.\n\nhttp://support-admin.appcelerator.com/display/GJW-66323-919", "updateAuthor": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2011-04-15T08:01:10.000+0000", "updated": "2011-04-15T08:01:10.000+0000" }, { "id": "130874", "author": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here's an app.js to validate the fix.", "updateAuthor": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T13:48:08.000+0000", "updated": "2011-04-15T13:48:08.000+0000" }, { "id": "133455", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "No longer able to reproduce with iPad, iOS 4.3.2. Build 1.7.0.879871b. Closing\n", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-11T16:03:56.000+0000", "updated": "2011-05-11T16:03:56.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }