[Flashcoders] unable to implement simple timer functionality

2008-10-17 Thread anuj sharma
Hi All I am trying to use timer to load 2 different swf files (having pixel effect).I need little pause before loading another movie. On enter frame it is loading DVR.swf fine and then i am starting timer to load another HardDisk.swf file and it is loading the 2nd movie fine but then it is not

[Flashcoders] Re: unable to implement simple timer functionality

2008-10-17 Thread anuj sharma
Sorry Guys My mistake , i fixed that. there was no problem with the timer class, actually i am using this code in between of frames and forgot to put the stop frame. Ir's up and running now Thanks Anuj On Fri, Oct 17, 2008 at 5:15 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi All I am trying

Re: [Flashcoders] How to avoid little blink while loading another movie ...

2008-09-03 Thread anuj sharma
Thanks I have figured that out by loading new movie just one frame before finishing the first movie. Your idea will also work. Thanks On Wed, Sep 3, 2008 at 4:41 AM, S0 F1 [EMAIL PROTECTED] wrote: Can you load it behind another display object that is a copy (perhaps bitmap snapshot) of the

[Flashcoders] Re: How to avoid little blink while loading another movie

2008-09-02 Thread anuj sharma
I am sorry i forgot to mention i am using UILoader componenet for loading that external SWF , if you guys have any other container in mind for this purpose i would be happy to use that. Thanks Anuj On Tue, Sep 2, 2008 at 11:01 AM, anuj sharma [EMAIL PROTECTED] wrote: Hi All I am building

Re: [Flashcoders] Re: How to avoid little blink while loading another movie

2008-09-02 Thread anuj sharma
the swf off-stage coordinates and then move it to the stage only after you set visible=false 3. set the alpha of the loading clip to zero, load the child then set visible to false and restore the alpha as needed Hope this helps, maybe someone else has a better solution. anuj sharma wrote: I

Re: [Flashcoders] hiring

2008-07-16 Thread anuj sharma
Hi You might want to try this http://www.actionscript.org/employment/search_positions.php Sometimes there are international jobs there too and if you register with them, they keep on sending you weekly openings. Anuj On Wed, Jul 16, 2008 at 5:29 AM, Romuald Quantin [EMAIL PROTECTED] wrote:

[Flashcoders] MouseUp and MouseDown Events in TileList Componenet in AS 3.0

2008-04-28 Thread anuj sharma
Hi Guys I am trying to implement drag and drop from the tile list component to the main stage. I would be successful in loading dynamic videos in the tileList component and double clicking on any video in the tile list, will open the main video on the main stage( Code is attached). The main video

[Flashcoders] Language translation from English to german/russian etc

2008-04-23 Thread anuj sharma
Hi guys I came under a scenario where I have 15 User interface screens all in English and they are designed graphically (not using Action Script code at all). Now my requirements is that I need to convert all of those 15 screens to 8 more languages which include russian, german, hebrew , japanese

[Flashcoders] Re: Language translation from English to german/russian etc

2008-04-23 Thread anuj sharma
, Apr 23, 2008 at 2:13 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi guys I came under a scenario where I have 15 User interface screens all in English and they are designed graphically (not using Action Script code at all). Now my requirements is that I need to convert all of those 15 screens

Re: [Flashcoders] MouseOver Scaling of elements in Tile List

2008-04-22 Thread anuj sharma
class so I think most events work like this... Glen anuj sharma wrote: Hi Guys Can anyone help me in scaling TileList elements on mouse hover. Below is my code. What I did is I put 16 SWfs in Tile List uisng XML and it is working fine. On Double click of thumbnails I would be able

[Flashcoders] MouseOver Scaling of elements in Tile List

2008-04-21 Thread anuj sharma
Hi Guys Can anyone help me in scaling TileList elements on mouse hover. Below is my code. What I did is I put 16 SWfs in Tile List uisng XML and it is working fine. On Double click of thumbnails I would be able to load videos too. I am successful in getting the index of selected item for click

[Flashcoders] Checking overlapping of 2 objects of different type. Please help

2008-03-28 Thread anuj sharma
Hi I am trying to check if objects of 2 different type overlaps or not. I have a CameraStartDrag which is activated by on press of MovieClip. I have some container of type Sprite which contains UI Loader component. All i need is if user takes CameraStartDrag on top of UILoader, the

