R.y.c.k Posted July 4, 2012 Posted July 4, 2012 Hello I wanted to do something what would prevent theft coundown.png ,I thought streaming images avoid this But not show images Do you know another way to prevent theft? My effort g_RaceStartCountdown = Countdown.create(6, launchRace) g_RaceStartCountdown:useImages('http://kme-clan.g6.cz/test/countdown_%d.png', 474, 204) g_RaceStartCountdown:enableFade(true) g_RaceStartCountdown:addClientHook(3, 'playSound', "three.mp3") g_RaceStartCountdown:addClientHook(2, 'playSound', "two.mp3") g_RaceStartCountdown:addClientHook(1, 'playSound', "one.mp3") g_RaceStartCountdown:addClientHook(0, 'playSound', "go.mp3")
TwiX! Posted July 4, 2012 Posted July 4, 2012 as i know race ORIGINAL "Countdown" system not support the image links or you not put it in meta - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
Anderl Posted July 4, 2012 Posted July 4, 2012 You can't show images from URL. Use "fetchRemote" to create the image and edit the countdown script. "[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now