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

2008-11-30 Thread Rajiv Seth (Pixelated)
Hi Ian,
Thanks for your help. It worked.
Regards

Rajiv Seth
Ph: 09839157388


On Sat, Nov 22, 2008 at 11:35 PM, Ian Thomas <[EMAIL PROTECTED]> wrote:

> Rajiv - I posted the answer earlier, but in case you missed it:
>
> test.text=this.loaderInfo.parameters.uName;
>
> In other words, look 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,
> >
> > Thanks.
> > Actually I just want to pass some value using querystring in my ASP page
> > where I will embed the swf. And I want to use flashvars to do the same.
> It
> > was working properly in flash AS2.0.
> > Regards
> >
> > Rajiv Seth
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2008-11-22 Thread Rajiv Seth (Pixelated)
Hi Cor,

Thanks.
Actually I just want to pass some value using querystring in my ASP page
where I will embed the swf. And I want to use flashvars to do the same. It
was working properly in flash AS2.0.
Regards

Rajiv Seth



On Sat, Nov 22, 2008 at 5:42 PM, Ian Thomas <[EMAIL PROTECTED]> wrote:

> 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
> > -
> > import fl.video.MetadataEvent;
> > import flash.text.*;
> >
> > var uName:String;
> > test.text = uName;
> > --
> >
> > "test" is a dynamic text input. And I am using
> > 
> > http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0
> "
> > width="550" height="420">
> >  
> >  
> >  
> >   > pluginspage="
> >
> http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
> "
> > type="application/x-shockwave-flash" width="550" height="420">
> > 
> > -
> > But "uName" value is not coming to flash.
> >
> > Please help.
> >
> > Regards
> >
> > Rajiv Seth
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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" is a dynamic text input. And I am using

http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0";
width="550" height="420">
  
  
  
  http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
type="application/x-shockwave-flash" width="550" height="420">

-
But "uName" value is not coming to flash.

Please help.

Regards

Rajiv Seth
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2008-09-03 Thread Rajiv Seth (Pixelated)
Hi Sebastian,

Thanks for looking into my problem, but I have resolved the issue myself.
Thanks

Rajiv

On Thu, Sep 4, 2008 at 6:04 AM, sebastian <[EMAIL PROTECTED]> wrote:

> hi Rajiiv, nice movement so far.
> :)
>
> Don't have the time to dig into all your code, so if you could perhaps
> refine 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 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 this.
>>
>> file can be seen at http://www.geocities.com/cybe_r/
>>
>> I have put there fla download link and code too.
>>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] flash vars questions.

2008-09-01 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_16417&sliceId=1

hope it will help.

Rajiv Seth

On Tue, Sep 2, 2008 at 7:39 AM, Gustavo Duenas <
[EMAIL PROTECTED]> wrote:

> Hi have a swf file which has a flv inserted and I'd like to know a way to
> pass url variables with the name of the file to the flv.
>
>
> like this:
>
> index.html?video=123.flv
>
> and I want this to goes to the video.swf, and then to the flv source, any
> ideas or you know a good tutorial, I've been trying one, but for so long no
> results.
>
>
> Regards,
>
>
> Gustavo
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Plssss help me: perspective illusion

2008-08-31 Thread Rajiv Seth (Pixelated)
Yeh! thanks for responding.

Problem is in Action Scripting. Actually on the stage, you will see that
there are two buttons, "btn_next" & "btn_back".

When I click on "btn_next", [btn_next.onRelease = function()] is evoked and
images move properly and when I click on "btn_back", [btn_back.onRelease =
function()] is evoked, but probably I am unable to calculate the variable
"newX" properly, so thumb images are not coming back to original position.

All I want is to move thumb image with back & next buttons, next button will
work till all seven images keep forwarding, and only one remains, and back
button will bring them back to original position by displacing them one by
one.

Hope my problem is clear now. I am waiting for ur help.

Thanks again

Rajiv

On Sat, Aug 30, 2008 at 9:21 PM, Arka Roy <[EMAIL PROTECTED]> wrote:

> Can you please describe the problem in terms of something in Flash 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 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 this.
> >
> > file can be seen at http://www.geocities.com/cybe_r/
> >
> > I have put there fla download link and code too.
> > --
> > Regards
> >
> > Rajiv Seth
> > Ph: 09839157388
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 this.

