Change Position Of FMS Chat Component In Different Frames?

Aug 18, 2010

I have developed an application using various FMS2 Communication Components. One of those is the Chat component. The application has various display modes (minimized, normal, maximized). These display modes require the Chat component instance to be resized and repositioned on the screen. I took the approach of having a separate frame represent each of the display modes.

The problem I am having is that the Chat component won't resize or relocate from the size/position on the first frame. The visual layout isn't respected, and calling this.moveTo(x,y) has no effect either. The only way I can get the component to have the desired behavior is to comment out the last line of the Chat component actionscript[code]...

View 2 Replies


Similar Posts:


Android :: List Component Good For Chat Displaying Chat Data?

Mar 29, 2012

i want to create a chat app using flex 4.5 mobile project for android device. For the chat screen, i wanted it to look glossy and stylish. Hence i thought i would use the list component and disable the selection in it. I m able to add the chat messages into the list. But i doubt if large chat data might hinder the performance. Im using a collection and i ve binded it with the list. Whenever i receive a chat i update the collection and it gets displayed in the list. Can someone tell me if his could pose a performance problem as list component is not intended for this purpose.

View 1 Replies

ActionScript 2.0 :: Using Chat Component In MX

Jan 13, 2004

How to make a chat room in flash mx? I have the chat component but how to use it?

View 5 Replies

ActionScript 2.0 :: Using The Chat Component In Mx?

Jan 13, 2004

does anybody know how to make a chat room in flash mx? i have the chat component but have no idea how to use it???

View 5 Replies

ActionScript 3.0 :: Putting Multiple Instances Of The FlvPlayback Component In Different Frames And Using Buttons To Navigate To Frames

May 2, 2011

there seems to be no accepted method of playing multiple flv using buttons. My latest attempt has me putting multiple instances of the flvPlayback component in different frames and using buttons to navigate to those frames. It works but nothing anyone has posted anywhere will result in removing the flv when you go to a different frame and instance. This was simple in AS2. Load movie to a traget and each time you load a new movie the other one goes away. REALLY goes away.

View 7 Replies

ActionScript 3.0 :: Can Use The List Component To Make Chat?

Feb 17, 2009

Can I use the List component to make chat? If so, what do Ido after dragging the component to the stage?

View 2 Replies

Make Chat-box Transparent Without Change In Keyboard Language?

Dec 7, 2010

I've uploaded a Chatango chat-box on a site of mine, and it worked fine, until I added <'param name="wmode" value=" transparent"/> to make the Chat-box transparent, because it fits nicer to my site. In that case, the browser would take as a default that my Keyboard is set to English, and so I cannot use some characters, while some others are switched, because I'm otherwise using a Slovenian keyboard setting. How do I make the chat-box transparent without the change in my Keyboard language?

View 1 Replies

Java :: Best Language For Video Chat (similar To Chat Roulette) With MySQL

Jan 19, 2011

What would be the best language to use to write a script similar to chat roulette but interact with a MySQL database of users.

View 3 Replies

ActionScript 3.0 :: Record The Current Position Of Any Of The Items Item In Order To Use That Data To Change The Position Of The Item After The User Clicks?

Jan 2, 2010

If I have several items that move across the screen but the user can click any of them at any time, how do I record the current position of any of the items item in order to use that data to change the position of the item after the user clicks?

This is what I am doing: I have 11 images that slide accross the screen. The user can click any of them at any time. When he clicks one I am scaling the image so it looks like it is comming forward (z axis) and then the rest of the images are scaled down so it looks like they are going back on z axis. So what I am trying to do is get the current position of the image when the user clicks the image so that I can use that to correctly estimate the scaling and moving of the image to make it look like it scales from the center and not from the top left corner. So if have a variable that gets the current position of the image being clicked I'm thinking I can change its position using something like: x = currentposition + -45;

View 9 Replies

Adjust Each Layer So Frames End At Chosen Position?

Jun 28, 2011

How can I drag the key frames back within each of the layers below so that they all end on the final scene. Currently when I hit play, the clip runs till the last key frame and the other layers that don't run that length disappear. How can I best fix this?

View 2 Replies

ActionScript 3.0 :: No Faceleft Position In Any Of Numbers Representing Frames

Aug 10, 2010

I'm having a problem that is kind of hard to explain. I have a player character on the stage and a player class controlling the character. He moves right responding the the keyboard input fine, but when he moves left, the character has to face right for one sequence during the animation. There is no faceleft position in any of the numbers representing frames in the array controlling the walk left animation so I don't know why the player character is doing this. Here's some of the code I am using.[code]

View 3 Replies

ActionScript 2.0 :: Changing Frames Depending On Mouse Position?

