Skip navigation
bob_sindy
Currently Being Moderated

I need Sample Flash phone Source

Nov 17, 2010 3:00 PM

Hi

I need Sample Flash phone souce code .

 

thanks

 
Replies
  • Currently Being Moderated
    Nov 17, 2010 9:33 PM   in reply to bob_sindy

    We already provide source code for sample flash phone location is $(FMG-Install-Folder}\FMSApplications\telephony\FlashPhone\source\Fla shPhone folder.

     
    |
    Mark as:
  • Currently Being Moderated
    Dec 18, 2010 5:22 AM   in reply to bob_sindy

    Hi Bob,

            There is a known compilation error with the sample flash phone source ; The next FMG update on Adobe Labs is likely to have it fixed.

     

     

    For now, you might try recompilation after updating FlashPhone/src/Streams.as  using the following steps:

             1) Streams.as: Line #33 : Change method signature of   getStream to public from private i.e.

                         public function getStream (streamName:String):NetStream {

     

              2) Streams.as: Line #149: Inside method name subscribeStream, right after line #149, insert a new statement to attach Netstream to video display

                         var ns:NetStream = this.getStream(streamName); // Line #149
                         rootApp.videoObj.video.attachNetStream(ns);        // Line #150: New statement

     

     

    I hope it helps,

     

    -Pankaj

     

     
    |
    Mark as:

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