http://ns.adobe.com/mxml/2009"/>
http://www.adobe.com/2006/mxml"/>
This is how my build.xml looks, thank you for your help.
Nayan Savla
http://nayansavla.com/blog/
Success Lies in Courage.
Hi All,
I am just wondering if there is some data on the percentage of Flash
players which would already have a the flex framework cache. Our
application without the cache is 456Kb and when i use framework
caching its 256Kb and the swz file is around 500kb.
In this scenario if the user doesn't al
Hi Dennis,
I would just listen for progress event of the videodisplay component
and get my bytesLoaded/bytesTotal from that.
It has always worked correctly for me.
Nayan
On Apr 19, 2008, at 8:56 PM, Dennis Falling wrote:
I'm using a changewatcher to observe the bytesLoaded attribute of a
you have to listen for result event for the first function call and
then call the RoTwo function from that resultEventHandler.
Nayan
On Apr 17, 2008, at 1:46 PM, Phill B wrote:
I have an initialization function that gets ran on creationComplete.
The init function calls two functions (RoOne
Hi All,
I am using Flex Builder 3 plugin for Eclipse and running on OS X, I
have 9.0.115 version installed.
When i debug the flex application, none of the variables show up in
the variables window, earlier i used to see them all.
this happened all of sudden, I have no clue why?
any ideas / sugg
by scaling if you mean tweening and animations being executed inside a
function, then the answer is no the flash player doesn't wait for the
animation to finish.
lets say if you have inside myFunction1 an animation which is supposed
to scale a movie and it runs for 1 second.
the flash pla
you need to pass the parameters as drag source and then your drop
handler should populate those values.
Nayan
On Apr 1, 2008, at 11:48 PM, Swamy Nathan wrote:
Hi i am new to flex.
i am using drag and drop functionality in canvas. when i dragdrop
the image to canvas the image will add to
Hi All,
I am impressed with Flex the more i learn about it, I am using states
and defining transitions when the states change. I add a child in one
of the states and then when i go back to the default state this child
gets removed by default immediately but i don't want this to happen. I
want the
er the
> bitrate at which the video is encoded.
>
>
>
> Our site supports HD video but we have to cut down the bitrate quite a bit
> (losing the HD ness of the video).
>
>
>
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Na
it would be the itunes art in bottom which would consume the cpu, We
have no problems with Video files being played and the files are as
large as 100 meg.
Nayan
On Thu, Mar 27, 2008 at 4:58 PM, Sajid Hussain <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Hello ,
> I have done one mp3 player with flex 2
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Nayan Savla
> Sent: Wednesday, March 26, 2008 3:04 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] making custom component scrollable
>
>
>
&g
;
>
>
>
>
> You can look at how TextArea and ListBase use the setScrollProperties method
> and respond to scroll events.
>
>
>
>
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Nayan Savla
>
Hi All,
I have a class extending UIComponent and i want to add a dynamic
scrollbar to it. I could extend this class from ScrollControlBase
instead but not sure how it will make it scrollable. Can I do an
addChild in the createChildren of scrollcontrolbase and will it
determine the child which is
Hi Luke,
Just create a List in Java and return it. alternatively you can add it
to a Value Object and then return it. below is example of my function,
CategoriesVo is simple java class with three public variables.
public List getCategoriesAll(){
List list = new Array
Hi Dominic,
I had this problem when i replaced the {server}:{port} in the config
files make sure you don't do that. The best thing would be to use the
blazeds sample directory and add you classes in there to debug the
application.
Another useful thing i have found that if you run blazeds in termi
ainst your referenced configuration files.
Best,
Seth
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
Behalf Of Nayan Savla
Sent: Tuesday, March 11, 2008 12:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Error: channel not found for referenc
funny, i deleted the project and created a new one.
now it works fine. weird issue. I had tried closing and opening the
project but that didn't help.
On Mar 12, 2008, at 12:32 AM, Nayan Savla wrote:
its not and hence the following error,
channel not found for reference 'my-http&
Hi All,
I am developing a blazeds application and getting the following error,
I am using flexbuilder as eclipse plugin.
channel not found for reference 'my-http'
Funny thing is that i created a new project using the same server side
configurations and it worked fine, I am guessing some corr
sions return an xmllist*
>
>
>
> That format also lends itself to dynamic expressions, since "name" or
> whatever can be a variable containing the attribute name.
>
>
>
> Tracy
>
>
>
>
>
>
> From: f
http://www.adobe.com/2006/mxml";
layout="absolute" xmlns:local="*" initialize="init()">
This is all i had tried, never got chance to go further.
Nayan
On Tue, Mar 4, 2008 at 12:31 PM, Khuffie <[EMAIL PROTECTED]> w
Hi Ethan,
the flickr libraries last time i tried it had some show stopping bugs
in it (http://code.google.com/p/as3flickrlib/issues/detail?id=14&q=farm),
it also depends on what exactly are you doing with the api's i have
some code sample if you are just trying to fetch a photoset by
username.
ha
object and then adding it to the ArrayCollection
>
>
>
>
>
> Tracy
>
>
>
>
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Nayan Savla
> Sent: Monday, March 03, 2008 7:11 PM
> To: flexcod
your XMLList into an
> ArrayCollection of strongly typed data objects. This is a manual process of
> looping over the XMLList and building each object and then adding it to the
> AC.
>
>
>
> Tracy
>
>
>
>
>
>
> From: flexc
Hi All,
I am trying to get data from an ArrayCollection and i tried various
things without any luck.
this is the code,
var bigCollection:ArrayCollection = data.result.myBigList as
ArrayCollection; //I am reading an xml file.
1) var smallCollection:ArrayCollection =
bigCollection.getItemAt(0,10
in html-template folder (it will get copied to the bin folder
> on compile). You can use the menu, Run, Run, Other dialog to set up
> multiple run environments.
>
>
>
> Tracy
>
>
>
> ____
>
>
> From: flexcoders@yahoogroups.com [m
i used updateComplete to listen for changes in the dataProvider.
private function categoryDataChanged(event:FlexEvent):void{
if(event.currentTarget == categoryCombo){
//this is to prevent it from collecting
garbage data for t
Hi All,
I just started foray in Flex 3 and have been using flex builder plugin
for eclipse.
I have modified my output html file so that is passes the flashvars
but then everytime i run the application a new html file is generated.
If i uncheck the generation of html page in the project propertie
27 matches
Mail list logo