all groups > flash (macromedia) > september 2004 >
You're in the

flash (macromedia)

group:

ChangeURL of MediaDisplay using a ComboBox compone



ChangeURL of MediaDisplay using a ComboBox compone myckelh
9/9/2004 10:33:11 PM
flash (macromedia): On my ComboBox Dropdown menu I have the following code:

on(change)
{
var MovieURL1 = "FLV/test1.flv";
this._parent.myMediaDisplay.contentPath = MovieURL1;

}

Shoudent that change the media displayers URL? Nothing happens.

All I want is to change the path for the Media display using the combobox
component --- common man, it has to be eazy!

Please help
Re: ChangeURL of MediaDisplay using a ComboBox compone SHIFT_nismo
9/9/2004 10:52:09 PM
You should use
this._parent.myMediaDisplay.setMedia(MovieURL1, "FLV");

Re: ChangeURL of MediaDisplay using a ComboBox compone myckelh
9/10/2004 1:06:25 AM
THanks
Re: ChangeURL of MediaDisplay using a ComboBox compone SHIFT_nismo
9/10/2004 1:12:34 AM
Your welcome!

AddThis Social Bookmark Button