Actionscript Q
Actionscript Q
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- unfittoprint0
u could parse the text using a text replace defined function, retrieve the src for each img tag, load separately the images to a holder mc with its visibility set to false.
onLoadComplete for all images, you can finally paste the text. Since the images were loaded before, they're already cached, they'll appear [almost] immediatelly.
You can now safely remove the holder mc.