John,
How's that flexible 24 October pre-alpha release looking? ;)
Best, Austin
-- Original Message ---
From: John Grden [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Tue, 24 Oct 2006 23:53:51 -0400
Subject: Re: [Flashcoders]
Yea, code colorization is in the fdinstalldir/Settings/Languages folder. Each
xml file represents the colorization for the language, As2.xml, as3.xml.
You'll have to change the hex codes to represent a color.
The code completion - no idea, probably the class paths
are messed up?
Best, Austin
You can do it if you make it an exe and its run locally off a users system.
I believe you can do an fscommand and do exec and if the exe is
in the fscommand folder it will launch it.
Check it out.
Best, Austin
-- Original Message ---
From: Adam Fisk [EMAIL PROTECTED]
To:
HI artur
Yea it can be done, it takes a lot of cpu, so make sure the end system
can handle it. You can do it by loading in multiple flvplaybacks that
stream off the local hard disk.
Best, Austin
-- Original Message ---
From: artur [EMAIL PROTECTED]
To: flashcoders
mailing list flashcoders@chattyfig.figleaf.com
Sent: Wed, 15 Nov 2006 22:56:35 -0300
Subject: Re: [Flashcoders] :: playing multiple FLV's simultaneously //
possible?
so it doesnt require a flash media server?
Austin Kottke wrote:
HI artur
Yea it can be done, it takes a lot of cpu
: Re: [Flashcoders] :: playing multiple FLV's simultaneously //
possible?
sorry for the confusion...but this is strictly for an online
application not for local use / broadcast.
Austin Kottke wrote:
No it does not require a flash media server. You can do it off the
local hard
Yea, I second that. FD rocks.
Best, Austin
-- Original Message ---
From: Steven Sacks | BLITZ [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Fri, 17 Nov 2006 19:39:31 -0800
Subject: RE: [Flashcoders] Flash 8: Code editors
Flash Develop
Hi guys,
This is more of a flex question, but I think some people
might know. I'm trying to load in a skin at runtime just
as PNG data and then draw this in an extended UIComponent
which can then be used as a style for all buttons within
the app using 9 scale skinning.
I've got the png data
Does anyone know if flash 9 cs3 will support scale 9 for actual bitmaps,
as opposed to just vector objects.
Similar to how flex builder can do this except its precompiled at runtime.
Also, is there support for mxml in flash 9 cs3?
What is the integration between flex builder and flash 9 cs3?
Dear Zeh,
Yea, and I've done it before. The way of doing it in flex is a lot
more elegant and extremely useful. I just want to make
sure that if someone wants to do bitmaps instead of vector they can. for
flash 9. Sometimes its just such a pain especially
when you have major gradiented
Does anyone know if you're going to be able to call flash 9 CS3
components from
flex? Ala accessing a button component in flash 9 cs3 on the stage with
the flex framework?
That way if you load in a flash 9 cs3 movie you can access the rest of
the component set such as
a datagrid component
. We are working on some
things that will make this much easier, in the relatively near term.
-David
Adobe
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Austin
Kottke
Sent: Wednesday, April 04, 2007 5:01 PM
To: Flashcoders@chattyfig.figleaf.com
(flash 8) swf is
established through a LocalConnection.
I guess we'll just have to wait and see ;-)
regards,
Muzak
- Original Message -
From: Austin Kottke [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 04, 2007 11:56 PM
Subject: Re: [Flashcoders] Flash 9
The main thing on this is if I load in a flash 9 cs3 swf with a textarea
created.
var t:TextArea;
I then try and reference this same text area from flex
var text:TextArea = myflashmovie.myClass.getText();
This would create a compiler error as the textarea would be the flex
framework and the
There is some mention that in order for the flash 9 cs3 components to
work version .45 needs to be downloaded. However on adobe's site there
are examples using these new components in the examples. Anyone have an
idea how this works?
Also, flash 9 is shipping now. Does this mean the adobe web
Can you do scale 9 with bitmaps in flash 9 cs3? It seems like this is
not handled
yet. Is this right?
Austin
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
Are we missing something? I can't find any support for web services,
soap calls, or
service objects in flash 9 cs3. How about flash remoting? How do we do
this now?
Anyone have any ideas? This is a bit of a shock.
___
Anyone have any ideas why the scrollbar speed in a datagrid with about
40 columns
and 30 rows would produce MAJOR lag when trying to scroll the datagrid?
When you press the up and down arrows it seems to be fine, but when
dragging there
is major lag. This is in flex, - I thought maybe some
The swfs generated include the flex framework and specific classes to
the framework. As far as I know
it should be generating a class that is atleast 100k because you have to
include the entire flex framework for
a flex movie.
Best Austin
David Bellerive wrote:
I was just wondering why, when
Check out:
http://www.dgrigg.com/post.cfm/09/05/2006/XIFF-Actionscript-3-for-Flex-2
Matt Muller wrote:
Hi all,
I'm scoping a project out which is a media based application to be
done in
as3.
I'm looking for information on messaging api's or 3rd party
applications for
integration with i.e.
I think it's kind of odd actually. Remove functionality in the newest
version... I know they have to
convert all the components to as3 - seems kind of odd though.
The web service removal is a major problem though as this is kind of a
basic.
___
You know what's funny about the web service component missing from flash
cs3?
It's actually in the help documentation as part of flash 9 CS 3:
Web services
Adobe® Flash® CS3 Professional includes the WebServiceConnector
component that lets you connect to remote web services, send
I think the main factor on the components was more of a time factor to
meet with the CS3 release timing as opposed to just removing functionality.
Most new releases of a software don't remove functionality, but
deprecate it. Removing something like the tree component or web services
from
- Original Message -
From: Austin Kottke [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Tuesday, June 05, 2007 11:44 PM
Subject: Re: [Flashcoders] Flash CS3 Prof copy: missing Tree component.
___
Flashcoders
You can do remoting with Netconnection.calls.
Web Services are nonexistent for flash player 9 apps created in flash 9
cs3.
We definitely need to get this integrated fully.
Merrill, Jason wrote:
Everything, including webservices and flash remoting was
already there, written for Flex 2.
Good points.
My only thing on the upgrading is, you make an application that includes
some components from version 8.
You then get the new software (version 9) and try to port an application
over to use it in version 9 to take advantage of the speed and other
features, etc. Skinning, e4X -
Anything is possible :)
You can use flashinterface to communicate with as2 components and then
return the events back.
That would be possible. It just makes it a lot more cumbersome -- that's
all.
The flashinterface package is quite sophisticated as it uses
localconnection to return and
They're only available in AS 2 right now. No as 3 support yet.
___
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
John,
Thanks for the update. This is a very important issue to resolve.
Tree component would be
nice to see as well
Best, Austin
John Dowdell wrote:
Enrique Chávez wrote:
What happened with the webservices classes in AS3/Flash CS3? i can't
believe they are gone.
I asked Product
Hey eka,
In the vegas framework there is a mention of #ASTr'O.
It says it does templates however I dont understand what you mean here.
Can you elaborate with a code example?
Best, Austin
eka wrote:
Hello :)
You can use if you want my opensource framework and all this ADT (abstract
data
Hey guys,
I found this great set of components that yahoo made for flash 9 cs3 as
there is no tree component.
Check it out: http://developer.yahoo.com/flash/astra-flash/
It's released under the bsd license.
Best, Austin
___
31 matches
Mail list logo