[ANN] demos

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply

vidkid
Posts: 10
Joined: Thu Mar 22, 2007 1:44 pm
Contact:

Post by vidkid » Thu Apr 19, 2007 5:22 pm

when I click on the links you provide, I get an outline of what appears to be a graphic, but nothing else... :(

marielle
Livecode Opensource Backer
Livecode Opensource Backer

Post by marielle » Thu Apr 19, 2007 5:46 pm

Thanks for letting me know. That's my first attempt at screencasting. They are all .mov file... to be played with quicktime. I am a mac user, they play fine on both safari and firefox. I haven't tried them on a pc.

What you can do is from within runrev, open a brand new stack, make it as big as you can (maximize the window) and then in the message box, type:

Code: Select all

play videoclip "http://projects.widged.com/widgets/movies/exercist_snapcards.mov"

To see the controllers, create a player object and set the source of that object to :

Code: Select all

http://projects.widged.com/widgets/movies/exercist_snapcards.mov
If for some reason the controller buttons don't seem to work (like it's the case on my machine, type in the message box: "start player 1")

Let me know if that option works... Otherwise I will convert them to mpeg.

Marielle

Post Reply