Discussion Board

Results 1 to 6 of 6

Thread: flash stopping

  1. #1
    Regular Contributor eng.mohamed's Avatar
    Join Date
    Feb 2010
    Posts
    76
    hii all.....
    i user a flash video on the intro of my Gui project
    but there is a problem...when the flash finished...it looped back again....so the intro go to infinity....i want to know
    is there any method to stop the flash operaion after amount of time by the symbian c++ code
    or Is the only method to stop the flash is in the desigining the flash it self????

    any one can help me in this problem ?

    Regards

  2. #2
    Registered User manikantan's Avatar
    Join Date
    Apr 2008
    Location
    India / Singapore
    Posts
    549
    Click on the last frame of your animation and press F9 to open Actions panel.
    There you may write stop();

    THis will cause the animation to stop at the end..
    Twitter - manikantan_k
    Just in --

  3. #3
    Regular Contributor eng.mohamed's Avatar
    Join Date
    Feb 2010
    Posts
    76
    thx manikantan
    so from ur replay ...i seems that to control the flash operation i should do it at designing the flash it self.....not by symbian c++ code?

    Regards

  4. #4
    Registered User manikantan's Avatar
    Join Date
    Apr 2008
    Location
    India / Singapore
    Posts
    549
    I am unsure of how to signal it from SC++, as I am not a SC++ coder.
    Twitter - manikantan_k
    Just in --

  5. #5
    Nokia Developer Champion sajisoft's Avatar
    Join Date
    Jul 2008
    Location
    Pakistan
    Posts
    1,062
    Quote Originally Posted by eng.mohamed View Post
    there is a problem...when the flash finished...it looped back again....so the intro go to infinity....i want to know
    is there any method to stop the flash operaion after amount of time by the symbian c++ code
    or Is the only method to stop the flash is in the desigining the flash it self????
    Hi eng.mohamed ,
    I think your issue is quite simple to solve and you dont need ur flash content to be integrated with Symbian C++ in this case. Simply, use
    Code:
    stop();
    at the last keyframe of your movie as suggested by Mani. and to close Flash Movie at the end just add a button along with the above solution and on pressing the button just execute this statement.
    Code:
    fscommand2("Quit");
    And if u are very much into Symbian C++ and have good understanding of it then (a NOT RECOMMENDED and Complex Solution) u have to create a Local Http Server in Symbian C++ that responses to Flash Lite http request and then at the end of the Flash Lite movie just add the http request by using loadVariables or send API and on the Symbian C++ server side parse the sent request and execute a close command or whatever feded in the server regarded to the current request.

    Best Regards,
    SajiSoft

  6. #6
    Regular Contributor eng.mohamed's Avatar
    Join Date
    Feb 2010
    Posts
    76
    thx dear members for ur replay.

Similar Threads

  1. Stopping the phone ringing
    By fedepaol in forum Python
    Replies: 2
    Last Post: 2009-04-01, 20:20
  2. Starting and stopping services
    By miohtama in forum Python
    Replies: 1
    Last Post: 2007-12-06, 14:47
  3. Stopping a Connection
    By jimmunafo in forum Symbian Networking & Messaging (Closed)
    Replies: 1
    Last Post: 2007-03-08, 09:28
  4. Stopping the exe.
    By SudhaYellapantula in forum Symbian C++
    Replies: 3
    Last Post: 2005-10-03, 08:52
  5. Stopping a IMlet
    By ajvs in forum Nokia M2M
    Replies: 0
    Last Post: 2004-11-11, 13:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved