Page 1 of 1

Can't play vdo from url

Posted: Wed Apr 23, 2014 10:17 am
by dorankseo
Hi , I have problem.
I can't play vdo from url

And this my code

Code: Select all

on preOpenCard
   put URL "myurl" into player "Player"
end preOpenCard
I can't post url vdo.

My attachment file is error message

Re: Can't play vdo from url

Posted: Wed Apr 23, 2014 11:11 am
by Klaus
Hi Doran,

1. welcome to the forum! :D

2. wrong syntax, you need to:
...
set the filename of player "Player" to tURL
...

Check these great resources to get the basics of Livecode:
http://www.hyperactivesw.com/revscriptc ... ences.html


Best

Klaus