file can be seen at http://www.geocities.com/cybe_r/

I have put there fla download link and code too.
-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 this.

file can be seen at http://www.geocities.com/cybe_r/

I have put there fla download link and code too.
-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Overlay problem

2008-07-14 Thread Rajiv Seth (Pixelated)
Thanks Piers & Ashim,

An empty onRelease function solved the problem.

Thanks A LOT.

Rajiv

On Mon, Jul 14, 2008 at 5:31 PM, Piers Cowburn <[EMAIL PROTECTED]> wrote:

> An easier way of doing it is just to place a movieclip over the top of your
> content and give it an empty onRelease function (in AS2) or just make sure
> it's mouseEnabled in AS3.
>
> Piers
> [EMAIL PROTECTED]
>
>
>
>
> On 14 Jul 2008, at 12:51, allandt bik-elliott (thefieldcomic.com) wrote:
>
>  if you add a boolean to your script that states whether the movie is
>> operational or not, then you can add an if statement to your links /
>> buttons
>> that ask if the boolean is true
>>
>> so:
>>
>> var bMovieEnabled:Boolean = true;
>>
>> myLink.onRelease = Delegate.create(this, linkOnRelease);
>> function linkOnRelease():Void
>> {
>>if (bMovieEnabled)
>>{
>>bMovieEnabled = false;
>>//do stuff
>>}
>> }
>>
>> and on the close button for the panel 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 effects/actions are disabled by a semi-transparent image.
>>> How
>>> to create such layer, which can disable all links?
>>> --
>>> Regards
>>>
>>> Rajiv Seth
>>> Ph: 09839157388
>>> ___
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>>  ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>
> [EMAIL PROTECTED]
> 0207 631 3278
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Overlay problem

2008-07-14 Thread Rajiv Seth (Pixelated)
Actually I am using AS2.0. Please suggest in the same scripting.

Thanks

Rajiv

On Mon, Jul 14, 2008 at 5:22 PM, Piers Cowburn <[EMAIL PROTECTED]> wrote:

> Do you want to use AS2 or AS3?
>
> Piers
>
>
>
> On 14 Jul 2008, at 12:37, Rajiv Seth (Pixelated) 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 effects/actions are disabled by a semi-transparent image.
>> How
>> to create such layer, which can disable all links?
>> --
>> Regards
>>
>> Rajiv Seth
>> Ph: 09839157388
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>
> [EMAIL PROTECTED]
> 0207 631 3278
>
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2008-06-07 Thread Rajiv Seth (Pixelated)
Hi Glen,
I have updated the link http://dev.epsilonium.com/flashforum/ with code.
Please see if you can suggest me something better. Which I am sure you will.

If you can tell me the basic approach and some important
methods/functions/classes, I will try it out.

Recently I saw this site
http://www.liquidjourney.com/flash/lq3.html

It has similar type of portfolio, but not the slide show.

Thanks
Rajiv

On Fri, Jun 6, 2008 at 8:25 PM, Glen Pike <[EMAIL PROTECTED]> wrote:

