Skip navigation
Currently Being Moderated

launch another extension from within your extension error

May 31, 2012 6:15 AM

hello I have two extension one is a panel and one is a modaless dialog box.

 

I would like to lanch the modaless dialog box exention from the panel extension.

 

I did some reasech and I came up with the below code:

 

var result:SyncRequestResult =CSXSInterface.getInstance().requestOpenExtension("com.media.test","k ey1=" + IdModel.Edition).

 

if(SyncRequestResult.COMPLETE == result.status)

{

  trace("com.media.test extension has been successfully open");

}

 

 

however I get  a error :

TypeError: Error #1009: Cannot access a property or method of a null object reference.

 

I must be missing a step here, can anyone help?

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points