[Flashcoders] Re: Checking overlapping of 2 objects of different type. Please help

2008-03-28 Thread anuj sharma
Hi Guys I fixed it I added the container as addChildAt(container,0). Thanks for ur patience. Anuj On Fri, Mar 28, 2008 at 2:17 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi I am trying to check if objects of 2 different type overlaps or not. I have a CameraStartDrag which is activated

[Flashcoders] ReferenceError: Error #1069:

2008-03-26 Thread anuj sharma
Hi guys I am getting reference error which is breaking my code. In my code i have drag gable movieclip which when crossed some coordinates is going to call external UIloader (containing external SWF) on the main stage. I can create multiple instances of UIloader by dragging same movie multiple

[Flashcoders] Re: Tricky Scenerio

2008-03-20 Thread anuj sharma
in this matter. Regards Anuj On Wed, Mar 19, 2008 at 4:54 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi Guys I am trying to accomplish something which I think is little tricky for me in AS 3.0. Please help me out if you guys have any idea how to solve it. I am putting multiple instances of UILoader

[Flashcoders] Tricky Scenerio

2008-03-19 Thread anuj sharma
Hi Guys I am trying to accomplish something which I think is little tricky for me in AS 3.0. Please help me out if you guys have any idea how to solve it. I am putting multiple instances of UILoader (containing videos) on the main stage and we can put them anywhere over the screen(free flow). I

Re: [Flashcoders] Running Independent SWF

2008-03-13 Thread anuj sharma
in an html document? B. On Wed, Mar 12, 2008 at 3:08 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi All I made a desktop application( in AS 3.0 using Flash IDE) in which I am loading bunch of SWFs in my UILoader. The file is working fine from Flash Authoring tool( IDE). I publish my

Re: [Flashcoders] Running Independent SWF

2008-03-13 Thread anuj sharma
Hi ALL Thanks for your help. one of guy help me out in figuruign this thing out. I have to use /.video/pic_8.swf. Now the problem is solved. Thanks Anuj On Thu, Mar 13, 2008 at 1:58 PM, EECOLOR [EMAIL PROTECTED] wrote: It is just a guess, but is the url in your swf /video/pic_8.swf? If so, you

[Flashcoders] Re: Debugging issue

2008-03-12 Thread anuj sharma
, anuj sharma [EMAIL PROTECTED] wrote: Hi I am trying to debug my project and it gives me long weird message as follows. Its saying some Security Sandbox violation. I am loading external videos in myUILoader component using XML.All of those directories are in the same folder. Does anyone has any

[Flashcoders] Running Independent SWF

2008-03-12 Thread anuj sharma
Hi All I made a desktop application( in AS 3.0 using Flash IDE) in which I am loading bunch of SWFs in my UILoader. The file is working fine from Flash Authoring tool( IDE). I publish my file using local files only. Now when I am trying to run my independent SWF file, i am getting error Error

Re: [Flashcoders] mouse x and y

2008-03-11 Thread anuj sharma
Hi Throdore. You can try MOUSE_MOVE and trace mouseX and mouseY and it will give you your mouse coordinates whenever you move your mouse. Similarly you can use mouseX and mouseYon mouseUP or DOWN event or CLICK. Thanks Anuj On Tue, Mar 11, 2008 at 4:49 AM, Lehr, Theodore M (N-SGIS) [EMAIL

Re: [Flashcoders] Is there any grid component in AS 3.0

2008-03-11 Thread anuj sharma
PROTECTED] wrote: check out Flex. On Mon, Mar 10, 2008 at 8:08 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi All I am looking for a grid container in AS 3.0. With my search I found that AS 3.0 supports Data Grid but for holding data not for visual layout perspective. I am looking something

Re: [Flashcoders] Is there any grid component in AS 3.0

2008-03-11 Thread anuj sharma
] wrote: anuj Sharma wrote: can I use my already AS 3.0 code in Flex . i am not sure how do these things integrate. Please let me know do I have to create a new application from scratch in Flex or does my already existing code going to be imported. Your AS3 code will probably work

Re: [Flashcoders] Is there any grid component in AS 3.0

2008-03-11 Thread anuj sharma
://www.totaltraining.com/prod/adobe/flex.asp If you get Flex Builder - the full version, not SDK - you can follow all the tutorials in that, even on the trial, that's a good place to start. anuj sharma wrote: Hi Jason Merill and Eric Thanks a lot for your suggestions. i will start exploring FLEX in my

Re: [Flashcoders] Is there any grid component in AS 3.0

2008-03-11 Thread anuj sharma
On Tue, Mar 11, 2008 at 2:10 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi Glenn Jason Thank you very much for your help and resources. i will check them out. Anuj On Tue, Mar 11, 2008 at 1:39 PM, Glen Pike [EMAIL PROTECTED] wrote: Look at the Flex Quick Starts on Adobe Devnet

[Flashcoders] Debugging issue

2008-03-11 Thread anuj sharma
Hi I am trying to debug my project and it gives me long weird message as follows. Its saying some Security Sandbox violation. I am loading external videos in myUILoader component using XML.All of those directories are in the same folder. Does anyone has any idea how would i fix that. Any Help

[Flashcoders] Request some guidance

2008-03-10 Thread anuj sharma
Hi guys I need some guidance from you. I almost reach the final stage of my project. My scenario is I have multiple instances of UILoaders on the main stage. The user can drag and drop those UILoaders wherever he wants on the main stage. The user can put one on top to replace them too.I am

[Flashcoders] Is there any grid component in AS 3.0

2008-03-10 Thread anuj sharma
Hi All I am looking for a grid container in AS 3.0. With my search I found that AS 3.0 supports Data Grid but for holding data not for visual layout perspective. I am looking something for visual layout perspective. My aim is that if user drops 4 objects on the main screen and hits arrange button

[Flashcoders] UILoader move not in control (Coordinate issue)

2008-03-06 Thread anuj sharma
Hi I am trying to move my UILoader across the screen but it is little bouncy. MY UILoader is in the sprite container and on the mouse down I use stop drag function where I am leaving my UILoader to mouseX and mouseY. But it is taking the top left corner of my rectangular shape UIloader as the

Re: [Flashcoders] Hit Object Question

2008-03-05 Thread anuj sharma
; e.target.transform.colorTransform = ctfm; } private function redTint(e:MouseEvent):void { var ctfm:ColorTransform = new ColorTransform(); ctfm.color = 0xff; e.target.transform.colorTransform = ctfm; } Kenneth Kawamoto http://www.materiaprima.co.uk/ anuj sharma wrote: How do I change the color

[Flashcoders] Weird Behavior of hitTestPoint and removeChild()

2008-03-05 Thread anuj sharma
Hi I am trying to drag and drop multiple instances of UILoader on stage. My goal is if user puts UILaoder partially on top of other UILoader , it should just stay on top of it. If user puts on top of UILoader more than the central point of other UILoader, the other UILoader will change the color

[Flashcoders] Re: Weird Behavior of hitTestPoint and removeChild()

2008-03-05 Thread anuj sharma
to. Thanks On Wed, Mar 5, 2008 at 3:02 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi I am trying to drag and drop multiple instances of UILoader on stage. My goal is if user puts UILaoder partially on top of other UILoader , it should just stay on top of it. If user puts on top of UILoader more than

Re: [Flashcoders] Hit Object Question

2008-03-04 Thread anuj sharma
underneath will not give you any visual feedbacks... Kenneth Kawamoto http://www.materiaprima.co.uk/ anuj sharma wrote: Hi all I am trying to implement hit object in my project. I have sprite class and I am loading multiple instances of UI Loader in my sprite class and displaying

[Flashcoders] Hit Object Question

2008-03-03 Thread anuj sharma
Hi all I am trying to implement hit object in my project. I have sprite class and I am loading multiple instances of UI Loader in my sprite class and displaying it on the main screen. The user can drag and drop those UILoaders on the main stage wherever they want.My aim was that if user drops one

Re: [Flashcoders] Border color change of UILoader

2008-02-29 Thread anuj sharma
? -- Kenneth Kawamoto http://www.materiaprima.co.uk/ anuj sharma wrote: Hi Does anyone now how to change the border color of the UILoader component when user clicks on that. I have put UILoader in the sprite container and i need to implement that if user selects that UILoader its

[Flashcoders] Border color change of UILoader

2008-02-28 Thread anuj sharma
Hi Does anyone now how to change the border color of the UILoader component when user clicks on that. I have put UILoader in the sprite container and i need to implement that if user selects that UILoader its border color will be changed (to red may be). Please help me out . Here's the my dummy

[Flashcoders] Re: Help Needed. UILoader coordinate track problem on MOUSE_UP

2008-02-27 Thread anuj sharma
of the caller. at flash.display::DisplayObjectContainer/getChildIndex() at MethodInfo-1092() I am tracking the number of children using getChildIndex. Anyone has any idea how would i fix this error. Any help will be highly appreciated. Thanks Anuj On Tue, Feb 26, 2008 at 3:15 PM, anuj sharma

[Flashcoders] Re: Help Needed. UILoader coordinate track problem on MOUSE_UP

2008-02-27 Thread anuj sharma
Never Mind problem has been fixed. I have to pass the correct container. Thanks for ur patience Help Anuj On Wed, Feb 27, 2008 at 11:14 AM, anuj sharma [EMAIL PROTECTED] wrote: Hi again I have fixed this problem. Basically I was moving the UIloader but when i tried to move the container

[Flashcoders] Anyone know how to dynamically change the border of UILoader Component

2008-02-26 Thread anuj sharma
Hi All I am loading multiple instances of UI loader containing external SWFs on my stage. When user double clicks on the video thumbnail, an instance of UIloader will be placed on the main stage.The user can place as many UIloader instances on the main stage. My aim is that if user puts any

[Flashcoders] Help Needed. UILoader coordinate track problem on MOUSE_UP

2008-02-26 Thread anuj sharma
Hi All I am dragging the UI loader component containing external SWfs in them. On Mouse Release I use stop drag, and on stop drag- I am using myUIloader.move(mouseX,mouseY). However the output is little bouncy, the stage is taking the topleft corner of UIloader as main point and on stop drag it is

[Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
Hi All I am developing a video Gallery in AS 3.0. - I am providing thumbnails and XML is loading external FLvs in those thumbnails . - The user can either double click or click and drag thumbnail to play the main video above the particular line. - I am calling external SWFs in

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
Thanks a lot I will do that and let you know if problem has been fixed On Mon, Feb 25, 2008 at 10:49 AM, Merrill, Jason [EMAIL PROTECTED] wrote: If you are on Windows, you can install Kewbee's Plugin Switcher to see which versions of each are running. Download from here: Man, use

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
again) http://www.adobe.com/go/tn_14157 Glen anuj sharma wrote: Hi All I am developing a video Gallery in AS 3.0. - I am providing thumbnails and XML is loading external FLvs in those thumbnails . - The user can either double click or click and drag thumbnail

Re: [Flashcoders] Flash Video Gallery Problem

2008-02-25 Thread anuj sharma
versions link is on the RHS, it was temporarily unavailable when I just looked, but try later - direct link here: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14266 Uninstall information here (broken again) http://www.adobe.com/go/tn_14157 Glen anuj sharma wrote

[Flashcoders] Re: RangeError: Error #2006: The supplied index is out of bounds.

2008-02-25 Thread anuj sharma
I will loop it and see what will happen Thanks a lot for all your help Anuj On Mon, Feb 25, 2008 at 1:19 PM, anuj sharma [EMAIL PROTECTED] wrote: Hi Guys I am making an Auto-Arrange button and clicking on which arranges all the children of the container( which are on the main stage

[Flashcoders] UILoader Component Movement problem

2008-02-21 Thread anuj sharma
Hi All In my program I am allowing user to drag and drop Video thumbnails on the main stage. The UIComponent is loading external SWF as soon as user drops video on the main screen. Also the user can successfully drag and drop the opened video pane (which is UILoader Component) wherever he wants on

[Flashcoders] Double Click Mouse Event not working consistently even after using doubleClickEnabled.

2008-02-20 Thread anuj sharma
Hi All I am just trying to implement double click mouse event on a simple button and it is working inconsistently. I need to double click on the button and need consistent results. Attached is my code .You can copy and paste the attached code to see the inconsistent behavior. Sometimes double

Re: [Flashcoders] Double Click Mouse Event not working consistently even after using doubleClickEnabled.

2008-02-20 Thread anuj sharma
mouse button. hth, Bob anuj sharma wrote: Hi All I am just trying to implement double click mouse event on a simple button and it is working inconsistently. I need to double click on the button and need consistent results. Attached is my code .You can copy and paste the attached code