Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Live Help Server Software > 123 Live Help Support

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-16-2007, 01:36 PM
Junior Member
 
Join Date: Mar 2007
Posts: 1
Default livehelp from a swf ?

i have to show the client.swf inside a flash window component... so i can drag it, and see the content of my aplication under the chat on top.

this is on my flash aplication:

Code:
import mx.managers.PopUpManager;
import mx.containers.Window;
// Create window.
var my_win:MovieClip = PopUpManager.createPopUp(this, Window, true, {closeButton:true,contentPath:"http://mydomain:8988/client.swf"});
my_win.title = "Live Help";
my_win.setSize(400,200);
function click(evt){
    evt.target.deletePopUp();
}
my_win.addEventListener("click", this);
Closed Thread

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:48 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.