danielbento
02-11-2007, 01:37 AM
I have a dynamic textField, formatted in html, that receives data from a php file, which is getting from a mysql db.
In php i can include in the data received a link to each item, and it works perfect is flash.
But i want a different thing:
- each item retrieved in flash dinamic textfield is in a seperate line. Clicking in each item should pass info to php in which item was clicked and trigger an animation in flash.
So, each item should be a link, but perhaps controled inside flash and not through php. Is it possible to define inside the flash, in a textfield that each line is a link that retrieves its content? Is it possible to find out which line in a textfield was clicked and retrive the data in that specific line?
If it's possible, i can do the rest.
The final purpose is to use the specific data to send it back to php to do another query to the db with that specific criteria.
Can anyone help me?
In php i can include in the data received a link to each item, and it works perfect is flash.
But i want a different thing:
- each item retrieved in flash dinamic textfield is in a seperate line. Clicking in each item should pass info to php in which item was clicked and trigger an animation in flash.
So, each item should be a link, but perhaps controled inside flash and not through php. Is it possible to define inside the flash, in a textfield that each line is a link that retrieves its content? Is it possible to find out which line in a textfield was clicked and retrive the data in that specific line?
If it's possible, i can do the rest.
The final purpose is to use the specific data to send it back to php to do another query to the db with that specific criteria.
Can anyone help me?