[Flashcoders] [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]

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] live preview for (non compiled) components, how to check for resize

2007-02-14 Thread Tom Versweyveld
I want to make a live preview for a non compiled component, but the only
function that's being triggered in the live-preview swf is the onUpdate
function (is triggered when user changes a parameter in the parameters tab
of the component). I need to know when the user resizes the component on
stage, and do layout accordingly.

Or, did anybody ever find the scrollBar_live.fla:
http://chattyfig.figleaf.com/pipermail/flashcoders/2003-May/075274.html

thnx
tom

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Why would Selection.setFocus(mc) return false?

2006-10-23 Thread Tom Versweyveld | VERSO
Does anybody know why Selection.setFocus(mc) would return false, even if mc
has a unique tabindex .it won't receive tabbing focus, unless you put it
inside a handler:

 

test_mc.tabIndex = 1;

 

trace(Selection.setFocus(test_mc)); // traces false

 

test_mc.onRelease = function() {

trace(Selection.setFocus(this)); //traces true



};

 

Does anybody know what goes on behind the scenes here.?

 

Grtz,

Tom

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] printing in higher resolution than 72dpi with printAsBitmap

2006-10-04 Thread Tom Versweyveld
Is it at all possible to print a movieclip (wich has alpha and mask effects,
so printAsBitmap is needed), on a higher resolution than 72dpi. 

By this I mean, when the movieclip contains a  1000x1000px jpg, which is
scaled to 100x100px, how can the jpg be printed to its full potential of
1000x1000px, and not be printed as 100x100px mosaic.

 

Anybody got any experience with this.?

 

Grtz,

tom

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] [AS3] Compiling just from AS3 code, no mxml files

2006-07-07 Thread Tom Versweyveld | VERSO
Would it be possible to loadmovie a flex swf into a lightweight as3 only
swf? It would come in handy when you need a lightweight frontend
application, but want a flex backend app (where filesize isn't too much of a
problem)...

Tom



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Chambers
Sent: woensdag 5 juli 2006 22:54
To: Flashcoders mailing list
Subject: Re: [Flashcoders] [AS3] Compiling just from AS3 code, no mxml files

There is not support for using the Flex Framework in an AS only  
project. While it is theoretically possible, you would have to  
manually bootstrap a lot of the application initialization code that  
Flex handles (something which would be rather complex).

If you want to play with the framework, but don't want to layout your  
app with mxml, then the easier way is to create a simple mxml file  
that contains an application tag, and a script tag that then points  
to your code.

This way, the application tag will take care of all of the  
initialization, and you can then leverage the framework via  
ActionScript.

If you just want to use ActionScript and no framework, then mxmlc  
will also compile an .as file.

Hope that helps...

mike chambers

[EMAIL PROTECTED]

On Jul 5, 2006, at 11:58 AM, Zárate wrote:

 Hi all,

 I want to start playing with AS3 so I´ve downloaded the Flex 2 SDK
 from Adobe Labs. I don't want to use Flex Builder, I'm interested in
 the free compiler.

 I want to keep living without the Flex Framework but seems that the
 mxmlc compiler *needs* an mxml file (which, by the way, make sense):

 The basic syntax of the mxmlc utility is as follows:

 mxmlc [options] -file-specs target_file|dir [...]

 The file-specs options is the default option, and it is required to
 have a value. It refers to the target MXML file that mxmlc compiles
 into a SWF file.

 How do I create a SWF just from AS3 code without MXML files, aka Flex
 framework? Is this possible? Am I missing something important here?

 Cheers,

 Juan

 --
 Juan Delgado - Zárate
 http://www.zarate.tv
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] best 360VR panorama

2006-03-16 Thread Tom Versweyveld
Hi, I'm looking for the best 360VR panorama implementation with fp8.

Does anybody know of any opensource(or commercial) component which
handles  cylindrical view (though cubic would be even better). It has to
support hotspots, and trigger scroll events (so a radar-like ground
plan can be used to indicate the field-of-view). 

What I found so far:
http://sandy.media-box.net/forum/index.php?act=STf=51t=5126
(not really performant)

http://www.immervision.com/immerv2/en/multimedia/multimedia_technology/m
ultimedia_technology_flash.php (amazing example but not commercially
available?)

grtz,
Tom

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] best 360VR panorama

2006-03-16 Thread Tom Versweyveld
Could that have been done with the displacementmap filter maybe?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eric
dolecki
Sent: donderdag 16 maart 2006 14:20
To: Flashcoders mailing list
Subject: Re: [Flashcoders] best 360VR panorama

I've checked out that 2nd URL - there is some crazy good stitching going
on
there. There don't seem to be hotspots supported for it though.




On 3/16/06, Tom Versweyveld [EMAIL PROTECTED] wrote:

 Hi, I'm looking for the best 360VR panorama implementation with fp8.

 Does anybody know of any opensource(or commercial) component which
 handles  cylindrical view (though cubic would be even better). It has
to
 support hotspots, and trigger scroll events (so a radar-like ground
 plan can be used to indicate the field-of-view).

 What I found so far:
 http://sandy.media-box.net/forum/index.php?act=STf=51t=5126
 (not really performant)


http://www.immervision.com/immerv2/en/multimedia/multimedia_technology/m
 ultimedia_technology_flash.php (amazing example but not commercially
 available?)

 grtz,
 Tom

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] best 360VR panorama

2006-03-16 Thread Tom Versweyveld
Thanx for the info Alan, 3Dvista seems like the right tool for the job,
and it does support hotspots...! I'll let you know if I find anything
better...
tom

 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
Shaw
Sent: donderdag 16 maart 2006 16:38
To: Flashcoders mailing list
Subject: Re: [Flashcoders] best 360VR panorama

No, neither of those was done with the DisplacementMapFilter, and here's
why:

http://nodename.com/blog/2006/01/11/prospects-for-immersive-panoramas-in
-flash/


The example at media-box.net is mine, and no, it sure isn't performant.
This was done as a demo of the simplicity of coding the cubic pano in a
true
3D environment.  Acceptable performance will have to wait until the AS3
version.

Immervision have stated that they have no plans right now to release
their
demo as a product.

More recently 3DVista (http://www.3dvista.com/) has added Flash cubic
output
to its SHOW 2 software, and it appears to be rather good, but not cheap
(EUR
449).  I'm not sure if it supports hotspots yet.  An example of its use
by
Aaron Spence is here:

http://www.hbchurch.org.au/beach/

Please report back if you try it out!

More is coming soon on the cubic front...

There are several cylindrical implementations out there.

-A
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] allowing external content to acces local content

2006-03-06 Thread Tom Versweyveld

I'm trying to allow an swf (loaded from a testing server), to access the
global scope in an swf running in authoring, but I keep getting:

*** Security Sandbox Violation ***
SecurityDomain 'http://192.168.1.1/someflash.swf' tried to access
incompatible context 'file:///C|//iloaded someflash.swf'

I fiddled around with the local playback security-publish settings,
added C:\ in the online Global Security Settings Panel, and also
tried adding System.security.allowInsecureDomain in as, but nada...any
clues anyone? The problem occurs with fp7-8...

Grtz,
Tom


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] photoshop-like filters

2006-02-01 Thread Tom Versweyveld
Does anyone know where I can find (or buy) source as-code for
photoshop-like filters (for use in fp8). I'm especially looking for a
good sharpen filter, and some artistic filters (like watercolor, dry
brush, etc...) 

Grtz,
Tom


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] photoshop-like filters

2006-02-01 Thread Tom Versweyveld
Thnx Lanny, I guess I missed that one...



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lanny
McNie
Sent: woensdag 1 februari 2006 17:25
To: Flashcoders mailing list
Subject: Re: [Flashcoders] photoshop-like filters

Grant Skinner has a good sharpen filter class:

http://www.gskinner.com/blog/archives/2005/12/source_code_sha_1.html


On 2/1/06, Tom Versweyveld [EMAIL PROTECTED] wrote:

 Does anyone know where I can find (or buy) source as-code for
 photoshop-like filters (for use in fp8). I'm especially looking for a
 good sharpen filter, and some artistic filters (like watercolor,
dry
 brush, etc...)

 Grtz,
 Tom


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--
-
Lanny McNie
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] V2 components loose skin when published to fp8

2006-01-11 Thread Tom Versweyveld
Hi all,

When I publish my app with skinned V2 comps to fp7, everything works
fine. The moment it is published to fp8, some of the skins are no longer
applied, styles still work fine though...
I manually skinned them using the MMdefault assets in the
sampleTheme.fla that was in FlashMX 2004.
Anybody know a solution to this?

