Hey everyone, just found a little gotcha when using Device Central CS4 (don't know if this exists in CS3 as well). When you are getting the return value of...
Hello. Can anybody (please please please) tell me about the 100KB Flash Lite limit on Japanese phones. I'm wondering if that is just for swf files that people...
Flash Lite implementation in Japan is browser-only, as far as I know. That's the standard deployment method; there is no installable file that the user...
What browser do those phones typically use? On Wed, Mar 4, 2009 at 8:24 AM, Darren Osadchuk <...
Jesse Warden
jesse.warden@...
Mar 4, 2009 1:35 pm
8215
I think they vary - unfortunately, my only keitai is quite old, so it's beyond its useful testing life. As far as I know, the listing under the 'web' tab in...
We're supposed to recommend a browser implementation to a vendor creating their own device, that's why I was curious. I'll go look at Device Central then, and...
Hello Everyone, please find below the description for "Connecting Innovation", it might be of interest to the people on the FlashLight list. Connecting...
like: var str = "cow "; str = str.split(" ").join(""); ... like: var str = "cow "; str = str.split(" ").join(""); On Wed, Mar 4, 2009 at 11:10 AM, Scott...
Jesse Warden
jesse.warden@...
Mar 4, 2009 4:15 pm
8222
that's my favorite, but it depends on your needs. :) ... that's my favorite, but it depends on your needs. :) On 3/4/2009 11:15 AM, Jesse Warden wrote: like: ...
Detecting device platform info ... here is a good starting point for Nokia specific device platforms (but can be adapted to other platforms supporting...
... hang on, that won't work: "Nokia OS " would be "NokiaOS" you're splitting the string into an array based on a space as the delimiter and then joining the...
Probably other ways to do it, but: var str = "Nokia OS "; while (str.charAt(str.length-1) == " ") { str = str.substr(0, str.length-1); } would work. D....
Nope, not that I'm aware of. Never been an issue, as far as I know, either. The standard implementation is as a browser plug-in, and data plans are exceedingly...
Depends if the null character is getting translated to a space also in these methods. If not, it would work if you use String.fromCharCode(0) probably....
Hi Darren, Thanks for that. Then I guess the problem "is" the 100KB limit :P I wonder what they do with Java applications and SIS files in Japan. If we wanted...
Hey Dan, Never heard anything about a 125K limit - I've done a fair bit of work for the Japanese market, so I'm pretty sure we'd have taken advantage of that...
Cool thanks for that Darren. What would happen under the following scenario: We publish a game file that is 100KB that comes with two levels. The user wants to...
Hey Dan, In that scenario, the level data wouldn't load - the user has just loaded 100k of data, so that's it for that page (even though the page is a swf and...
Thanks again Darren. This reminds me of the good old days trying to make flash games that worked on computers that were as powerful as my old Nokia N70 :P Once...
Also. Are you based in Japan? I will be in Japan on March the 20th and 21st. I would be keen to meet with you and any other Flash Lite developers based in...