Jun 8, 2004

I know this can't be to hard too achieve, but my actionscript skills aren't quite up to it yet.

- I have 5 frames within a MC.

- In this MC there is text saying "center", "left", "right", "up", "down" on each frame.

- All I want to be able to do is make the MC change to frame 3 "right" when my mouse moves to the right of the MC.

I know the script below is wrong, but would it go something like, this. Would I have to use angle and math or is there a simpler way to achieve this?

onClipEvent (mouseMove)
get x position
get y position[code]......

View 1 Replies

ActionScript 2.0 :: Changing Frames Depending On Mouse Position

Jun 8, 2004

I know this can't be to hard too achieve, but my actionscript skills aren't quite up to it yet.
- I have 5 frames within a MC.
- In this MC there is text saying "center", "left", "right", "up", "down" on each frame.
- All I want to be able to do is make the MC change to frame 3 "right" when my mouse moves to the right of the MC.

onClipEvent (mouseMove)
get x position
get y position
if statement x= > -180 and y=> 0 (something like that)
_root.myMovieClip.gotoAndStop(3)

View 1 Replies

Flash Chat Vs Other Kinds Of Chat

Jan 16, 2012

What is the best type of chat program for people to chat one on one?

1. Does flash chat impair SEO?
2. How would you compare the server load/speed of flash chat vs other types of chat, such as cometchat, ajax chat, of java chat?

View 3 Replies

Actionscript 3 :: Syncing Frames To Audio And Channel.position Acuracy?

May 30, 2009

Calling channel.position on an ENTER_FRAME event, I notice that it's not being updated every frame, but it looks more like every frame and a half.

var sound:Sound = new Sound(new URLRequest('music.mp3'));
var channel:SoundChannel = sound.play(); // assume the sound is completely,
// totally, 100% loaded

[code]....

View 1 Replies

Extending A Component Over Multiple Frames

Nov 24, 2009

I found this sentence while googling out for Flash help: "Add 3 frames to your timeline. Drop a TextField on your Stage & make sure it extends over all the 3 frames." I was not able to accompolish the second task of this. I added the frames, dropped a TextField on the first frame, but could not find a way to extend it over all the 3 frames.

View 9 Replies

Flex :: Change Component On State Change?

Mar 8, 2010

I've got a whole bunch of data being displayed in different Labels, now I'm adding an edit state. I'd like all the labels to "transform" into TextInputs. I was just wondering if it possible to uses states to change

View 1 Replies

ActionScript 3.0 :: Scroll Pane Component - Moving Between Frames

Feb 10, 2012

I am getting the following error message:
"TypeError: Error #1009: Cannot access a property or method of a null object reference.
at fl.containers::ScrollPane/endDrag()"

The problem occurs when I like this: I click a button on the Main Frame which takes me to frame #2. I go back to the Main Frame and then come back to the frame #2. When I go to Frame #2. I get the error message.I suspect the problem is occurring because I am not emptying the "scrollPane_1" component on exit. In the code below scrollPane_1 is a scroll pane component. This is occurring on all pages that I have the scroll pane on. Also the scroll pane component is on stage and has an instance name of "scrollPane_1".

