문제

I've seen many websites using flash to render their graphics using dynamic data. How can I do this to put in a user account page, where it shows some dynamic data?

도움이 되었습니까?

해결책

The most common ways of getting external data into a SWF are:

  1. You can pass data to an embedded SWF using FlashVars

  2. The SWF can load XML or JSON data by loading a file from the server (using a Loader)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top