|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to generate a popup from a hyperlink insite a dynamic field in a stand alone .swf
Hello,
I have a dynamic field "padisplay" insite a stand alone .swf. This dynamic field displays summarized rows from a database. Each row that is displayed has an hyperlink called "full version". The goal is to optain a pop-up (when the hyperlink is clicked) that shows the full data related to that row. How can I handle this? The used actionscript to display the data is ... for (i=0; i < this.n; i++) { padisplay.htmlText += this["lastName"+i] + "<a href='asfunction:showjpg," + this["picFile"+i] + "#" + escape(this["caption"+i]) + "'> (<font color='#0000cc'>full version</font>)</a> " + this["firstName"+i] + " " + this["phone"+i] + " " + "<a href='mailto:" + this["email"+i] + "'><font color='#FFFFFF'>" + this["email"+i] + "</font></a><br><br>"; Thanks for ypur suggestions |
|
#2
|
|||
|
|||
|
Hi, you could send the data to a script in the new window or simply open a new html window with a shockwave movie and send the data there. You can use POST or GET with getURL to do that. If you choose the flash option then just make a movie that will react to the relevant values. With php you will have to catch any data passed and process it as you please.
|
|
#3
|
|||
|
|||
|
Thank you Tann San for the suggestions.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > how to generate a popup from a hyperlink insite a dynamic field in a stand alone .swf |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|