How do I play a video ...

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
conde
Posts: 51
Joined: Sun Nov 27, 2011 10:41 am
Location: Stuttgart, Germany

How do I play a video ...

Post by conde » Thu Dec 20, 2012 11:31 am

Why does the script in this Livecode lesson not work?

LS 5.5.3, SDKs: 5.1, 6.0, Simulator 5.1, 6.0

Klaus
Posts: 13820
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: How do I play a video ...

Post by Klaus » Thu Dec 20, 2012 12:03 pm

Hi conde,

what exactly does not work?
Could you please post your script(s), guessing is not an option 8)


Best

Klaus

conde
Posts: 51
Joined: Sun Nov 27, 2011 10:41 am
Location: Stuttgart, Germany

Re: How do I play a video ...

Post by conde » Thu Dec 20, 2012 12:19 pm

Hallo Klaus,

the enclosed stack downloadable iOSNativeVideoLesson.zip is not working. It does not open in the simulator.

Gruß Guera

Klaus
Posts: 13820
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: How do I play a video ...

Post by Klaus » Thu Dec 20, 2012 12:31 pm

But opens in the IDE?

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: How do I play a video ...

Post by Dixie » Thu Dec 20, 2012 12:47 pm

Conde...

The video lesson stack does work, I have just downloaded it and tried it... however, I can only get it to run in the 5.1 simulator ...

be well

Dixie

conde
Posts: 51
Joined: Sun Nov 27, 2011 10:41 am
Location: Stuttgart, Germany

Re: How do I play a video ...

Post by conde » Thu Dec 20, 2012 1:01 pm

Klaus wrote:But opens in the IDE?
Yes with an error in card 1002, line 3
Dixie wrote:Conde...
The video lesson stack does work, I have just downloaded it and tried it... however, I can only get it to run in the 5.1 simulator ...
Dixie
Yes - only in 5.1 but the video does not appear. Only Loading ...

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: How do I play a video ...

Post by Dixie » Thu Dec 20, 2012 1:14 pm

Conde...

I get no error. .. It loads, it runs.. I do admit that the loading takes longer than I remember it doing when I first ran this with, I think liveCode 4.6.4. I am running Mountain Lion, liveCode 5.5.3 and xCode 4.5.2 on a MacBook Pro

be well

Dixie

Klaus
Posts: 13820
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: How do I play a video ...

Post by Klaus » Thu Dec 20, 2012 1:16 pm

conde wrote:
Klaus wrote:But opens in the IDE?
Yes with an error in card 1002, line 3
...
Ah, yes, loaded the stack and took a look.

Unfortunately most of the Livecode examples lack a lot of basics (not to say they suck :D ), like these lines in an "iOS" stack:

Code: Select all

on opencard
   if the environment <> "mobile" then
      exit opencard
   end if
## special iOS stuff here like: iPhonecontrolThisAndThat...
Without these lines this will throw an error in the IDE, big fun!

conde
Posts: 51
Joined: Sun Nov 27, 2011 10:41 am
Location: Stuttgart, Germany

Re: How do I play a video ...

Post by conde » Thu Dec 20, 2012 1:30 pm

Thanks Klaus,
now it works in IDE. But in Simulator 5.1 I see no video and in 6.0 the app crashes.

Is it true that there is no workaround to play a video with player control in 6.0 ? :o I'm trying since yesterday, nothing works. :(

Klaus
Posts: 13820
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: How do I play a video ...

Post by Klaus » Thu Dec 20, 2012 2:00 pm

Hi conde,

sorry, no idea!
I do not have any mobile license nor do I develop for mobile.


Best

Klaus

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: How do I play a video ...

Post by Dixie » Thu Dec 20, 2012 2:12 pm

The video won't play in the IDE using the supplied script, as you can't use iOS controls in the IDE !
The video plays in the 5.1 simulator
The video does not play in the 6.0 simulator
The stack runs on a device, if you create the standalone, running iOS 6.0.1

conde
Posts: 51
Joined: Sun Nov 27, 2011 10:41 am
Location: Stuttgart, Germany

Re: How do I play a video ...

Post by conde » Thu Dec 20, 2012 2:26 pm

Okay Dixie - thanks. It’s clear as daylight.

Post Reply

Return to “iOS Deployment”