| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can anyone help with this problem?
I am using Flash to display news contents of an Access DB using an ASP file as the middle-man. The DB has fields for ID, date, headline, and full news story. The Flash movie should display the date and headlines in a movie clip descending by date, however, there needs to be a way to click on any one of the headlines and go to a frame or load a swf that contains the full news text along with date and headline. I don't know how to make Flash "know" which headline I click and relay that to the corresponding swf or frame in which it displays the full story. Thanks for any help!! |
|
#2
|
|||
|
|||
|
You could do each headline in a different .swf file and then make a button and put:
on (release) { loadMovie("2.swf",1); } "2.swf" being the swf file to link to.
__________________
PHP Python CSS |
|
#3
|
|||
|
|||
|
ASP Flash
I use an extension panel I got from PeakStudios.com . It is very simple to use and allows you to do everything you are trying to do very quickly and easily. you may to try that.
|
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > ASP > ASP and Flash? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|