Chris,

That's big news for me, I didn't now red5 was that much advanced yet

So if I understand correctly, RED5 will support those flash webcam chatrooms
that needed a FCS to work?

And how many connections will red5 allow? Is it unlimited or any
restrictions?

Sorry for those stupid questions, but I m just a user, not a programmer :-) 


Best regards
Patrick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: samedi 22 octobre 2005 0:56
To: [email protected]
Subject: osflash Digest, Vol 6, Issue 84

Send osflash mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://osflash.org/mailman/listinfo/osflash_osflash.org
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of osflash digest..."


Today's Topics:

   1. OFLA ! (Nicolas Cannasse)
   2. Re: Screenweaver 4 Demo (Romain Ecarnot)
   3. Re: MTASC Future (Austin Haas)
   4. Re: MTASC Future (Claus Wahlers)
   5. Re: osflash Digest, Vol 6, Issue 82 (Allen, Christopher S.)


----------------------------------------------------------------------

Message: 1
Date: Sat, 22 Oct 2005 00:42:05 +0200
From: "Nicolas Cannasse" <[EMAIL PROTECTED]>
Subject: [osflash] OFLA !
To: <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"

Hi list,

OFLA was really great !
I would like to thanks all the speakers, and also the attendees that showed
up.
We had user peaks at around 350 people at the same time !
I hope that some people recorded some parts of it and can put them online.

Nicolas




------------------------------

Message: 2
Date: Sat, 22 Oct 2005 00:42:07 +0200
From: Romain Ecarnot <[EMAIL PROTECTED]>
Subject: Re: [osflash] Screenweaver 4 Demo
To: Open Source Flash Mailing List <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Reaaly Great ! Thanks Edwin ;)

Cheers,
Romain Ecarnot
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/osflash_osflash.org/attachments/20051022/a27ebb
c1/attachment-0001.htm

------------------------------

Message: 3
Date: Fri, 21 Oct 2005 18:50:41 -0400
From: Austin Haas <[EMAIL PROTECTED]>
Subject: Re: [osflash] MTASC Future
To: Open Source Flash Mailing List <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed


Unfortunately for me, when I am contracted to make something in Flash 
for a client, I usually have to deliver the source code. So, it appears 
that going forward I won't be able to use MTASC for any of my commercial 
development. That's a bummer. I really liked MTASC.

-austin

Austin Haas
Pet Tomato, Inc.
http://www.pettomato.com

Nicolas Cannasse wrote:
> Hi list,
> 
> As announced at OFLA today MTASC will unlikely support ActionScript3.
> The reason is quite simple. MTASC supporting AS3 + AVM2 will be very
> comparable to Macromedia Compiler provided with FlexBuilder2. And only
> having the "opensource" difference is not enough.
> 
> My proposal is then a new language (name still unknown) that will support
> several platform :
> 
> - the Flash platform of course, with in the beginning current FlashVM and
> later AVM2.
>   the new language will try to make it easy to port your existing AS2 code
> to it (or at least as much difficult as porting your AS2 to AS3).
> 
> - the Brower platform, by allowing Javascript code generation. So you can
> write all your DHTML and AJAX *strongly-typed* with this language, and
> interact seemlessly with Flash.
> 
> - the Server platform, since it will be able to run on the NekoVM, and
then
> you can write *web pages* and *standalone executable* using this language.
> It's also great since you'll be able to have to communicate with the
> same-language from client to server, and you can access all the NekoVM
> libraries (sockets, databases, file system, ....)
> 
> So it's really one language, which syntax will be near AS2 and Java but
> still different and more flexible (more powerful also) and which evolution
> will be driven by the community. By you.
> 
> Nicolas
> 
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> 



------------------------------

Message: 4
Date: Sat, 22 Oct 2005 00:54:56 +0200
From: Claus Wahlers <[EMAIL PROTECTED]>
Subject: Re: [osflash] MTASC Future
To: Open Source Flash Mailing List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

> As announced at OFLA today MTASC will unlikely support ActionScript3.
> The reason is quite simple. MTASC supporting AS3 + AVM2 will be very
> comparable to Macromedia Compiler provided with FlexBuilder2. And only
> having the "opensource" difference is not enough.

as much as i like innovation, this very most likely means the sudden
death of DENG.
cheers,
claus.



------------------------------

Message: 5
Date: Fri, 21 Oct 2005 18:55:56 -0400
From: "Allen, Christopher S." <[EMAIL PROTECTED]>
Subject: Re: [osflash] osflash Digest, Vol 6, Issue 82
To: "Open Source Flash Mailing List" <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"

Thanks Patrick,

Lack of sleep and listening to a five hour conference at my desk must have
caused the joke to go right over my head.  Of course it was a joke (me slaps
my
forehead), but you wouldn't believe some of the questions we get that are
serious and should be jokes. :-)

You wrote:
> something I don't understand : in the webpage, I see there will be no
> support for audio and video because of codecs licenses, and I see in the
> demo that it is supported...
>
> So it it supported or not?

Well this is a tad bit confusing, so let me try to explain.  Red5 won't be
in
the business of converting to and from different types of codecs, but will
simply transfer existing ones.  This is what FCS does now too.  The flash
player
takes care of encoding the web cam data into a codec that can be sent to
another
Flash player.  And if you use FLVs (these are already properly encoded for
Flash) on the server you will be able to stream those to a Flash player.
What
we are trying to stay away from is encoding and decoding on the server. For
instance we would not be able to convert an MOV file into FLV on the server,
nor
get an FLV from a Flash player and change it into a WMV file.  We are
planning
on making the server extendable so that some one could easily create a
converter
and plug it into a Red5 installation and get these results, but we don't
plan on
doing that ourselves. I hope that helps explain it. 

Anyway, it looks like we have enough servers mirroring the demo at the
moment.
I'm sure that we will need more help like this in the future for other
releases
though.  Thanks very much for your offer.

Now time to have a beer.

-Chris


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
Of Patrick Rary
Sent: Friday, October 21, 2005 6:27 PM
To: [email protected]
Subject: Re: [osflash] osflash Digest, Vol 6, Issue 82

Chris,

Thanks for answering, it was a bit of a joke

I downloaded the demo and read the info text file, it looks heavy work, but
something I don't understand : in the webpage, I see there will be no
support for audio and video because of codecs licenses, and I see in the
demo that it is supported...

So it it supported or not?

In anyway, if I can help, I will be glad to host the demo and give some GB?s
of bandwidth each month

Best regards
Patrick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: samedi 22 octobre 2005 0:23
To: [email protected]
Subject: osflash Digest, Vol 6, Issue 82

Send osflash mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://osflash.org/mailman/listinfo/osflash_osflash.org
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of osflash digest..."


Today's Topics:

   1. Re: osflash Digest, Vol 6, Issue 80 (Allen, Christopher S.)
   2. Re: FlashVars in AS3 (John Giotta)
   3. Re: javascript integration kit as 1.0 ? (David Rorex)
   4. Re: javascript integration kit as 1.0 ? (Kerem G?lensoy)
   5. Re: javascript integration kit as 1.0 ? (David Rorex)
   6. Screenweaver 4 Demo (Edwin van Rijkom)


----------------------------------------------------------------------

Message: 1
Date: Fri, 21 Oct 2005 16:02:52 -0400
From: "Allen, Christopher S." <[EMAIL PROTECTED]>
Subject: Re: [osflash] osflash Digest, Vol 6, Issue 80
To: "Open Source Flash Mailing List" <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

Patrick,

There is no way we can get you a full version as it doesn't exist yet, and
plus
it's open source and free anyway. ;-)  We are still developing the product.

If you are interested in the source code there are entries on how to get it
and
build it on http://osflash.org/red5

-Chris

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
Of Patrick Rary
Sent: Friday, October 21, 2005 2:58 PM
To: [email protected]
Subject: Re: [osflash] osflash Digest, Vol 6, Issue 80

Hi, I can offer a mirror for RED5 if you wish

Can I have a full version in exchange? :-)

thanks

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: vendredi 21 octobre 2005 20:10
To: [email protected]
Subject: osflash Digest, Vol 6, Issue 80

Send osflash mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://osflash.org/mailman/listinfo/osflash_osflash.org
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of osflash digest..."


Today's Topics:

   1. Re: OFLA session record (Martin Wood)
   2. Re: OFLA conference (Jos? Francisco Rives Lirola)
   3. Re: OFLA conference (Muzak)
   4. RED5 demo dist request for mirrors.
      (Luke Hubbard ([EMAIL PROTECTED]))
   5. Re: RED5 demo dist request for mirrors. (Chris Benjaminsen)
   6. Re: RED5 demo dist request for mirrors. (Michael Stuhr)
   7. Re: RED5 demo dist request for mirrors. (Evan)
   8. Re: RED5 demo dist request for mirrors. (Geoff Stearns)
   9. Re: RED5 demo dist request for mirrors. (S?nke Rohde)
  10. Re: RED5 demo dist request for mirrors. (Martin Wood)
  11. Re: RED5 demo dist request for mirrors. (Maciek Wci?lik)
  12. Thanks to all RED5 demo mirrors :)
      (Luke Hubbard ([EMAIL PROTECTED]))


----------------------------------------------------------------------

Message: 1
Date: Fri, 21 Oct 2005 16:42:40 +0200
From: Martin Wood <[EMAIL PROTECTED]>
Subject: Re: [osflash] OFLA session record
To: Open Source Flash Mailing List <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

i'll see i can set myself up for recording the audio...

martin


Jos? Francisco Rives Lirola wrote:
> Hi,
> 
> i will try to record with vnc2swf all the conference but i can't record
the
> audio :-( , Do someone to record the audio?
> 
> 
> 
> erixtekila wrote:



------------------------------

Message: 2
Date: Fri, 21 Oct 2005 17:46:08 +0200
From: Jos? Francisco Rives Lirola <[EMAIL PROTECTED]>
Subject: Re: [osflash] OFLA conference
To: [EMAIL PROTECTED],  Open Source Flash Mailing List
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Sven Laqua escribi?:

>  Hi all,
>
>  do I miss something or where is the link to the conference ? I would
>  really like to attend the breeze session rather than to hope to get
>  some vid-record later on :)
>
>  thanks for the help, Sven.
>
http://ofla.breezecentral.com/ofla/






------------------------------

Message: 3
Date: Fri, 21 Oct 2005 17:47:41 +0200
From: "Muzak" <[EMAIL PROTECTED]>
Subject: Re: [osflash] OFLA conference
To: <[EMAIL PROTECTED]>,        "Open Source Flash Mailing List"
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>

http://ofla.breezecentral.com/ofla/


----- Original Message ----- 
From: "Sven Laqua" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, October 21, 2005 5:27 PM
Subject: [osflash] OFLA conference


Hi all,

do I miss something or where is the link to the conference ?
I would really like to attend the breeze session rather than to hope to get
some vid-record later on :)

thanks for the help,
Sven.





------------------------------

Message: 4
Date: Fri, 21 Oct 2005 23:50:51 +0700
From: "Luke Hubbard ([EMAIL PROTECTED])" <[EMAIL PROTECTED]>
Subject: [osflash] RED5 demo dist request for mirrors.
To: Open Source Flash Mailing List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hi guys,

Can people who have big servers please mirror this file then send me back
the url.
I will post all the mirrors during the conference but want people to get a
good fast download.

http://review.codegent.net/opensource/red5_demo.zip

-- Luke
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/osflash_osflash.org/attachments/20051021/1ad14d
77/attachment-0001.htm

------------------------------

Message: 5
Date: Fri, 21 Oct 2005 18:59:30 +0200
From: Chris Benjaminsen <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: [EMAIL PROTECTED],  Open Source Flash Mailing List
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Here

1gb mirror www.lol.dk/temp/red5_demo.zip (DK)

/Chris



Luke Hubbard ([EMAIL PROTECTED]) wrote:

> Hi guys,
>
> Can people who have big servers please mirror this file then send me 
> back the url.
> I will post all the mirrors during the conference but want people to 
> get a good fast download.
>
> http://review.codegent.net/opensource/red5_demo.zip
>
> -- Luke
>
>------------------------------------------------------------------------
>
>_______________________________________________
>osflash mailing list
>[email protected]
>http://osflash.org/mailman/listinfo/osflash_osflash.org
>  
>




------------------------------

Message: 6
Date: Fri, 21 Oct 2005 19:11:00 +0200
From: Michael Stuhr <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: [EMAIL PROTECTED],  Open Source Flash Mailing List
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Luke Hubbard ([EMAIL PROTECTED]) schrieb:

> Hi guys,
>
> Can people who have big servers please mirror this file then send me 
> back the url.
> I will post all the mirrors during the conference but want people to 
> get a good fast download.
>
> http://review.codegent.net/opensource/red5_demo.zip
>
> -- Luke
>
>------------------------------------------------------------------------
>
>_______________________________________________
>osflash mailing list
>[email protected]
>http://osflash.org/mailman/listinfo/osflash_osflash.org
>  
>
check: http://www.pixelficker.com/



------------------------------

Message: 7
Date: Fri, 21 Oct 2005 13:21:38 -0400
From: Evan <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: [EMAIL PROTECTED],  Open Source Flash Mailing List
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

http://www.tenpoundsound.com/red5_demo.zip

-Evan

Luke Hubbard ([EMAIL PROTECTED]) wrote:
> Hi guys,
> 
> Can people who have big servers please mirror this file then send me 
> back the url.
> I will post all the mirrors during the conference but want people to get 
> a good fast download.
> 
> http://review.codegent.net/opensource/red5_demo.zip
> 
> -- Luke
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org



------------------------------

Message: 8
Date: Fri, 21 Oct 2005 13:23:48 -0400
From: Geoff Stearns <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: [EMAIL PROTECTED],  Open Source Flash Mailing List
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

another mirror here:

http://www.deconcept.com/red5/red5_demo.zip


should be good for a few gigs


Luke Hubbard ([EMAIL PROTECTED]) wrote:
> Hi guys,
>
> Can people who have big servers please mirror this file then send me 
> back the url.
> I will post all the mirrors during the conference but want people to 
> get a good fast download.
>
> http://review.codegent.net/opensource/red5_demo.zip
>
> -- Luke
> ------------------------------------------------------------------------
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>   



------------------------------

Message: 9
Date: Fri, 21 Oct 2005 19:30:17 +0200
From: S?nke Rohde <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: <[EMAIL PROTECTED]>,        "'Open Source Flash Mailing List'"
        <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hi,
http://soenkerohde.com/downloads/red5_demo.zip
 
Cheers,
S?nke


  _____  

Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von Luke Hubbard ([EMAIL PROTECTED])
Gesendet: Freitag, 21. Oktober 2005 18:51
An: Open Source Flash Mailing List
Betreff: [osflash] RED5 demo dist request for mirrors.


Hi guys, 

Can people who have big servers please mirror this file then send me back
the url. 
I will post all the mirrors during the conference but want people to get a
good fast download.

http://review.codegent.net/opensource/red5_demo.zip

-- Luke


-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/osflash_osflash.org/attachments/20051021/957d79
d0/attachment.htm

------------------------------

Message: 10
Date: Fri, 21 Oct 2005 19:54:16 +0200
From: Martin Wood <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: Open Source Flash Mailing List <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

another

http://relivethefuture.com/others/red5_demo.zip

UK

thanks,

martin


S?nke Rohde wrote:
> Hi,
> http://soenkerohde.com/downloads/red5_demo.zip
>  
> Cheers,
> S?nke
> 
>
------------------------------------------------------------------------
>     *Von:* [EMAIL PROTECTED]
>     [mailto:[EMAIL PROTECTED] *Im Auftrag von *Luke Hubbard
>     ([EMAIL PROTECTED])
>     *Gesendet:* Freitag, 21. Oktober 2005 18:51
>     *An:* Open Source Flash Mailing List
>     *Betreff:* [osflash] RED5 demo dist request for mirrors.
> 
>     Hi guys,
> 
>     Can people who have big servers please mirror this file then send me
>     back the url.
>     I will post all the mirrors during the conference but want people to
>     get a good fast download.
> 
>     http://review.codegent.net/opensource/red5_demo.zip
> 
>     -- Luke
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org

-- 
want to know what i think? probably not

http://relivethefuture.com/choronzon



------------------------------

Message: 11
Date: Fri, 21 Oct 2005 20:06:19 +0200
From: Maciek Wci?lik <[EMAIL PROTECTED]>
Subject: Re: [osflash] RED5 demo dist request for mirrors.
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

Hello Luke,

http://inou.pl/downloads/red5_demo.zip

> Can people who have big servers please mirror this file then send me back
the url.
> I will post all the mirrors during the conference but want people to get a
good fast download.

>  http://review.codegent.net/opensource/red5_demo.zip

> -- Luke

br,
maciek





------------------------------

Message: 12
Date: Sat, 22 Oct 2005 01:10:02 +0700
From: "Luke Hubbard ([EMAIL PROTECTED])" <[EMAIL PROTECTED]>
Subject: [osflash] Thanks to all RED5 demo mirrors :)
To: Open Source Flash Mailing List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

We have more than enough now :)
-- Luke
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/osflash_osflash.org/attachments/20051022/7f24a2
fa/attachment.htm

------------------------------

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org


End of osflash Digest, Vol 6, Issue 80
**************************************



_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org



------------------------------

Message: 2
Date: Fri, 21 Oct 2005 16:58:16 -0400
From: John Giotta <[EMAIL PROTECTED]>
Subject: Re: [osflash] FlashVars in AS3
To: Flashcoders mailing list <[email protected]>,
        Open Source Flash Mailing List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

package {
        import flash.util.trace;
        import flash.display.Sprite;
        import flash.display.SWFLoaderInfo;
        public class FlashVarsTest extends Sprite {
                public function FlashVarsTest () {
                        var FlashVar_arguments:Object =
SWFLoaderInfo(loaderInfo).arguments;
                        for (var prop:String in FlashVar_arguments) {
                                trace(prop + " = " +
FlashVar_arguments[prop]);
                        }
                }
        }
}



------------------------------

Message: 3
Date: Fri, 21 Oct 2005 14:18:05 -0700
From: David Rorex <[EMAIL PROTECTED]>
Subject: Re: [osflash] javascript integration kit as 1.0 ?
To: Open Source Flash Mailing List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

Why not just compile it separately as f6 as2, then load it into your
f6 as1 project?

-David R

On 10/21/05, Kerem G?lensoy <[EMAIL PROTECTED]> wrote:
>
> yes i know...i?m asking because it would come handy for a flash6 as1.0
> project...
>
>  ________________________________
>  Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
> Auftrag von Aaron Silvers
> Gesendet: Freitag, 21. Oktober 2005 16:44
> An: Open Source Flash Mailing List
> Betreff: Re: [osflash] javascript integration kit as 1.0 ?
>
>
> You know that the flash/js integration kit is good down to Flash Player 6,
> as-is, right?
>
>
> On 10/21/05, Kerem G?lensoy < [EMAIL PROTECTED]> wrote:
> > hi all,
> > i wondered if there is an as1.0-port of
> > external-interface/js-integration-kit?! if so, where? :-)
> >
> > thanks | kerem
> >
> >
> > _______________________________________________
> > osflash mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
>
>
>
> --
> -a-
>
> Aaron E. Silvers
> [EMAIL PROTECTED]
> http://flashforlearning.com
> ------------------------------------------
> "when the five senses and the mind are still, and reason itself rests
> in silence, then begins the Path supreme." - neod?mmerung
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>



------------------------------

Message: 4
Date: Fri, 21 Oct 2005 23:27:56 +0200
From: Kerem G?lensoy <[EMAIL PROTECTED]>
Subject: Re: [osflash] javascript integration kit as 1.0 ?
To: "'Open Source Flash Mailing List'" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"

i never tried out to mix as1 & as2...are there any known problems?

-----Urspr?ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von David Rorex
Gesendet: Freitag, 21. Oktober 2005 23:18
An: Open Source Flash Mailing List
Betreff: Re: [osflash] javascript integration kit as 1.0 ?

Why not just compile it separately as f6 as2, then load it into your
f6 as1 project?

-David R

On 10/21/05, Kerem G?lensoy <[EMAIL PROTECTED]> wrote:
>
> yes i know...i?m asking because it would come handy for a flash6 as1.0 
> project...
>
>  ________________________________
>  Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Im Auftrag von Aaron Silvers
> Gesendet: Freitag, 21. Oktober 2005 16:44
> An: Open Source Flash Mailing List
> Betreff: Re: [osflash] javascript integration kit as 1.0 ?
>
>
> You know that the flash/js integration kit is good down to Flash 
> Player 6, as-is, right?
>
>
> On 10/21/05, Kerem G?lensoy < [EMAIL PROTECTED]> wrote:
> > hi all,
> > i wondered if there is an as1.0-port of 
> > external-interface/js-integration-kit?! if so, where? :-)
> >
> > thanks | kerem
> >
> >
> > _______________________________________________
> > osflash mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
>
>
>
> --
> -a-
>
> Aaron E. Silvers
> [EMAIL PROTECTED]
> http://flashforlearning.com
> ------------------------------------------
> "when the five senses and the mind are still, and reason itself rests 
> in silence, then begins the Path supreme." - neod?mmerung
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org




------------------------------

Message: 5
Date: Fri, 21 Oct 2005 14:49:50 -0700
From: David Rorex <[EMAIL PROTECTED]>
Subject: Re: [osflash] javascript integration kit as 1.0 ?
To: Open Source Flash Mailing List <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

They compile down to basically the same bytecodes anyway, there aren't
any problems that I know of.

-David R

On 10/21/05, Kerem G?lensoy <[EMAIL PROTECTED]> wrote:
> i never tried out to mix as1 & as2...are there any known problems?
>
> -----Urspr?ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
> Auftrag von David Rorex
> Gesendet: Freitag, 21. Oktober 2005 23:18
> An: Open Source Flash Mailing List
> Betreff: Re: [osflash] javascript integration kit as 1.0 ?
>
> Why not just compile it separately as f6 as2, then load it into your
> f6 as1 project?
>
> -David R
>
> On 10/21/05, Kerem G?lensoy <[EMAIL PROTECTED]> wrote:
> >
> > yes i know...i?m asking because it would come handy for a flash6 as1.0
> > project...
> >
> >  ________________________________
> >  Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Im Auftrag von Aaron Silvers
> > Gesendet: Freitag, 21. Oktober 2005 16:44
> > An: Open Source Flash Mailing List
> > Betreff: Re: [osflash] javascript integration kit as 1.0 ?
> >
> >
> > You know that the flash/js integration kit is good down to Flash
> > Player 6, as-is, right?
> >
> >
> > On 10/21/05, Kerem G?lensoy < [EMAIL PROTECTED]> wrote:
> > > hi all,
> > > i wondered if there is an as1.0-port of
> > > external-interface/js-integration-kit?! if so, where? :-)
> > >
> > > thanks | kerem
> > >
> > >
> > > _______________________________________________
> > > osflash mailing list
> > > [email protected]
> > > http://osflash.org/mailman/listinfo/osflash_osflash.org
> > >
> >
> >
> >
> > --
> > -a-
> >
> > Aaron E. Silvers
> > [EMAIL PROTECTED]
> > http://flashforlearning.com
> > ------------------------------------------
> > "when the five senses and the mind are still, and reason itself rests
> > in silence, then begins the Path supreme." - neod?mmerung
> >
> >
> > _______________________________________________
> > osflash mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
> >
> >
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>



------------------------------

Message: 6
Date: Sat, 22 Oct 2005 00:22:38 +0200
From: Edwin van Rijkom <[EMAIL PROTECTED]>
Subject: [osflash] Screenweaver 4 Demo
To: Open Source Flash Mailing List <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

For those of you who attended to the OFLA presentation on Flash RDA's:

I've uploaded a captivate movie of how the demo was intended here: 
http://www.screenweaver.org/documentation/4/demo.htm

It was a lot of fun BTW! Thanks Nicolas, Aral and Mike!

Cheers!
Edwin



------------------------------

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org


End of osflash Digest, Vol 6, Issue 82
**************************************



_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org



------------------------------

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org


End of osflash Digest, Vol 6, Issue 84
**************************************



_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to