Communication Component in Form 2004-02-24 - By Barry Jones
Back 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
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: Monday, February 23, 2004 3:02 PM To: flashcomm@(protected) Subject: [FlashComm] Communication Component in Form
Hi, this is my first message to this group. I'm new to FCS, so please excuse my terminology. Anyway, I've built an app not dissimilar to the sample presentation app which comes with FCS. However, I'm trying to put a presentation Text component inside an accordion placed on form1. Now, I have a feeling that the simple connect component doesn't know it exists. If I put it on the same level/ in this case _root as the simple connect component it works fine. But move it and nothing happens. Will I have to make a separate connection? I also read somewhere that accordions can sometimes be a problem. If anyone could help me out, it'd be much appreciated Thanks Barry
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ 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)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ 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)
|
|