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"));