Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自分の swf から別の swf をロードする必要があり、それらに flashvars 属性を与える必要があります。
私はこれを試しましたが、うまくいきません:
loader.load(new URLRequest(url+"id=33"));
疑問符がありませんか?
loader.load(new URLRequest(url+"?id=33"));