Pode
I could view youtube from your capx only at chrome browser. Firefox shows me a black block.
Edit:
Solution
Add
&html5=1
at the end of url.
runtime.js in touch plugin at line 1076
Exps.prototype.AbsoluteYForID = function (ret, index)
It might be
Exps.prototype.AbsoluteYForID = function (ret, id)
Savvy001
I will try this when I have time, thanks for suggestion.
rexrainbow
Joannesalfa
Convert seconds to days hours minutes and seconds.
numdays = Math.floor(seconds / 86400) numhours = Math.floor((seconds % 86400) / 3600) numminutes = Math.floor(((seconds % 86400) % 3600) / 60) numseconds = ((seconds % 86400) % 3600) % 60
Document
Uh, I mean, compare previous saved "Year/Month/Date" with current "Year/Month/Date" to get days.
I guess, might be saving "Year/Month/Date" into webstorage?
I had made a behavior to load image from url for canvas plugn, this code was modified from sprite.
Develop games in your browser. Powerful, performant & highly capable.
aktarus
Edit table in excel, then click menu bar "File" -> "Save as" -> select csv format.
—
You might use "action:Create instance" in nickname plugin if you have this nickname(string).
zhangcui
Sorry, I don't know why. Can not help you.
Member since 4 Apr, 2011