
Search found 14 matches
- Tue Apr 26, 2016 3:13 pm
- Forum: Android Deployment
- Topic: "Could not generate package manifest" with app icon.. SOLVED
- Replies: 9
- Views: 9781
Re: "Could not generate package manifest" with app icon.. SO
waw great! it works. thank you 

- Fri Apr 22, 2016 3:25 am
- Forum: Android Deployment
- Topic: "Could not generate package manifest" with app icon.. SOLVED
- Replies: 9
- Views: 9781
Re: "Could not generate package manifest" with app icon.. SO
I have the same problem here. I made png file image with photoshop, how can you solve ur problem?
- Sun Mar 27, 2016 4:30 am
- Forum: iOS Deployment
- Topic: about movie player on iOS and Android
- Replies: 15
- Views: 13910
Re: about movie player on iOS and Android
waw thank you 
but can we play video on android fullscreen?

but can we play video on android fullscreen?
- Fri Mar 25, 2016 5:02 pm
- Forum: iOS Deployment
- Topic: about movie player on iOS and Android
- Replies: 15
- Views: 13910
Re: about movie player on iOS and Android
waw thank you so much. it works! 
But I have one problem, when I click back button (go to the prev card), my video is still on the screen, doesn't want to go. How do I fix it?

But I have one problem, when I click back button (go to the prev card), my video is still on the screen, doesn't want to go. How do I fix it?
- Fri Mar 25, 2016 4:47 am
- Forum: Android Deployment
- Topic: Video on Android
- Replies: 5
- Views: 5112
Re: Video on Android
still nothing works :( here is my code on openCard if the environment = "development" then exit openCard if "mobilecontrol" is among the lines of mobileControls() then controlDelete end if mobileControlCreate "player", "videoControl" mobileControlSet "videoControl", "filename", specialFolderPath("en...
- Fri Mar 25, 2016 4:36 am
- Forum: iOS Deployment
- Topic: about movie player on iOS and Android
- Replies: 15
- Views: 13910
Re: about movie player on iOS and Android
so,first I have to create player on my card, then put the code on player or on my card? I get a bit confuse here. Can you give me all lines of the code? I had put my video files in "copy files" but still nothing works. and here is my code that I put in my card. on openCard if the environment = "mobi...
- Thu Mar 24, 2016 5:27 pm
- Forum: iOS Deployment
- Topic: about movie player on iOS and Android
- Replies: 15
- Views: 13910
Re: about movie player on iOS and Android
I mean mp4. It still not working
- Thu Mar 24, 2016 4:06 pm
- Forum: Android Deployment
- Topic: Playing .wav File
- Replies: 6
- Views: 5292
Re: Playing .wav File
this is my code on openCard if the environment = "mobile" then put specialFolderPath("engine") & "/qtimun.mp4" into tVidFile mobileControlCreate "player", "myPlayer" put the result into sPlayerID -- save the control id mobileControlSet sPlayerID, "filename", tVidFile mobileControlSet sPlayerID, "vis...
- Thu Mar 24, 2016 4:03 pm
- Forum: Android Deployment
- Topic: When will Video Player support on Android
- Replies: 6
- Views: 7402
Re: When will Video Player support on Android
sorry, because this is my first time in this forum so I don't know how to throw up new question ;) my problem is, I want to build android app using livecode. everything is going well but my video on my app doesn't works. video doesn't come up, so I can't play it. I put code in card where my player i...
- Thu Mar 24, 2016 3:55 pm
- Forum: iOS Deployment
- Topic: about movie player on iOS and Android
- Replies: 15
- Views: 13910
Re: about movie player on iOS and Android
what if I put these code? put specialFolderPath("engine") & "/video/myVideo.m4a" into tVidFile mobileControlCreate "player", "myPlayer" put the result into sPlayerID -- save the control id mobileControlSet sPlayerID, "filename", tVidFile mobileControlSet sPlayerID, "visible", true mobileControlSet s...
- Thu Mar 24, 2016 1:51 pm
- Forum: iOS Deployment
- Topic: about movie player on iOS and Android
- Replies: 15
- Views: 13910
Re: about movie player on iOS and Android
can you please give me an example? I still don't understand with your code
- Thu Mar 24, 2016 12:43 pm
- Forum: Android Deployment
- Topic: When will Video Player support on Android
- Replies: 6
- Views: 7402
Re: When will Video Player support on Android
can you give me the example?
I have tried before but still doesnt work
I have tried before but still doesnt work

- Thu Mar 24, 2016 12:38 pm
- Forum: Android Deployment
- Topic: Video on Android
- Replies: 5
- Views: 5112
Re: Video on Android
do you have to create player first, or just let the code on your card script?
I dont know how to put the code
I dont know how to put the code
- Thu Mar 24, 2016 12:25 pm
- Forum: Android Deployment
- Topic: Playing .wav File
- Replies: 6
- Views: 5292
Re: Playing .wav File
I also have an issue with this. Im trying to built my android app. and it contains videos. I can play it in my pc but when I built it in apk, my video doesn't come. I have tried using code in website but still nothing works. Can someone help me? I really depressed because this is for my final assign...