[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-16 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 tex

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 ("k

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 try

RE: [Flashcoders] Flash 8 Accessibility Panel Bug?

2007-07-03 Thread vivek
sted it with Jaws 7.0 and Jaws 8.0 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: [Flashcoder

RE: [Flashcoders] Passing Text From Flash To ASP

2007-06-27 Thread vivek
t: Wednesday, June 27, 2007 8:01 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Passing 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 R

[Flashcoders] Passing Text From Flash To ASP

2007-06-27 Thread vivek
ot;insert 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? Than

[Flashcoders] Flash Games With Joysticks

2007-06-12 Thread vivek
s 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 Autho

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]

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, my

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 give

[Flashcoders] Interactive Whiteboards And Flash

2007-06-10 Thread vivek
t on(Press) enough or we need to do some extra coding? Reagards, Vivek Gaikwad ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to

[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
gh i have called crossdomain.xml and calling it in the player. Moreover i have writting 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 &

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
loaded swf 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-21

[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
which i play 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://viveklakhan

[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 java

[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

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

2007-04-12 Thread Vivek Lakhanpal
n-maya-fake-unreal-presentaion-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

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 arch

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

2007-04-09 Thread Vivek Lakhanpal
any third party 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 & Regar

[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: http://chattyfig.figleaf.com/mailman/listinfo/fla

[Flashcoders] Tab Problem

2007-02-07 Thread Vivek Gaikwad
ttons. 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

[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 di

[Flashcoders] Set Focus with JAWS running

2006-08-07 Thread vivek
1_txt" and jaws 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-2686

[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

[Flashcoders] attachVideo is functioning erratically!!!

2006-06-02 Thread Vivek lakhanpal
System Config: Windows 2003 + Flash 8.0 & Windows 2000 Server + Flash 8.0. Can 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.f

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
roblem 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

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
m. :( Anyway 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 Ado

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
back to normal 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 PR

[Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
e for rest all values it's passing correct value. 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 Lea

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 movi

Re: [Flashcoders] ComboBox does not respond to user clicks when I use homemade preloader

2006-05-20 Thread Vivek lakhanpal
Does the main clip in which your combo box resides has any mouse event like onRelease or onPress? In that your combobox will not be able to catch click event. As the movieClip in which it resides will not let the event pass to the combo box. Just an idea. Thanks Vivek On 5/20/06, Alberto

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 provid

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-17 Thread Vivek lakhanpal
rking 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

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

2006-05-17 Thread Vivek lakhanpal
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] [Q] What's the relationship with the setFocus and the ComboBox component???

2006-05-12 Thread Vivek lakhanpal
and then remove from 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 o

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=484976&posted=1#post484976 Thanks, V

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. Than

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

2006-05-02 Thread Vivek lakhanpal
_xmouse); trace("mouseUp " + _level0._ymouse); updateAfterEvent(); }; Mouse.addListener(mouseListener); // Please suggest me some solution to this problem. Thanks, Vivek ___

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

2006-05-02 Thread Vivek lakhanpal
_xmouse); trace("mouseUp " + _level0._ymouse); updateAfterEvent(); }; Mouse.addListener(mouseListener); // Please suggest me some solution to this problem. Thanks, Vivek ___

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 Fi