PDA

View Full Version : Can an expert help me how to do it please?


mazouna
10-26-2009, 10:31 AM
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? :rolleyes

rexzooly
10-26-2009, 10:35 AM
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? :rolleyes

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.

mazouna
10-26-2009, 10:39 AM
:lol

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

rexzooly
10-26-2009, 10:46 AM
on Preload.
FinalFlash = "";

on Finish FinalFlash = FinalFlash.."SWF";

Something like that