[Flashcoders] Calling Captivate variables from Flash.

2007-03-09 Thread yuvarajm
Hi,
Thanks for the help. I tried xray but it didn't work.  
I don't have any .fla files I have only swf. Through Captivate I tried
exporting the files to flash 2004 or flash 8 (so as to get the .fla's)
but it is giving me error. My Basic problem is that I a have some demo
created in captivate followed by two to three Multiple choice assessment
questions followed by the result screen. I Have loaded the swf in a
flash using loadmovie. But I want to track all the variables like score,
Max score, number of questions etc. How do I access them? I tried using
the debugger in flash but it does not show me any variables. Please let
me know how to go about it? 
Thanks and Regards,
Yuvaraj



Unless indicated otherwise, the information contained in this message is 
privileged and confidential, and is intended only for the use of the 
addressee(s) named above and others who have been specifically authorized to 
receive it. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this message and/or attachments 
is strictly prohibited. The company accepts no liability for any damage caused 
by any virus transmitted by this email. Furthermore, the company does not 
warrant a proper and complete transmission of this information, nor does it 
accept liability for any delays. If you have received this message in error, 
please contact the sender and delete the message. Thank you.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Calling Captivate variables from Flash.

2007-03-09 Thread Alain Rousseau

You should go to the following sites :

http://www.adobe.com/cfusion/webforums/forum/index.cfm?NoCookies=Yes

http://www.raisingaimee.co.uk/index.php?option=com_contenttask=viewid=27Itemid=29

There you will find more answers to Captivate !


Good Luck !

Alain

yuvarajm wrote:

Hi,
Thanks for the help. I tried xray but it didn't work.  
I don't have any .fla files I have only swf. Through Captivate I tried

exporting the files to flash 2004 or flash 8 (so as to get the .fla's)
but it is giving me error. My Basic problem is that I a have some demo
created in captivate followed by two to three Multiple choice assessment
questions followed by the result screen. I Have loaded the swf in a
flash using loadmovie. But I want to track all the variables like score,
Max score, number of questions etc. How do I access them? I tried using
the debugger in flash but it does not show me any variables. Please let
me know how to go about it? 
Thanks and Regards,

Yuvaraj



Unless indicated otherwise, the information contained in this message is 
privileged and confidential, and is intended only for the use of the 
addressee(s) named above and others who have been specifically authorized to 
receive it. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this message and/or attachments 
is strictly prohibited. The company accepts no liability for any damage caused 
by any virus transmitted by this email. Furthermore, the company does not 
warrant a proper and complete transmission of this information, nor does it 
accept liability for any delays. If you have received this message in error, 
please contact the sender and delete the message. Thank you.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



  

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Calling Captivate variables from Flash.

2007-03-08 Thread Alain Rousseau

Hi Yuvaraj,

if you load your captivate file inside a Flash Movie with either 
loadMovie or MovieClipLoader, then you can access the variables directly 
through code.
To know wich variables are available to you, you should look into XRay 
http://www.osflash.org/xray, it will list them all


HTH

Alain


yuvarajm wrote:

Hi,
I need to access the variables of captivate from flash, how do I go
about it? I have created an assessment in captivate and I have to access
the variables which store score, correct option , number of tries etc.
and is there any way I can pass variables from flash to captivate? Does
any body have a doc or a PDF related to this.
Regards,
Yuvaraj Mohite

Unless indicated otherwise, the information contained in this message is 
privileged and confidential, and is intended only for the use of the 
addressee(s) named above and others who have been specifically authorized to 
receive it. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this message and/or attachments 
is strictly prohibited. The company accepts no liability for any damage caused 
by any virus transmitted by this email. Furthermore, the company does not 
warrant a proper and complete transmission of this information, nor does it 
accept liability for any delays. If you have received this message in error, 
please contact the sender and delete the message. Thank you.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



  

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Calling Captivate variables from Flash.

2007-03-08 Thread Muzak
Have you checked the captivate dev center?
http://www.adobe.com/devnet/captivate/



 yuvarajm wrote:
 Hi,
 I need to access the variables of captivate from flash, how do I go
 about it? I have created an assessment in captivate and I have to access
 the variables which store score, correct option , number of tries etc.
 and is there any way I can pass variables from flash to captivate? Does
 any body have a doc or a PDF related to this.
 Regards,
 Yuvaraj Mohite



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Calling Captivate variables from Flash.

2007-03-07 Thread yuvarajm
Hi,
I need to access the variables of captivate from flash, how do I go
about it? I have created an assessment in captivate and I have to access
the variables which store score, correct option , number of tries etc.
and is there any way I can pass variables from flash to captivate? Does
any body have a doc or a PDF related to this.
Regards,
Yuvaraj Mohite

Unless indicated otherwise, the information contained in this message is 
privileged and confidential, and is intended only for the use of the 
addressee(s) named above and others who have been specifically authorized to 
receive it. If you are not the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this message and/or attachments 
is strictly prohibited. The company accepts no liability for any damage caused 
by any virus transmitted by this email. Furthermore, the company does not 
warrant a proper and complete transmission of this information, nor does it 
accept liability for any delays. If you have received this message in error, 
please contact the sender and delete the message. Thank you.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com