Communication Component in Form 2004-02-24 - By Jorge Maiquez
Back Don't know about that Barry.. I don't have much experience with either forms or the acccordian component. Perhaps try putting: trace(this) inside your slides_fc. That should trace the path from _level0 upwards. And if that doesn't work I suggest you try the Flashcoders list. I'm sure someone over there can help you out.
Cheers, -Jorge
Jorge Maiquez Technical Architect
Digital Samba
C. Viladomat 108, Pral. 1a 08015 Barcelona Tel.: +34 93 451 56 62 Mobile: +34 647 236 027 http://www.digitalsamba.com
This e-mail is intended for the named addressee only. It may contain confidential and/or privileged information. If you have received this message in error, please let us know and then delete this message from your system. You should not copy the message, use it for any purpose or disclose its contents to anyone.
-- --Original Message-- -- From: Barry Jones [mailto:jones@(protected)] Sent: Tuesday, February 24, 2004 2:56 PM To: flashcomm@(protected) Subject: RE: [FlashComm] Communication Component in Form
Thanks Jorge, I have a feeling it is a targeting prob, however, I'm still not getting any joy. If I do it via the "insert target path" in the actions window, when I navigate from _root to the presentation text component (slides_fc) the path is this.form1.slides_fc. The fact that it is inside the accordion component doesn't register at all. Now I've tried using the path above and also "this.accord1_fc.form1.slides_fc" both don't work. Hmmmmm..... Is there a special way to target when using forms and the accordion component? There both new to me so -I'm a bit clueless. I'm wondering whether to load it as a separate movie or not.
Thanks
Barry
-- --Original Message-- -- From: Jorge Maiquez [mailto:j_maiquez@(protected)] Sent: Monday, February 23, 2004 11:47 PM To: flashcomm@(protected) Subject: RE: [FlashComm] Communication Component in Form
Sounds like a targetting problem.. Somewhere on the main timeline in your code define a variable that points to the location of your component. For example:
this.pres_comp_path = this.accordian_comp.pres_comp;
Where, accordian_comp is the name of your accordian component and pres_comp is the name of your presentation text component. The accordian is assumed to be on the stage in this example, as is the simple connect component.
Then in the property inspector for the simple connect component, add "pres_comp_path".
HTH, -Jorge
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) For additional commands, e-mail: flashcomm-help@(protected)
|
|