telltarget Q?
- Started
- Last post
- 7 Responses
- cocoon
how do i point the telltarget command in flash to a totally seperate swf ? ie - not the same swf or an swf in another frame?
tnx in advance.
- silencer0
Don't use tell target!
load your .swf into a blank movie clip.
ie:
_root.loader_mc.loadMovie("_root...
Then target the file you've loaded the clip into ie:
_root.loader_mc.gotoAndStop("you...
Simple but it works
- ********0
stop using telltarget, it's so 3 years ago
- zedvox0
don't use flash its soo 5 yrs ago.
- cocoon0
so two flash movies with two sets of tags in two seperate html frames can communicate via :
_root.loader_mc.goto AndStop("yourFrameLabel");
- silencer0
Ahh, didnt know you were talkin about different files in different frames. Don't know if you can do that, sorry.
- cocoon0
thx anyway looks like its javascript or flash LC
- gabe0
yeah, use LocalConnection. it's pretty easy to do...