Re: [flexcoders] Re: Flex alternatives

2012-12-16 Thread Riccardo Cohen
Hello
I recently found an interesting product : http://cappuccino.org which 
seems to be technically a good alternative for flex (if needed). I have 
not investigated at all, just had a look.

Of course, if even Adobe's flex is not reliable from the perennity point 
of view, there is no reason why capuccino can be more reliable. And you 
may invest in it and loose all, just like for flex as tablet browser plugin.

I can only hope that one beautiful day, all browser will be 100% html5 
compatible (will it be html6 at this time ?) and our developer's anxiety 
will be solved. (I don't beleive to that too, anyway.)


On 16/12/12 01:01, Carlos Rovira wrote:
> Real alternative?... Nothing. There's only Flex  ;)
>
> El sábado, 15 de diciembre de 2012, Sal escribió:
>
> __
>
>
>
> --- In flexcoders@yahoogroups.com, "Sal"  wrote:
>  >
>  > hi,
>  > as i can sadly see from the message history bottom grid, many
> programmers are leaving flex.
>  > So this thread is to ask you all, if you have already found a
> valid alternative to flex for RIA development.
>  >
>
> After almost 1 year, it seems that Adobe itself gave us the answer
> releasing Adobe Flash Builder 4.7 without the design view. This is a
> straight message to all flex programmers telling us that Adobe has
> no more intention, and maybe neither a project group, to continue
> flex developing. So now, after this year of reflections and testing
>     new products, what is the real alternative to flex?
>
>
>
> --
> Sent from Gmail Mobile
>
> 

-- 
Riccardo Cohen
+33 (0)6 09 83 64 49
Société Realty-Property.com
1 rue de la Monnaie
37000 Tours
France

<http://www.appartement-maison.fr>




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
flexcoders-dig...@yahoogroups.com 
flexcoders-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[flexcoders] problem to start playing video before end of load

2008-05-15 Thread Riccardo Cohen
Hello
I use a Video object and netstream to show video :

stream=new NetStream(connection);
stream.addEventListener(NetStatusEvent.NET_STATUS, netstatus);
stream.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncerror);
stream.client=this;
var video:Video=new Video();
video.attachNetStream(stream);
stream.play(url);

I noticed that the video starts to play after the end of full download.
Is there any way to let it start before (my video is a file.mov made on mac)

I tried the VideoDisplay object and it seems to be much better (starts 
immediatly), but some articles I've read discouraged from using it. What 
is the best thing to do ?

Thanks for any information

-- 
Très cordialement,

Riccardo Cohen
---
Articque
http://www.articque.com
149 av Général de Gaulle
37230 Fondettes - France
tel : 02-47-49-90-49
fax : 02-47-49-91-49



[flexcoders] start playing video before end of load

2008-05-14 Thread Riccardo Cohen
Hello
I use a Video object and netstream to show video :

   stream=new NetStream(connection);
   stream.addEventListener(NetStatusEvent.NET_STATUS, netstatus);
   stream.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncerror);
   stream.client=this;
   var video:Video=new Video();
   video.attachNetStream(stream);
   stream.play(url);

I noticed that the video starts to play after the end of full download. 
Is there any way to let it start before (my video is a file.mov made on mac)
Thanks

-- 
Très cordialement,

Riccardo Cohen
---
Articque
http://www.articque.com
149 av Général de Gaulle
37230 Fondettes - France
tel : 02-47-49-90-49
fax : 02-47-49-91-49


Re: [flexcoders] Learning flex !

2008-05-06 Thread Riccardo Cohen
1) I've read the book "Programming Flex 2" from Joey Lott and Chafic 
Kazoun, it helped me very much. They have published a flex3 version that 
seems valuable too.

2) using flex builder instead of free sdk is easier because there are a 
lot of helpers.


Laila Towailib wrote:
> What is the best way to learn flex coding in your opinion ?
> 

-- 
Très cordialement,

Riccardo Cohen
---
Articque
http://www.articque.com
149 av Général de Gaulle
37230 Fondettes - France
tel : 02-47-49-90-49
fax : 02-47-49-91-49