Hi all,
plz visit - http://www.vision-divine.com/samples/test.swf to see what i
mean
I am using FlashMX and i have the following -
. a multiline dynamic box > named "mytext"
. 2 triangiular up/down arrows for scrolling .
. text database file > named "apartments.txt" which contains titles and
their respective individual swf filenames
. a blank movie for loading swfs > named "mymovie"
HOW DO I ACHIEVE THE FOLLOWING-
. List of apartment titles should load from text file in the dynamic text
box.
. up/down arrows should scroll the data and display other titles
. On rollover of the title, the title should turn red in color
. On click of the title, it should load the respective swf file (eg: on
click on apartment title it should load apartment1.swf) in the target
movie named "mymovie"
the text database file (apartments.txt) has the following-
&total=30&
&title1=Apartment Title 1&link1=apartment1.swf&
&title2=Apartment Title 2&link2=apartment2.swf&
&title30=Apartment Title 30&link30=apartment30.swf&
Thank u
towall - 26 May 2006 19:04 GMT
Why use a text file, why not use a movie in place of the dynamic text box and it would be easy to do?