RE: [Flashcoders] Text Input Component

2007-07-17 Thread payal
I am using the following code



for (var i = 0; i < 20; i++)
{
this.con_mc.data_mc.attachMovie ("kid_mc", "kid_mc"+i, i);

this.con_mc.data_mc["kid_mc" + i]._x = 0;
if (i == 0)
{
this.con_mc.data_mc["kid_mc" + i]._y = 0;
}
else
{
var prev = i-1;
this.con_mc.data_mc["kid_mc" + i]._y =
this.con_mc.data_mc["kid_mc" + prev]._y + this.con_mc.data_mc["kid_mc" +
prev]._height + 4

}


this.con_mc.data_mc["kid_mc" + i].ifBD1.text = "Test"
trace(this.con_mc.data_mc["kid_mc" + i].ifBD1.text)
//trace(this.con_mc.data_mc["kid_mc" + i].ifBD1.text)
//trace(this.con_mc.data_mc["kid_mc" + i])
}

Regards
Payal
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews
Sent: Tuesday, July 17, 2007 04:47 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Text Input Component

- Original Message - 
From: "payal" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, July 17, 2007 12:00 PM
Subject: [Flashcoders] Text Input Component


> Hi All
>
> I am trying to attach a movieclip containg  textInput component to the
> stage. Its attaching successfully But I am not able to set its Text.

If you don't show what you are doing to set the text, we can't tell what's 
wrong..

Are you trying to assign to the textinput object itself  rather than the 
text property?

> Regards
> Payal
>
> ___
> 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] Text Input Component

2007-07-17 Thread payal
Hi All

I am trying to attach a movieclip containg  textInput component to the
stage. Its attaching successfully But I am not able to set its Text.

Regards
Payal

___
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] how to reverse the .wmv files

2007-02-27 Thread payal

Hi All

Can anyone tell that how to reverse the .wmv files or some software tool
that reverses the .wmv file.


Thanks 
and
Regards
Payal Jain
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad
Sent: Monday, February 26, 2007 23:50
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] swf/html and swf/swf communication

answer of the second questions:
no, there arent any problems in calling java function inside getURL()


On 2/26/07, Martin Klasson <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi Flashcoders,
>
> I have been searching around, but not found it to be that easy to get
> answers. I know that you people
> here tends to know everything, so I will ask you.
>
> first question:
> Is LocalConnection the only way to talk between two swf's in a browser
> (when NOT using javascript),
> and are there a list of browsers/os that supports this? In my case it I
> will have two swf's on the same
> html-page. -or is there a list of browsers/os that LocalConnection does
> NOT work on?
>
>
> second question:
> Inline javascript in flash, are there any problems with that? I mean
> using javascript in a getURL to make
> it for example write out another swf in a . I have used javascript
> to open popups directly from a
> getURL -but is there any known limitations of writing javascript in the
> getURL? Maybe the 99> character-bugg
> still is there in Flash as well?
>
>
> Thanks mates!
>
> ___
> 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
>



-- 
Omar Fouad - Digital Emotions...

Love is always patient and kind. It is never jealous. Love is never boastful
nor conceited It is never rude or selfish. It does not take offense and is
not resentful. Love takes no pleasure in other people's sins...but delights
in the truth. It is always ready to excuse, to trust, to hope... and to
endure... whatever comes.
___
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