I'm wondering if setting the 'script time limit' to 5 seconds under Publish Settings would be better than using SetInterval.....anybody used this? Thanks...
Type: Posts; User: captain_planet; Keyword(s):
I'm wondering if setting the 'script time limit' to 5 seconds under Publish Settings would be better than using SetInterval.....anybody used this? Thanks...
OK, i guess effectively i could just use a couple of booleans as opposed to checking the data of a shared object like below, right? I think it would work in principle. But this brings me on to my...
hmmm....i have a feeling that you guys are talking about using shared objects......
Which property are you both referring to? If i try:
setInterval(
function(){
if (xml.data == null) {
trace("null")
}else
{
trace("not null")
}
Ahhh, ok. Interesting. Thanks. I've just knocked this code up, but can't test it right now. I hope it's what you mean, and I'll see if it works later:
stop();
// create a new XML object...
Hi.
I'm using XML to display a latest news feed on my mobile app. I use the example here:
http://wiki.forum.nokia.com/index.php/How_to_load_and_parse_XML_files
Everything works great, but if...
Ahh man - I'd love to be able to get rid of the 'Allow Flash content to establish network connection?" too.....hmmm.
Ahh ok - that's interesting. Thanks Seth/Biskero. I don't fully understand what Biskero's described, although i get the general idea of de-coupling the mobile app from the ad network. I'd still...
Sajisoft nailed it on the head for me......so thanks for that. I had mine published to access the network, but didn't have a crossdomain.xml on my webserver. I do now, and it works! Thanks!
There is a solution (hooray!). The code in the link below will actually work. To get XML parsing to work on N95 you need to:
a) Publish Flash Lite as 'Access Network Only' (Check your publish...
I've just stumbled across this:
http://wiki.forum.nokia.com/index.php/How_to_load_and_parse_XML_files
Which actually states it doesnt work on N95. Is there a workaround for this? Or an...
Hi. I'm also getting "Internet: Unable to connect to network. Try again later" from my FL2.0 swf.
It's generated by the code below.
When i test it on a physical N95 8GB by loading the swf...
Hi Sajisoft,
Thanks very much for your response! I think there were two issues:
1) I didnt publish with the 'Network Access Only' setting
2) The fill rate of the AdMob ads was disgustingly...
I've not, to be honest....I'll look into it..... If there's any more, keep 'em coming please....
Hi, all.
I've asked a similar question in the WRT forums for good mobile advertising companies which work inside WRT widgets. So now i'm asking if anybody knows of advertising companies which...
Hi, all.
Tried to get the WRT advertising working on AdServXT (WRT 3.2 version) but wasnt successful. They told me it's a bug, and they don't have time to fix it at the moment because they're...
Hi all.
I've been trying to get an RSS feed to work in a wrt widget. When i test my code (running the .html file) in the Internet Explorer/Firefox desktop browser it works fine. However, if i...
Thanks for that, planeteer. ;-)
I'll give AdservXT a go first then i think. I'll report back with my findings....
...since nobody can help me build a javascript-based request for admob, i'm investigating the following solutions tomorrow:
InnerActiv
AdservXT
goldspotmedia
Adfonic
Smaato
If anybody has...
....I guess what i'm really trying to ask is if there's any way to implement advertising in a WRT Widget? I know the Ovi App Wizard allows you to use advertising, but i can't see the .wgz it creates...
Hi all.
I'm using this method to run my swf in the standalone player from a wrt widget:...