[flexcoders] [JOB] as3/flex2 developer, Antwerp (Belgium)

2007-04-04 Thread Tom Versweyveld
Verso bvba, an Antwerp based Adobe partner specialized in RIA-development,
is looking for a contract and long-term as3/flex2 developer.

Requisite skills needed are:

  - Strong Actionscript 3.0 and Flex 2 coding skills
  - Experience in RIA development
  - Proficiency with Coldfusion, JAVA, SQL-db

Positions are full-time, short(3 months)and long-term with Flash/Flex/Apollo
team. Work is onsite. Start immediately.

Respond off-list to:
[EMAIL PROTECTED]




RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-03 Thread Tom Versweyveld | VERSO










Just dont expect everything to run
smoothly, if you load flash 8 content (with code) into a 9player swf, you can
get all kinds of weird memory issues http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=54e2eda3



Grtz,

tom













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bjorn Schultheiss
Sent: dinsdag 20 juni 2006 1:42
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: How
to integrate Flash and Flex well done ?





Heres a nice article on Flash
Swfs within Flex2/AS3

http://www.asserttrue.com/articles/2006/05/23/autocompleted-autocomplete-embed-legacy-swf-as3-0-project-example-updated-for-beta-3







Regards,



Bjorn Schultheiss

Senior Flash Developer

QDC Technologies











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes
Sent: Tuesday, 20 June 2006 7:31
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: How
to integrate Flash and Flex well done ?











I'm very new at this, so I gave you all the info I
really have. As Tim said, in the *future*, SWFs created for Flash 9 and
up will likely be very friendly with Flex. But the help is pretty clearly
stating that right now anything made for 8 and below can only talk using
LocalConnection. But who knows, maybe the docs are incomplete/wrong on
that part. Like I said, I'm very new at this... 



On 6/19/06, roberto.rosenthal

[EMAIL PROTECTED] wrote:











Jason, thanks for the
prompt reply... But that doesn't really help,
does it ? How strange.. I just spoke today with James Ward, a Flex
Evangelist, and he assure me that the future for Flash developers was
to build customs components (SWC) to interact with Flex... and also
sugest me to ask the flexcoders group about this issue (what I'm doing).

Anyhow, do you know where I can learn how to do that ? Meaning: build
a custom SWC component with Flash and use it as a Flex component tag.

I really appreciate it,
Roberto Rosenthal 
















-- 
Jason 















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___





[flexcoders] flex 2 swf loaded into existing swf?

2006-06-28 Thread Tom Versweyveld | VERSO










Hi all,



Id like to convert my current as2 app to as3/flex2. The
frontend is a lightweight interface, and the backend a form based app,
something ideally to be converted to flex2. The problem is: flex 2 has a
footprint that is too large (150kb+ or so?) for the frontend. Hence the
question:

Is it possible to load a flex2 compiled swf in an existing as3
swf (that acts as a shell). Ive tried it, but the flex application wouldnt
even load, which makes me believe the flex 2 framework relies on _root-code
some way or another?



Anyone tried anything similar?



Grtz,



Tom




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___





[flexcoders] AVM1/AVM2 mixing

2006-03-22 Thread Tom Versweyveld
This blog entry (http://www.danielhai.com/blog/?p=9) made me thinking.
What's the deal on mixed swfs with current beta2 build?

I have an existing app which I want to convert to flex2. At least, the
backend of the the app. The front end should be accessible for fp7player
and up. The tricky thing is: the backend is loaded into a second _level
when the users needs to do 'backend things'. It's not a problem to force
the backend user to upgrade to fp8.5, but it is not an option to force
the front end user to do so.
From the early talk of AVM1/AVM2 I understood that they could run
happily side by side, but can they communicate with each other when
loaded in the same 8.5 player?
Anybode has any experience with this, and is there any more info on that
AV1Movie Class Daniel talks about?

Grtz
Tom



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

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




RE: [flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Tom Versweyveld
It's not possible to drag an mc from one embedded swf to another, not
visually, at least...
So the only option imo, is to design your html page in such a way that
the 2 swfs can be loaded into 1 wrapper swf...essentially making it 1
application...
You can however, let two embedded swfs transfer data to another using
localconnection, but then you loose the visual dd handling...

Grtz,
t

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Pablo Apanasionek
Sent: donderdag 3 november 2005 15:40
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Newbie Question: Drag-And-Drop between two
Flex-SWF files

Sure!

First of all, I have my JSP based application, which manages all the 
interaction between pages and business objects.

When reaching the frontend subject, we thought of Flex for that job. 
So we began analyzing building some UI components which combine 
business logic in a fancy way. Those components (in SWF format), 
we'd like to use several times across the application, in different 
use cases.

At the bottom line, we end up having (for example) a JSP page with 
2+ embedded SWF/Flex files, that we would like to interact with each 
other. For instance, imagine a Registration component working with 
a Shopping Cart component as two different SWF files in the same 
JSP, and then reusing the Registration one with another SWF file 
in another page.

I might be looking it the wrong way, but it's the approach we were 
looking for. (By the way, I'd be really interesting to find out it 
is wrong.) =)

Thanks in advance

--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote:

 Can you tell the list a bit more about your trying to do... it 
sounds like
 your going about this the wrong way?
 
  On 11/3/05, Pablo Apanasionek [EMAIL PROTECTED] wrote:
 
  Hi,
 
  i'm extremely new to Flex and, although I've seen in a few days 
part
  of the potential it has to give, I still got a lot to learn.
 
  Question comes here: I've tested the ability to drag-and-drop 
between
  two different custom components and it works amazingly well 
without
  demanding a lot of code. However, I'd like to do this between two
  different Flex files embedded in a JSP page (to accomplish some 
reuse
  of the SWF pages through the whole JSP application).
 
  I've tested a few things and googled about it, without getting 
any
  conclusion. Is this possible? If so, how?
 
  Thanks in advance
  Pablo Apanasionek
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

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