-
Creating flash menu
ID - id of element
PlayNow
OperatorWebPage - Home page
InternetServices - Browser
Entertainment - It's clear
Camera - It's clear too
Messaging - And this.
MediaPlayer - Walkman or other player
FileManager -
Phonebook -
FMRadio -
Calls -
Organizer -
Settings -
MusicRecognition- It's Track ID
Link to some element must be so: getURL("application://ID", ""); ID mean element. For exemple: getURL("application://FMRadio", "");
1. We will use «Macromedia Flash 8 Pro» (or later version)
2. Run it and create «Flash Document»
3. Edit size of image for phone display
http://i021.radikal.ru/0803/5e/cc63ad7112b0.jpg
Create 5 layers: "code", "button", "text", "icons" and "background"
http://i012.radikal.ru/0803/8b/2fb387eb5b61.jpg
Create 12 frames
http://i035.radikal.ru/0803/f6/62d88901dba0.jpg
For all frames in "code" use http://i008.radikal.ru/0803/ca/27998e344dbd.jpg
In "button" create button :a001
Draw any symbol and use "Convert to symbol"
http://i018.radikal.ru/0803/09/6eb482868c90.jpg
For every button use
Code:
on (keypress "<Down>"){
gotoAndPlay (X);
}
// "X" is number of frame
on (keypress "<Up>"){
gotoAndPlay (X);
}
on (keypress "<Left>"){
gotoAndPlay (X);
}
on (keypress "<Right>"){
gotoAndPlay (X);
}
on (keypress "<Enter>"){
getURL("application://ID", "");
}
// ID of element
In "text" create text field and write something
http://i037.radikal.ru/0803/0a/32c6b090ab6a.jpg
In "icons" create icons what you want to see
And in "background" paste any image
Then export your menu
For example: http://jeticks.narod.ru/di.swf
Sorry for screenshots.