I saw many examples in jquery compenents which takes image urls from HTML DOM. But flash photo galleries always need xml configuration files as i have seen till now. I need flash compenents which doesn't need any configuration settings from server. If it is possible to do that flash can get image urls from DOM or even by javascript. Is there such as flash photo gallery compenents ?
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
closed as off topic by ChrisF, Bobby Jack, ign, Patrick McElhaney Jan 17 '11 at 1:01
Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You can certainly communicate between JavaScript and flash, so you could pass image urls from the DOM to flash. It's a lot more painful than pure JavaScript, though; is there a reason for your flash requirement? |
|||
|
|