> Hi,
>
>   I don't know of any samples, but maybe post some code and we will try to
> help you if the examples below are no help...
>
>   Are you using "trace" commands to see where things happen and don't
> happen - if so, can you walk / talk us through it or post the bit that does
> not work.
>
>   Off the top of my head - are you implementing the EventDispatcher
> interface for any class that dispatches events?
> (AS2)
>   //e.g.  a simple class that extends MovieClip, uses the EventDispatcher
> mechanism and sends an event when the movie clip reaches the last frame.
>
>   import mx.events.EventDispatcher;
>
>   class MyClassSendsEvents extends MovieClip {
>
>   function MyClassSendsEvents() {
>   EventDispatcher.initialize(this);
>   }
> private function onLoad():void {
> //Sometimes your _parent class cannot access child clips until they
> are initialised, here is a fix to make sure that the children all tell the
> parent they are loaded
> _parent.register(this);
>   }
> private function onEnterFrame():void {
>if(_currentframe == _totalframes) {
>   dispatchEvent( { type: "end" } );
>}
>   }
>
>   public function addEventListener(event:String, listener):Void {}
> public function removeEventListener(event:String, listener):Void {}
> public function dispatchEvent(eventObject:Object):Void {}
>   }
> Are you using the Delegate class to make sure that the functions that
> listen for events are "scoped" to the right function and class?
>
>   e.g.
>   //A class that listens for events on the above example...
>   import MyClassSendsEvents;
>   import mx.utils.Delegate;
>
>   class MyClassReceivesEvents extends MovieClip {
>  function MyClassReceivesEvents() {}
>
>  function onLoad() {
> //normally you could add event listeners to child clips here, but I
> have had many problems with uninitialised clips in the past, so use the
> register function...
>  }
>
>  public function register(obj:MyClassSendsEvents):void {
> 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 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 to this. Then I will  be able to
>> handle it.
>>
>> Thanks
>>
>> Rajiv
>>
>> On Fri, Jun 6, 2008 at 6:23 PM, Glen Pike <[EMAIL PROTECTED]>
>> wrote:
>>
>>
>>
>>> Hi,
>>>Are you doing this in AS2 or AS3?
>>>
>>>  How are you on OOP & Events?  This will affect how you interpret the
>>> stuff below, but here is an idea from what you have said:
>>>
>>>  I would suggest using some kind of Event mechanism, so that when your
>>> slideshow reaches the end of the current list of images, it will tell the
>>> application that is has finished - the application should then load the
>>> slideshow with the next list of images and update the menu.
>>>
>>>  That's a simple description, but I think that's the way I may approach
>>> it
>>> - using events and separating stuff 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)
Well !

I am using AS2.0. Looking at your code help, I think I am using basic level
of coding. I have not used any of this.

 I will update my link (where I placed the layout) with code, and surely
would like to have your support to resolve this issue.

sincere thanks

Rajiv

On Fri, Jun 6, 2008 at 8:25 PM, Glen Pike <[EMAIL PROTECTED]> wrote:

> Hi,
>
>   I don't know of any samples, but maybe post some code and we will try to
> help you if the examples below are no help...
>
>   Are you using "trace" commands to see where things happen and don't
> happen - if so, can you walk / talk us through it or post the bit that does
> not work.
>
>   Off the top of my head - are you implementing the EventDispatcher
> interface for any class that dispatches events?
> (AS2)
>   //e.g.  a simple class that extends MovieClip, uses the EventDispatcher
> mechanism and sends an event when the movie clip reaches the last frame.
>
>   import mx.events.EventDispatcher;
>
>   class MyClassSendsEvents extends MovieClip {
>
>   function MyClassSendsEvents() {
>   EventDispatcher.initialize(this);
>   }
> private function onLoad():void {
> //Sometimes your _parent class cannot access child clips until they
> are initialised, here is a fix to make sure that the children all tell the
> parent they are loaded
> _parent.register(this);
>   }
> private function onEnterFrame():void {
>if(_currentframe == _totalframes) {
>   dispatchEvent( { type: "end" } );
>}
>   }
>
>   public function addEventListener(event:String, listener):Void {}
> public function removeEventListener(event:String, listener):Void {}
> public function dispatchEvent(eventObject:Object):Void {}
>   }
> Are you using the Delegate class to make sure that the functions that
> listen for events are "scoped" to the right function and class?
>
>   e.g.
>   //A class that listens for events on the above example...
>   import MyClassSendsEvents;
>   import mx.utils.Delegate;
>
>   class MyClassReceivesEvents extends MovieClip {
>  function MyClassReceivesEvents() {}
>
>  function onLoad() {
> //normally you could add event listeners to child clips here, but I
> have had many problems with uninitialised clips in the past, so use the
> register function...
>  }
>
>  public function register(obj:MyClassSendsEvents):void {
> 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 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 to this. Then I will  be able to
>> handle it.
>>
>> Thanks
>>
>> Rajiv
>>
>> On Fri, Jun 6, 2008 at 6:23 PM, Glen Pike <[EMAIL PROTECTED]>
>> wrote:
>>
>>
>>
>>> Hi,
>>>Are you doing this in AS2 or AS3?
>>>
>>>  How are you on OOP & Events?  This will affect how you interpret the
>>> stuff below, but here is an idea from what you have said:
>>>
>>>  I would suggest using some kind of Event mechanism, so that when your
>>> slideshow reaches the end of the current list of images, it will tell the
>>> application that is has finished - the application should then load the
>>> slideshow with the next list of images and update the menu.
>>>
>>>  That's a simple description, but I think that's the way I may approach
>>> it
>>> - using events and separating stuff 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)
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 to this. Then I will  be able to
handle it.

Thanks

Rajiv

On Fri, Jun 6, 2008 at 6:23 PM, Glen Pike <[EMAIL PROTECTED]> wrote:

> Hi,
> Are you doing this in AS2 or AS3?
>
>   How are you on OOP & Events?  This will affect how you interpret the
> stuff below, but here is an idea from what you have said:
>
>   I would suggest using some kind of Event mechanism, so that when your
> slideshow reaches the end of the current list of images, it will tell the
> application that is has finished - the application should then load the
> slideshow with the next list of images and update the menu.
>
>   That's a simple description, but I think that's the way I may approach it
> - using events and separating stuff 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
>> -
>> On Fri, Jun 6, 2008 at 5:01 PM, Glen Pike <[EMAIL PROTECTED]>
>> wrote:
>>
>>
>>
>>> Hi,
>>>
>>>  Your attachments get scrubbed by the list.  Do you have a link to an
>>> online image?
>>>
>>>  Glen
>>>
>>> Rajiv Seth (Pixelated) wrote:
>>>
>>>
>>>
>>>> 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
>>>> proceeds. Can anyone help me in this?
>>>>
>>>>
>>>>
>>>>  
>>>>
>>>> ___
>>>> Flashcoders mailing list
>>>> Flashcoders@chattyfig.figleaf.com
>>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>>
>>>>
>>>>
>>>>
>>> --
>>>
>>> Glen Pike
>>> 01326 218440
>>> www.glenpike.co.uk <http://www.glenpike.co.uk>
>>>
>>> ___
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>>
>>>
>> ___
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>>
>
> --
>
> Glen Pike
> 01326 218440
> www.glenpike.co.uk <http://www.glenpike.co.uk>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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
proceeds. Can anyone help me in this?


-- 
Regards

Rajiv Seth
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 want to reduce this space,
provide less value e.g. hspace='3'

Rajiv

On Wed, May 28, 2008 at 3:40 PM, Vayu Robins <[EMAIL PROTECTED]> wrote:

> Hi.
>
> I am loading some dynamically html text into a textfield.  There is an
> image
> in the text.
>
> The problem is that the image is aligned maybe 5-6 px away from the right,
> whereas the text isnt.  Its as if there is a left margin or apadding on the
> image.
>
> Furthermore, is there a way of not having the text wrap around the image?
>  I
> have some text above and under the image.  Not on the sides.
>
> Cordially.
> Vayu
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Image in dynamic text field

2008-05-27 Thread Rajiv Seth (Pixelated)
XML is like:





Actually I want this arrow image which is in "data" attribute, to be linked
to url given in "url" attribute of above XML.

I am using following for loop to push xml values into array

for (i=0; i
wrote:

> what does the XML Looks like?
>
> On Tue, May 27, 2008 at 6:33 AM, Rajiv Seth (Pixelated) <
> [EMAIL PROTECTED]> wrote:
>
> > When I am trying to call an image inside text field dynamically, it is
> > appearing after a line break, but I want the image to come in line with
> the
> > text.
> > I have created the text field dynamically:
> >
> > [i]txtHolder.createTextField("imageData",1,0,0,550,60);[/i]
> >
> > and set these properties:
> >   [i]txtHolder.imageData.multiline = true;[/i]
> >[i]txtHolder.imageData.wordWrap = true;[/i]
> >[i]txtHolder.imageData.html = true;[/i]
> >[i]txtHolder.imageData.border = true;[/i]
> >[i]txtHolder.imageData.htmlText = "";[/i]
> >
> > Now I am loading an image along with text into it using XML. I want to
> use
> > and arrow image which will come in the end but in same line. But the
> image
> > is taking a line break.
> >
> > Can anyone suggest me how to use  in text field so that it appears
> > without line-break.
> >
> > Thanks
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>
> --
> ...helmut
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders