02-25-06 10:47 PM
Have you tried setting application.admin_nc to a dummy value ?
In your version of the code, it would resolve to an unknow object.
Try :
------------------------------
application.statsInterval =3D setInterval(application.viewStats, 3000,=20
null, application.name);
-----------------------
or try to give a value to application.admin_nc .
I'll check the version of my FCS this code used to run on ... (which,=20
indeed, might play a great role in this working or not).
Chmielewski yarek wrote:
> I tried your sample and simplified it a little bit:
> what I have in main.ASC
>
>
> application.viewStats =3D function(curr_nc, app_name)
> {
> trace("#CALLED HERE");
> }
>
>
> application.onAppStart =3D function() {
> trace("# starting App");
> trace("Room's starting");
> application.statsInterval =3D setInterval(application.viewStats,=20
> 3000, application.admin_nc, application.name);
> ...
> }
>
> I have (in the app inspector )
>
> # starting App
> Room's starting
>
>
> and NOTHING else ... I NEVER receive"#CALLED HERE as I should
>
> Have I made something wrong ?
>
>
>
>
>
> ----- Original Message ----- From: <lti-1a8g-LMbKfuCQv7pBDgjK7y7TUQ@public
.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@p
ublic.gmane.org>
> Sent: Saturday, February 25, 2006 4:22 PM
> Subject: Re: [FlashComm] SetInterval : bugs ?
>
>
{[vbcol=seagreen]
{[vbcol=seagreen]
e;[vbcol=seagreen]
-=20[vbcol=seagreen]
t=20[vbcol=seagreen]
-=20[vbcol=seagreen]
t=20[vbcol=seagreen]
__=20[vbcol=seagreen]
______=20[vbcol=seagreen]
z les=20[vbcol=seagreen]
>
>
>
> =20
>
> =20
> =20
> ________________________________________
_______________________________=
____=20
> Nouveau : t=E9l=E9phonez moins cher avec Yahoo! Messenger ! D=E9couvez =
les=20
> tarifs exceptionnels pour appeler la France et l'international.
> T=E9l=E9chargez sur http://fr.messenger.yahoo.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
[ Post a follow-up to this message ]
|