Hi
Im designing my site and would like to include 8 flash films
on one page (chosen from thumbnails on the left hand side)
Similar to that of a photo slide show, the viewer would
select a thumbnail to show a film and it would appear in a
designated area in the right hand side of the page. This would mean
that I could have 8 films on one page and not have 8 pop up
windows.
any ideas how to do this quickly, or via a template???I dont
have the ability or time to attempt coding this from sctrach
much appreciated
chris
using DW8, FW8 and Flash pro 8
thanks8 flash films on one page
Simple to accomplish, but there are no templates that I am
aware of....
Just use a FLVplayer component on the right side of the
stage, and give it an instance name like myFLV. Then add all of
your thumbnail images to the stage. One at a time, secect them and
convert them into button symbols. GIve them each a unique instance
name like but_mov1, but_mov2....
Then put the following code on the frame containing the
buttons:
but_mov1.onPress = function(){
myFLV.contentPath = ''movie1.flv'' //use your movie's file name
}
but_mov2.onPress = function(){
myFLV.contentPath = ''movie2.flv'' //use your movie's file name
}
....and so on...
Then each button will place new content in the FLV player
when it is pushed.8 flash films on one page
Hi There
you gave me some good info a year back, im now just trying to
do the same but have a default film ready to play in the main
screen left hand side
and then being able to choose anohter film from another
thumbnail on the right hand side. Is this possible??
thanks for your initial help, if you can help me with this
one would greatly appreciated
chris
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment