Skip to main content
Known Participant
November 6, 2006
Answered

images with text

  • November 6, 2006
  • 1 reply
  • 141 views
Hi

I am creating a quiz in flash for multiple choice questions. Questions are stored in an xml file; I am displaying the question and options in dynamic text boxes. Everything is working fine till here.

My problem is that some questions have images with them. How can I display those images with questions?

Thanks
This topic has been closed for replies.
Correct answer kglad
your xml file should contain the image location/name (if there's an image) and a placeholder (say "null") if there is no image. then use loadMovie() to load your image into a target movieclip.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 6, 2006
your xml file should contain the image location/name (if there's an image) and a placeholder (say "null") if there is no image. then use loadMovie() to load your image into a target movieclip.