This is an Air for iOS file. Here's the code.
stop();
scrollPane_1.source= myText_1;
scrollPane_1.setSize(600,585);
bnt_home_1.addEventListener(MouseEvent.CLICK, bnt_Goto_home_1);
function bnt_Goto_home_1(event:MouseEvent):void {
[Code] .....

View 12 Replies

ActionScript 2.0 :: 'Flash Chat' Room To Chat With Flash Devleopers?

May 21, 2009

Does anyone know of a 'Flash Chat' room to chat with Flash Devleopers?

View 1 Replies

Change Frames Instead Of Size?

Apr 24, 2009

I want to change frames instead of Size. How can I revise this?

s1.addEventListener(MouseEvent.CLICK,changeSize);
s2.addEventListener(MouseEvent.CLICK,changeSize);
s3.addEventListener(MouseEvent.CLICK, changeSize);
s4.addEventListener(MouseEvent.CLICK, changeSize);

[code]....

View 1 Replies

AS3 :: Setting Scroll Position For ScrollPane Component?

May 19, 2009

I ve got a series of frames, each with its own instance of a scrollPane called actionText. When navigating from frame to frame I want the vertical scroll position of actionText to reset to 0.For some reason these separate instances of the component are inheriting scroll positions from one another,for example,if I scroll to 50% in one frame, jump to a new frame with a new instance of actionText, that new instance starts at 50%, not 0.

I should be able to set the scroll position by actionText.vPostion = 0 but I get Position is an undefined property of the object actionText .Roll over either the star one or star twotabs and select any action item, scroll the text down (actually a pdf converted to swf), then navigate to another action item and the new scrollPane does not default to 0. Only stars one and two are coded.[url]......

View 3 Replies

Flex :: Get Global Coordinate Position Of A Component?

Aug 9, 2010

In flex, how to get global coordinate position of a component?

View 1 Replies

Actionscript 3 :: Position A Component In Flex That Is Fixed?

Nov 23, 2011

Just like in HTML / CSS you can set the position of a div to be 'fixed' using css. For example, a header that is fixed at the top of the web page when the user scrolls down the webpage.

Is this possible in Flex?

I have had a look at the

VDividedBox

control which kind of does what I'm after but don't like the 'divider'.

View 2 Replies

Play Frames And Change Scene AS3

May 24, 2010

i made a full site all based in flash and divided the pages in scenes

i need a button to do exact that. when u click the button it must play some frames and then go to other scene.

i can't tell to go to other scene in the last frame because there are a lot of scenes and buttons that have to do the same.

15 buttons - 15 scenes - play 30 frames and then change the button-scene!

View 7 Replies

ActionScript 3.0 :: X Slider To Change Frames Of A Mc?

Aug 3, 2011

I am trying to set up a file with a sliderMC that would change frames in another mc when the user drags it left or right. So far I have:

var pos:MovieClip;
pos.onPress = function ():Void{
this.startDrag(true, -10, 0, 600, 0);

[code].....

but I am stumped as to how to code AS3 so that when the instance of

pos is between 0-150 to go to mc frame 1
when x equals 150-300 to go to mc frame 2
when x equals 300-450 to go to mc frame 3
when x equals 450-600 to go to mc frame 4
when x is greater than 600 to go to mc frame 5

View 8 Replies

Drag To Change Frames Catching At Last To First?

Feb 2, 2011

When the user clicks and drags across the movie, it changes frames--forward or backward according to which direction they drag. When they're on the last frame it should go to the first frame, and vice versa, if they're dragging in the associated direction.For some reason, there seems to be a minimum speed of mouse movement to go across this point, where it's not present to go between any other pair of slides.Here's the code:

Code:
stage.addEventListener(MouseEvent.MOUSE_UP, stopClick);
stage.addEventListener(MouseEvent.MOUSE_DOWN, clickStart);

[code]....

View 5 Replies

ActionScript 2.0 :: Using Positions To Change Frames?

Aug 21, 2010

well i'm working on a small scale game and I appear to be coming across some small issues that I was hoping someone could help me with. I have this:

ActionScript Code:
if (_root.mc_player._x <= 540){
stop();
}else{
gotoAndStop(2);
}

in the frames actions.What I am trying to achieve is that when the players x position is greater than or equal to 540 it changes frame, I've tried various adaptations of this such as the following:

ActionScript Code:
stop();
if(_root.mc_player._x >= 540){
gotoAndStop(2);
}

mc_player is the instance name of the player (obviously :P) and when i enter the second code it just jumps straight to frame 2, so far it seems that the code is just setting the players x position at 540, so i tried setting it using actionscript like:

ActionScript Code:
_root.mc_player.x = 179
_root.mc_player.x = 143

it would set it at that and then the if the player reached the x position of 540 it would change frames but in that case it just didn't change frames.

View 9 Replies

ActionScript 3.0 :: Use Tweening To Change Frames?

Feb 3, 2011

Is there a way to use tweening to animate a movie clips frames? Say to move it from frame 1 to 10, etc?

I have a movie clip that will have lots of different actions (moving left, right, up, down) and so on, and I don't want them all to play--I would like the MC to just play some set of them at a time. It seems like tweening would works best for this if it is possible. If not, what is a better suggestion?

View 9 Replies

Change A Variable Value When In Specific Frames?

Jan 28, 2009

When the value of _root.mc1._currentframe is 10 I want the value of _root.mc2._currentframe to be written (sent or changed) to a variable which I can use in mc1. So I want to be able to use this variable in different clips but I do not want it to be changed until the playhead in mc1 is in frame 10. However I do want the variable to be valid even if the playhead is not in frame 10. This should be so simple.

This is what I have in mc1:

Code: Select allon (press) {
press = true;
if (press == true) {

[Code]....

View 1 Replies

ActionScript 3.0 :: Save A Video's Position Using The FLVPlayback Component?

Feb 8, 2010

I've got a video I'd like people to be able to navigate away from in my project, but resume where it left off if they come back to it. I would think I could do this by just saving its current position when they exit that frame as a variable and then using .seek() to go back to that spot if/when they return.

The only problem is that I can't find any script to capture the current position. I tried .time, but it gives me an error.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved