Search found 14 matches

by maulinarmananda
Fri Apr 22, 2016 3:25 am
Forum: Android Deployment
Topic: "Could not generate package manifest" with app icon.. SOLVED
Replies: 9
Views: 11489

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?
by maulinarmananda
Sun Mar 27, 2016 4:30 am
Forum: iOS Deployment
Topic: about movie player on iOS and Android
Replies: 15
Views: 19180

Re: about movie player on iOS and Android

waw thank you :)

but can we play video on android fullscreen?
by maulinarmananda
Fri Mar 25, 2016 5:02 pm
Forum: iOS Deployment
Topic: about movie player on iOS and Android
Replies: 15
Views: 19180

Re: about movie player on iOS and Android

waw thank you so much. it works! :D
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?
by maulinarmananda
Fri Mar 25, 2016 4:47 am
Forum: Android Deployment
Topic: Video on Android
Replies: 5
Views: 5994

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 ...
by maulinarmananda
Fri Mar 25, 2016 4:36 am
Forum: iOS Deployment
Topic: about movie player on iOS and Android
Replies: 15
Views: 19180

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 ...
by maulinarmananda
Thu Mar 24, 2016 5:27 pm
Forum: iOS Deployment
Topic: about movie player on iOS and Android
Replies: 15
Views: 19180

Re: about movie player on iOS and Android

I mean mp4. It still not working
by maulinarmananda
Thu Mar 24, 2016 4:06 pm
Forum: Android Deployment
Topic: Playing .wav File
Replies: 6
Views: 6353

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 ...
by maulinarmananda
Thu Mar 24, 2016 4:03 pm
Forum: Android Deployment
Topic: When will Video Player support on Android
Replies: 6
Views: 8551

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 ...
by maulinarmananda
Thu Mar 24, 2016 3:55 pm
Forum: iOS Deployment
Topic: about movie player on iOS and Android
Replies: 15
Views: 19180

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 ...
by maulinarmananda
Thu Mar 24, 2016 1:51 pm
Forum: iOS Deployment
Topic: about movie player on iOS and Android
Replies: 15
Views: 19180

Re: about movie player on iOS and Android

can you please give me an example? I still don't understand with your code
by maulinarmananda
Thu Mar 24, 2016 12:43 pm
Forum: Android Deployment
Topic: When will Video Player support on Android
Replies: 6
Views: 8551

Re: When will Video Player support on Android

can you give me the example?
I have tried before but still doesnt work :(
by maulinarmananda
Thu Mar 24, 2016 12:38 pm
Forum: Android Deployment
Topic: Video on Android
Replies: 5
Views: 5994

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
by maulinarmananda
Thu Mar 24, 2016 12:25 pm
Forum: Android Deployment
Topic: Playing .wav File
Replies: 6
Views: 6353

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 ...