Thnx,
Tom

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] lightweight flash7 color picker?

2006-01-11 Thread Tom Versweyveld
The color picker in the Bit components set
(http://www.flashloaded.com/flashcomponents/bitcomponentset/) is about a
third in size of the MM one, and it works just fine for me...

t
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rajat
Paharia
Sent: woensdag 11 januari 2006 9:08
To: Flashcoders mailing list
Subject: [Flashcoders] lightweight flash7 color picker?

Anyone know where I can find one? Hate to reinvent the wheel...

thanks, - rajat
--
Rajat Paharia
[EMAIL PROTECTED]
http://www.bunchball.com
http://www.rootburn.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] mCom comps 100% skinned?

2005-12-29 Thread Tom Versweyveld
Has anyone succeeded in fully skinning all of the mCom components? I'm
especially having trouble with the rowrenderers...and the online docs
are way too vague...

Tnx,
tom

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] MX charting components for fp7/8

2005-12-21 Thread Tom Versweyveld
Does anyone know if there's a Fp7/8 conversion of the first charting
components for MX
(http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_usview=sn1
06viewName=Exchange%20Search%20Detailsauthorid=60639501page=0scrollP
os=0subcatid=0snid=sn106itemnumber=1extid=377283catid=0 )

I'm converting an as1 application to FP8 with those components in it,
it's probably just a casing issue...

Thnx,
Tom
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] colortween using ColorTransform class

2005-11-03 Thread Tom Versweyveld
I'm looking for a class to colortween an mc utilizing the new
ColorTransform class.
That is, because I presume using ColorTransform over the old
mc_color.setRGB() function is a lot faster?

tnx,
tom

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] AS3.0 only projects + flex framework

2005-10-26 Thread Tom Versweyveld
Does this mean there is no way of loading a Flex swf into an AS3
project?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: maandag 24 oktober 2005 23:00
To: Flashcoders mailing list
Subject: Re: [Flashcoders] AS3.0 only projects + flex framework

It's black and white; either your're ActionScript only, or you're using
the 
components.  If you use Application.mxml as your root, then you are
using 
the Flex framework, otherwise, for the time being, your main AS file
extends 
MovieClip.

- Original Message - 
From: Benjamin Dobler [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, October 24, 2005 4:20 PM
Subject: AW: [Flashcoders] AS3.0 only projects + flex framework



 Keep in mind AS only projects don't use the Flex framework, so
 mx.controls.Button won't work; you'd have to utilize the Flex
framework.

Thanks Jesse that`s what i wanted to get sure of. Is there not even a
workaround to use the framework in as only projects?

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] AS3.0 only projects + flex framework

2005-10-26 Thread Tom Versweyveld
And load a Flex 2 swf into an as3/8.5 swf with the new Loader class?
When I try this the Flex2 swf doesn't even initialize...?!

tom

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Spike
Sent: woensdag 26 oktober 2005 10:38
To: Flashcoders mailing list
Subject: Re: [Flashcoders] AS3.0 only projects + flex framework

You can load a Flex 1.5 swf into a Flex 2 project, but you can't
interact
with it unless you use the LocalConnection approach.

Not sure if you can do that right now, but I intend to find out.

Spike

On 10/26/05, Tom Versweyveld [EMAIL PROTECTED] wrote:

 Does this mean there is no way of loading a Flex swf into an AS3
 project?



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
JesterXL
 Sent: maandag 24 oktober 2005 23:00
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] AS3.0 only projects + flex framework

 It's black and white; either your're ActionScript only, or you're
using
 the
 components. If you use Application.mxml as your root, then you are
 using
 the Flex framework, otherwise, for the time being, your main AS file
 extends
 MovieClip.

 - Original Message -
 From: Benjamin Dobler [EMAIL PROTECTED]
 To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
 Sent: Monday, October 24, 2005 4:20 PM
 Subject: AW: [Flashcoders] AS3.0 only projects + flex framework



  Keep in mind AS only projects don't use the Flex framework, so
  mx.controls.Button won't work; you'd have to utilize the Flex
 framework.

 Thanks Jesse that`s what i wanted to get sure of. Is there not even a
 workaround to use the framework in as only projects?

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com

Do you cfeclipse? http://www.cfeclipse.org
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders