[Flashcoders] Thanks Ian - Plssssssss Help!!!!!1 - AS3.0 text field problem (RESOLVED)

2008-11-30 Thread Rajiv Seth (Pixelated)
for the loaderInfo member of your document class. It is of type LoaderInfo. LoaderInfo has a property called 'parameters'. That is a dynamic object which holds all the parameters passed via FlashVars. HTH, Ian On Sat, Nov 22, 2008 at 5:32 PM, Rajiv Seth (Pixelated) [EMAIL PROTECTED] wrote: Hi Cor

[Flashcoders] Plssssssss Help!!!!!1 - AS3.0 text field problem

2008-11-22 Thread Rajiv Seth (Pixelated)
Hi, How can I pass variable value using flashvars, if I am coding flash using AS3.0. I am simply using - import fl.video.MetadataEvent; import flash.text.*; var uName:String; test.text = uName; -- test

Re: [Flashcoders] Plssssssss Help!!!!!1 - AS3.0 text field problem

2008-11-22 Thread Rajiv Seth (Pixelated)
: test.text=this.loaderInfo.parameters.uName; Should do it. HTH, Ian On Sat, Nov 22, 2008 at 12:03 PM, Rajiv Seth (Pixelated) [EMAIL PROTECTED] wrote: Hi, How can I pass variable value using flashvars, if I am coding flash using AS3.0. I am simply using

Re: [Flashcoders] Flash Perspective movement: Back button problem

2008-09-03 Thread Rajiv Seth (Pixelated)
the problem to just one problematic equation/function/question, I (we) might be better [ more quickly] able to assist you. :) Sebastian Rajiv Seth (Pixelated) wrote: Hi there, I am working on a project, for which I have made perspective movement of thumbnails. My one side movement is working

Re: [Flashcoders] flash vars questions.

2008-09-02 Thread Rajiv Seth (Pixelated)
Hi, it's very simple process. you can view this tutorial http://www.permadi.com/tutorial/flashVars/index.html You can view this too http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16417sliceId=1 hope it will help. Rajiv Seth On Tue, Sep 2, 2008 at 7:39 AM, Gustavo Duenas [EMAIL

Re: [Flashcoders] Plssss help me: perspective illusion

2008-08-31 Thread Rajiv Seth (Pixelated)
or ActionScript (like variables, symbols, classes, functions) not working as you thought it should. Or at least which specific part of that code you posted, doesn't work as expected. A On Sat, Aug 30, 2008 at 9:36 PM, Rajiv Seth (Pixelated) [EMAIL PROTECTED] wrote: Hi there, I am working

[Flashcoders] Plssss help me: perspective illusion

2008-08-30 Thread Rajiv Seth (Pixelated)
Hi there, I am working on a project, for which I have made perspective movement of thumbnails. My one side movement is working fine, but I am unable to create to and fro movement (back forward), as variable values don't change as desired. Can anyone help me with this and tell me how to code

[Flashcoders] Flash Perspective movement: Back button problem

2008-08-29 Thread Rajiv Seth (Pixelated)
Hi there, I am working on a project, for which I have made perspective movement of thumbnails. My one side movement is working fine, but I am unable to create to and fro movement (back forward), as variable values don't change as desired. Can anyone help me with this and tell me how to code

[Flashcoders] Overlay problem

2008-07-14 Thread Rajiv Seth (Pixelated)
Hi, I want to create an effect like http://www.limoosoft.com/Limoosoft-En.html When user clicks on zoom image, large image loads in a movie, and all links, rollver effects/actions are disabled by a semi-transparent image. How to create such layer, which can disable all links? -- Regards Rajiv

Re: [Flashcoders] Overlay problem

2008-07-14 Thread Rajiv Seth (Pixelated)
add bMovieEnabled = true; best a On Mon, Jul 14, 2008 at 12:37 PM, Rajiv Seth (Pixelated) [EMAIL PROTECTED] wrote: Hi, I want to create an effect like http://www.limoosoft.com/Limoosoft-En.html When user clicks on zoom image, large image loads in a movie, and all links, rollver

Re: [Flashcoders] Pls help, I am stuck - Slideshow Issue

2008-06-07 Thread Rajiv Seth (Pixelated)
+ was the object + evt.type + was the event); } } Rajiv Seth (Pixelated) wrote: Hi, yes you are right. I do have this basic idea. And I have used something like that only. But it doesn't seem working. Is there any possibility, that I can get some small running sample similar

[Flashcoders] Pls help, I am stuck - Slideshow Issue

2008-06-06 Thread Rajiv Seth (Pixelated)
Hi, I am working on menu driven (which has submenu too) flash portfolio. And it's working fine. It has xml data. I want to have a Slide show feature for this portfolio. Please refer to layout image attached. I want my slideshow run in a way that all menu submenu should also increment as the show

Re: [Flashcoders] Pls help, I am stuck - Slideshow Issue

2008-06-06 Thread Rajiv Seth (Pixelated)
into blocks that send events around. Hope this helps? Glen Rajiv Seth (Pixelated) wrote: HI Glen, Thanks for responding. Following is the link. I have put some details there too. http://dev.epsilonium.com/flashforum/ Rajiv

Re: [Flashcoders] Pls help, I am stuck - Slideshow Issue

2008-06-06 Thread Rajiv Seth (Pixelated)
{ obj.addEventListener(end, Delegate.create(this, _end)); } private function _end(evt:Object):void { trace(an object sent an end event + evt.target + was the object + evt.type + was the event); } } Rajiv Seth (Pixelated) wrote: Hi, yes you are right. I do have

Re: [Flashcoders] Image in dynamic text field

2008-05-28 Thread Rajiv Seth (Pixelated)
); //trace(images); } And later using a function, i am setting text field value: movTxt.imageData.htmlText = imgContent[j]; Thanks On Wed, May 28, 2008 at 12:33 AM, Helmut Granda [EMAIL PROTECTED] wrote: what does the XML Looks like? On Tue, May 27, 2008 at 6:33 AM, Rajiv Seth (Pixelated

Re: [Flashcoders] Dynamically loaded Image in textfield - AS3

2008-05-28 Thread Rajiv Seth (Pixelated)
Hi, I am also facing the similar problem. In my case image is in the end of the text. I want the image to be displayed in the same line of text, but it is showing with a line break. Though this left margin issue can be resolved providing hspace in image tag. Default value of hspace is 8. If you