Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Can an expert help me how to do it please?

    Can an expert help me how to do it please?

    I will try to explain what I am planning to do; actually it’s a part from an emulator.

    -I have 10 swf video files where a guy is saying 1 number in each video file (from 0 to 9)

    -I want to make a page (supposing page 1) where user can enter his phone number 10 digits length in an input text, using 10 buttons exactly like a cell phone (easy I did it)

    -After entering the 10 digits he has to press the hash key.

    -After pressing the hash key it should jump to page 2 to play a small swf video file, where the guy is saying “you have entered the following phone number …”

    -Then jump to a page where the 10 video files should play according to the entered number.
    For example: if I entered a phone number 15321…etc
    The last page should play the videos (1.swf - 5.swf- 3.swf – 2.swf …etc.) in sequence.


    Or at least to jump to play pages according to the entered number
    For example: if I entered a phone number 19651..etc
    I need some function to make AMS to go and play pages 1 then 9 then 6 then 5…etc , Exactly like the entered number.

    Is it possible to do?

  2. #2
    Join Date
    Jul 2007
    Posts
    1,512
    Quote Originally Posted by mazouna View Post
    Can an expert help me how to do it please?

    I will try to explain what I am planning to do; actually it’s a part from an emulator.

    -I have 10 swf video files where a guy is saying 1 number in each video file (from 0 to 9)

    -I want to make a page (supposing page 1) where user can enter his phone number 10 digits length in an input text, using 10 buttons exactly like a cell phone (easy I did it)

    -After entering the 10 digits he has to press the hash key.

    -After pressing the hash key it should jump to page 2 to play a small swf video file, where the guy is saying “you have entered the following phone number …”

    -Then jump to a page where the 10 video files should play according to the entered number.
    For example: if I entered a phone number 15321…etc
    The last page should play the videos (1.swf - 5.swf- 3.swf – 2.swf …etc.) in sequence.


    Or at least to jump to play pages according to the entered number
    For example: if I entered a phone number 19651..etc
    I need some function to make AMS to go and play pages 1 then 9 then 6 then 5…etc , Exactly like the entered number.

    Is it possible to do?
    Well My Mobile number is 11 numbers long and my US friends also 11 long so i would say change it to if you want to offer to it other people.

  3. #3
    Join Date
    Oct 2009
    Posts
    2


    i will, but please give me an idea how to do it

  4. #4
    Join Date
    Jul 2007
    Posts
    1,512
    on Preload.
    FinalFlash = "";

    on Finish FinalFlash = FinalFlash.."SWF";

    Something like that

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts