|
Home > Archive > Macromedia Flash Server > March 2006 > this is weird
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Steven Kleckner 2006-03-17, 5:46 pm |
| I can publish and receive a stream with no problem
when using a Main.asc that has the load
("componants.asc") only
But...If I insert any other code into the main file,
such as onconnect or ondisconnect, blah, blah,
blah...I lose the stream.
Any ideas?
Thanks in advance
Steve
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20
________________________________________
_______
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
| |
| Ruben 2006-03-19, 11:23 am |
|
You use the Main.asc with the code:
load( "components.asc" );
This loads another .asc files wich use the onConnect, onAppStart, etc.
If you need to script your own code, see this files:
scriptlib/framework.asc
scriptlib/application.asc
Ruben
I can publish and receive a stream with no problem
when using a Main.asc that has the load
("componants.asc") only
But...If I insert any other code into the main file,
such as onconnect or ondisconnect, blah, blah,
blah...I lose the stream.
Any ideas?
Thanks in advance
Steve
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.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
________________________________________
_______
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
| |
| Stefan Richter 2006-03-19, 11:23 am |
| Wow easy, you don't need to touch those files.
Please read the docs for Application.onConnectAccept which explain what you
need to consider when using components.
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Ruben
> Sent: 18 March 2006 11:11
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] this is weird
>
>
> You use the Main.asc with the code:
>
> load( "components.asc" );
>
> This loads another .asc files wich use the onConnect, onAppStart, etc.
> If you need to script your own code, see this files:
>
> scriptlib/framework.asc
> scriptlib/application.asc
>
>
> Ruben
>
>
>
>
> I can publish and receive a stream with no problem when using
> a Main.asc that has the load
> ("componants.asc") only
>
> But...If I insert any other code into the main file, such as
> onconnect or ondisconnect, blah, blah, blah...I lose the stream.
>
> Any ideas?
>
> Thanks in advance
> Steve
>
> ________________________________________
__________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection
> around http://mail.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
>
>
> ________________________________________
_______
> 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
>
________________________________________
_______
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
|
|
|
|
|