[Flashcoders] Print Rows DataGrid

2007-09-06 Thread Vivek Gaikwad
Hi, I have a DataGrid on the stage having almost 70 rows. A vertical scrollbar appears since these many rows can't fit in one shot. When I print this movie, the rows which were visible from the DataGrid only get printed. What if I want to print the entire DataGrid(all 70 rows)? peace,

[Flashcoders] Word Wrap Radio Button

2007-08-17 Thread Vivek Gaikwad
Hi, I am creating a small online test. I am using radio button component for the questions. The length of some of the questions is more than my stage size. Can I make word wrap for the radio button? I am using Flash 8. peace, veiky ___

[Flashcoders] Drop Area Text Field

2007-08-09 Thread Vivek Gaikwad
Hi, I am trying to create a drag drop activity, wherein there will be 4 options provided which we need to drag n drop on to the _ in the question. eg: Q1. The addition of 4 and 5 is __. a. 10 b. 3 c. 9 d. 7 All the options will be different movieclips. The question is a dynamic text

RE: [Flashcoders] Text Input Component

2007-07-17 Thread vivek
Can you give some hint of what actually you have done? Some code? That will help. Peace, veiky -Original Message- From: payal [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 4:31 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Text Input Component Hi All I am

RE: [Flashcoders] Text Input Component

2007-07-17 Thread vivek
-Original Message- From: payal [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 5:04 PM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Text Input Component I am using the following code for (var i = 0; i 20; i++) { this.con_mc.data_mc.attachMovie

RE: [Flashcoders] Flash 8 Accessibility Panel Bug?

2007-07-03 Thread vivek
Thanks Regards Vivek Gaikwad Flash Accessibility Developer www.n-syst.com -Original Message- From: Jer Brand [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 1:12 AM To: flashcoders@chattyfig.figleaf.com; Jer Subject: [Flashcoders] Flash 8 Accessibility Panel Bug? Not sure

[Flashcoders] Passing Text From Flash To ASP

2007-06-27 Thread vivek
into mydbdata(firstName,lastName) values('john','Miranda')) //ASP code What should be done to replace 'john' and 'Miranda' with actual values from flash text fields? Thanks Regards, Vivek Gaikwad Flash Accessibility Developer

RE: [Flashcoders] Passing Text From Flash To ASP

2007-06-27 Thread vivek
Text From Flash To ASP if its a post a request.form or if its a get a request.querystring On 6/27/07, vivek [EMAIL PROTECTED] wrote: Hi, I was doing some RD on sending data from flash to Access database. Got one example on the net, i tried modifying it and it worked. Now the problem is I

[Flashcoders] Flash Games With Joysticks

2007-06-12 Thread vivek
and TV? Regards, Vivek Gaikwad ___ 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

RE: [Flashcoders] Swf not loading at run time

2007-06-11 Thread vivek
Can u give part of the script which is loading swf files? -Original Message- From: John Trentini [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:08 PM To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Swf not loading at run time Hi guys, I am going insane, please

RE: [Flashcoders] Swf not loading at run time

2007-06-11 Thread vivek
-Original Message- From: John Trentini [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 4:10 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Swf not loading at run time Cedric, sorry I think I have sent my ealier reply to your personal email address,

RE: [Flashcoders] Search in textfield AS2

2007-06-11 Thread vivek
var a=6.23456; b=substring(a,1,5) if (b == 6.234) { trace(ok); } else{ trace(not ok) } Hope this will help you. :) -Original Message- From: Laurent CUCHET [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 4:35 PM To: Flashcoders mailing list Subject: [Flashcoders]

[Flashcoders] Loaded swf file is not calling function residing main file if played from sub-domain or other domain.

2007-05-31 Thread Vivek Lakhanpal
System.Security.allowDomain(*) i don't see it is playing any role here. Don't know why. Can anyone provide me any insight into the issue? i will highly thankful. -- Thanks Regards, Vivek Lakhanpal. Phone: +91-987-608-2125 (India) Skype ID: lakhanpalv Website: http://viveklakhanpal.spaces.live.com

Re: [Flashcoders] Transitions on dynamically loaded swf slow down if you resize that loaded swf file and then play the transition.

2007-05-22 Thread Vivek Lakhanpal
file it plays smoothly. BTW i have to remove the transition from the current player on the website as it wasn't playing properly. Let me know if you understood the problem. I will try to send you the code next time -- Thanks Regards, Vivek Lakhanpal. Phone: +91-987-608-2125 (India) Skype ID

[Flashcoders] Transitions on dynamically loaded swf slow down if you resize that loaded swf file and then play the transition.

2007-05-21 Thread Vivek Lakhanpal
a transition on that slide/clip and it player nicely. I am not sure why is that. Any suggestion or help in this regard will be highly appreciated. -- Thanks Regards, Vivek Lakhanpal. Phone: +91-987-608-2125 (India) Skype ID: lakhanpalv Website: http://viveklakhanpal.spaces.live.com

[Flashcoders] Can we know the domain name from where swf file is currently playing?

2007-04-24 Thread Vivek Lakhanpal
Hi Everyone, Is there anyway we can check where from the current swf file is being played? Something similar to location.href of javascript? I don't want to use flashvars or javascript. Pure swf/AS. -- Thanks Regards, Vivek Lakhanpal ___ Flashcoders

[Flashcoders] Re: Can we know the domain name from where swf file is currently playing?

2007-04-24 Thread Vivek Lakhanpal
sorry i repeated this question. I found answer to this question on flashnewbie posted yesterday. On 4/24/07, Vivek Lakhanpal [EMAIL PROTECTED] wrote: Hi Everyone, Is there anyway we can check where from the current swf file is being played? Something similar to location.href of javascript? I

Re: [Flashcoders] Does Domain name play any role in within slide movement?

2007-04-12 Thread Vivek Lakhanpal
-powerpoint It's playing fine. Any idea why it's behaving this way? FYI for transition i am using 2 movie clips and changing their depth and unloading the clip from the bottom clip as soon as the movie is loaded into top clip. -- Thanks Regards, Vivek Lakhanpal

Re: [Flashcoders] Does Domain name play any role in within slide movement?

2007-04-10 Thread Vivek Lakhanpal
Thanks Rákos Attila it was actually a problem of allow secure domain. Anyway it's working fine now. -- Thanks Regards, Vivek Lakhanpal ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] Does Domain name play any role in within slide movement?

2007-04-09 Thread Vivek Lakhanpal
website/blogs. What can be the possible reason? Any help will be appriciated as you can see the player is already online and i am not finding any clue for such a behaviour. The requirement is it shall work fine from both www and without www url. -- Thanks Regards, Vivek Lakhanpal

[Flashcoders] Tab Problem

2007-02-07 Thread Vivek Gaikwad
. Any solution? Thanks Regards Vivek Gaikwad - Flash Accessibility Developer ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] RE:[ Flashcoders] Tab Problem

2007-02-07 Thread Vivek Gaikwad
Even if I set the tabIndex through scripting, it doesn't solve the issue. Tab doesn't come on the buttons. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Open a local .html file on click of a button

2006-11-17 Thread Vivek Gaikwad
Hi all, I have a folder in which there are 3 files. 1. one.fla 2. one.swf 3. try.html (this is just a simple html file on my local disk) There is a button inside one.fla file, on click of which I want to open the try.html page. I tried using getURL method. But it

[Flashcoders] Set Focus with JAWS running

2006-08-07 Thread vivek
should start reading the text from that text field. Same applies to rest of the buttons and text fields. Can we do this using action script or java script is required? Regards, Vivek Gaikwad - Accessibility Developer Net Systems Informatics (I) Pvt. Ltd. Tel: 022-26860485/6 Extension: 24

[Flashcoders] Movie clip accessibility

2006-06-07 Thread vivek
HI, I am facing a problem with accessibility of my application. I have a movie clip on stage. It's accessibility name is movie Clip 1 and it has a simple code on press event of it. This works fine. But when I load an image on it: mc1.loadMovie(cat.jpg); Screen reader reads it

[Flashcoders] attachVideo is functioning erratically!!!

2006-06-02 Thread Vivek lakhanpal
someone tells me what can be the reason? It was working prefectly fine in other application for me a day ago at same system Thanks Vivek ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
string. Thanks Vivek On 5/24/06, Jim Robson [EMAIL PROTECTED] wrote: %25 is the URL code for the % sign. So Flash is correct; when you pass %25 in a URL-encoded string, you are in fact passing simply %. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
thanks for replying. Vivek ___ 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

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
in reality or am i missing something at coding end. Thanks vivek ___ 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

Re: [Flashcoders] Alpha Masking Weirdness

2006-05-22 Thread Vivek lakhanpal
Try embedding font for the textfield. Thanks, Vivek On 5/23/06, Rifled Cloaca [EMAIL PROTECTED] wrote: All, I'm masking a MovieClip with an alpha mask using cacheAsBitmap. The MovieClip has a dynamic text field inside it that I populate at a later time. When I play the movie, the area

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-18 Thread Vivek lakhanpal
. Only Adobe guys can tell the differnce. Anyway the point is it's working and you were able to run the sample. Thanks Vivek On 5/18/06, Aasim Momin [EMAIL PROTECTED] wrote: Vivek, The tutorial did work for me eventually. The problem seemed to be in the main.asc file provided with the example

Re: [Flashcoders] Shared object not saving off cd-rom?

2006-05-17 Thread Vivek lakhanpal
a wild guess. This can be the issue. Thanks Vivek ___ 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

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-17 Thread Vivek lakhanpal
over there. Thanks, Vivek. On 6/15/06, Asai [EMAIL PROTECTED] wrote: I don't know, brother, this is one of those strange FMS/XML things. I'd suggest asking this question on the [EMAIL PROTECTED] list. That's where some great Flash experts are. Those guys would probably be able to answer your

Re: [Flashcoders] [Q] What's the relationship with the setFocus and the ComboBox component???

2006-05-12 Thread Vivek lakhanpal
stage. The reason why it occurs in case of V2 components only is a bit strange to me as well. It can be due the classes/scripting written for V2 components? Might be someone who has done some deeper coding with V2 components can comment on it. Thanks, Vivek

Re: [Flashcoders] x, y coordinates when using Mouse Listener object arenot giving correct output

2006-05-11 Thread Vivek lakhanpal
Hi Jim, I have tried this problem at 2-3 other places and at last it has been confirmed as some sort of bug in Flash. we have got a way out of the problem. You can follow the following thread: http://www.actionscript.org/forums/showthread.php3?p=484976posted=1#post484976 Thanks, Vivek

Re: [Flashcoders] x, y coordinates when using Mouse Listener object arenot giving correct output

2006-05-03 Thread Vivek lakhanpal
action 1. == The environment i used is authoring environment Flash8. I am not getting this problem when i test in Firefox with player 8 or 8.5but it's there if i check in IE with flash player 8.0 8.5. Thanks, vivek

[Flashcoders] x, y coordinates when using Mouse Listener object are not giving correct output

2006-05-02 Thread Vivek lakhanpal
); updateAfterEvent(); }; Mouse.addListener(mouseListener); // Please suggest me some solution to this problem. Thanks, Vivek ___ Flashcoders@chattyfig.figleaf.com To change

[Flashcoders] x, y coordinates when using Mouse Listener object are not giving correct output

2006-05-02 Thread Vivek lakhanpal
); updateAfterEvent(); }; Mouse.addListener(mouseListener); // Please suggest me some solution to this problem. Thanks, Vivek ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Video capture

2006-04-30 Thread Vivek lakhanpal
try my_video.attachVideo(null); my_video.clear(); in function deleteCam_f() ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by