|
Description: |
We need a flash photo slider with similar to the one presented below.
http://www.cpgtours.com/
The flash slider has to fade in the images loaded from an xml file.
The flash slider has to be resizable; this can be usefull for use in case we change the pictures size.
The image will have 3 options declared in the xml : the transition, move_to and description.
Transition will tell the photo slider what to do with the picture (zoom in, zoom out, pan). The transition will always start from the oposit side. For example if we set for a picture in the xml file move_to = "top”, the picture will load and start from the bottom and slowly move to top. Once the slide_time has run out the picture will fade into the next picture in the xml.
The text description will be shown on the bottom part of the player for each image.
If the transition is set as pan, the pictures will be be loaded and zoomed to fit the player on the less wider side.
Example:
Player size: 680px X 510px
Photo size: 680px X 400px.
On load, the picture will be zoomed in, so smaller side will fit the player (the 400px side will become 510px and the 680px will be zoomed proportionally) so the picture will be panned nicely.
XML Photo Tag Example:
<photo transition="zoomin" move_to="topleft" description=”here is a description of the photo”>photo_url</photo>
In case the photos have the transition "zoomout" the photo has to be loaded and zoomed at 150% so you can zoom out to 100%.
move_to variables
-------------------------
- right (photo starts aligned left)
- left (photo starts aligned right)}
- top
- bottom
- top left
- top right
- bottom left
- bottom right
Other Features in the xml
-------------------------
- voice on/off
- music on/off
- music sound file path (mp3)
- voice sound file path (mp3)
- slide_time (time between slides)
If the voice file is present, the slide will start only when voice file is fully loaded. We want them sincronized. Also, in this case, the music file will be set to 30%-40% volume.
On the player will be 2 sound controllers, 1 for voice, 1 for music.
In case the sound file path is not set, the sound controller will be hidden. We will work together on the design part.
The xml file path will be sent to the player using flash vars.
Feel free to contact me for any questions you may have. We are looking for professional people only.
|