Re: [Newbies] Problems with FlashPlayerWindow

2007-11-04 Thread Edgar J. De Cleene
El 11/4/07 1:27 AM, Prashanth Hebbar [EMAIL PROTECTED] escribió: Edgar: I downloaded a 3.0 with no luck. I think the trouble was with the swf file which was created using the latest version. I am trying to get an older swf file and run. Will update on my progress. Any idea when Flash be

RE: [Newbies] Smalltalk Javascript

2007-11-04 Thread Ron Teitelbaum
Hi Ikem, I believe you are looking for Seaside. Seaside supports Ajax. Have a look at www.seaside.st . You get all the JavaScript you want plus more! Hmm, I was just reading your email more carefully. So to be clear this would give you the ability to use an external browser to access a

RE: [Newbies] Ordered Set?

2007-11-04 Thread Ron Teitelbaum
Hi itsme, I see that you have been asked already but, could you please give us a name we can use besides itsme213? You can use SortedCollection. SortedCollection new sortBlock: [:a :b | a index b index]. This provides ordering but does not eliminate duplicates. That can be

Re: [Newbies] Problems with FlashPlayerWindow

2007-11-04 Thread Mitt Cooper
I have a related question on Flash... kind of. Adobe has some pretty nice front end capabilities with the flex framework. What I'd like to do is code in flex on the frontend and use squeak/smalltalk as a backend. Flex/Flash has some capable remoting capabilities with implementations for

[Newbies] Re: Ordered Set?

2007-11-04 Thread itsme213
Ron Teitelbaum [EMAIL PROTECTED] wrote I see that you have been asked already but, could you please give us a name we can use besides itsme213? But of course ... I had not realized my signature was broken. Thanks ... Sophie. ___ Beginners

Re: [Newbies] Problems with FlashPlayerWindow

2007-11-04 Thread karl
Here is a spec of the swf. It seems kind of free, but IANAL. Gentlemen, start implementing :-) Karl Prashanth Hebbar wrote: Edgar: I downloaded a 3.0 with no luck. I think the trouble was with the swf file which was created using the latest version. I am trying to get an older swf file and

Re: [Newbies] Problems with FlashPlayerWindow

2007-11-04 Thread karl
Ugh, with the link this time: http://sswf.sourceforge.net/SWFalexref.html Here is a spec of the swf. It seems kind of free, but IANAL. Gentlemen, start implementing :-) Karl Prashanth Hebbar wrote: Edgar: I downloaded a 3.0 with no luck. I think the trouble was with the swf file which was

Re: [Newbies] Smalltalk Javascript

2007-11-04 Thread Todd Blanchard
Yeah, but you still have to implement the standard DOM and integrate it into the interpreter - still lots of work. On Nov 4, 2007, at 3:00 PM, Bert Freudenberg wrote: Actually, there is one in OMeta if I'm informed correctly. And lots of work depends on your tools, that implementation of js