![]() |
|
||||||||||
|
|||||
|
Регистрация: Nov 2005
Сообщений: 70
|
... var lc:LoaderContext = new LoaderContext(); lc.parameters = {"foo":"bar"}; var s:Sprite = new Sprite(); addChild(s); lc.requestedContentParent = s; var l:Loader = new Loader(); var link:String = "http://mysite.ru/toLoadIn.swf"; var req:URLRequest = new URLRequest(link); try{ l.load(req, lc); }catch(e:Error){ texF.text = e.name+"\n"+e.message; } ... 1119: Access of possibly undefined property parameters through a reference with static type flash.system:LoaderContext. 1119: Access of possibly undefined property requestedContentParent through a reference with static type flash.system:LoaderContext. ПОЧЕМУ? |
|
|||||
|
Регистрация: Nov 2010
Сообщений: 497
|
Из документации:
Цитата:
|
|
|||||
|
Регистрация: Nov 2010
Сообщений: 497
|
Ладно, давайте посмотрим вот эту ссылку
![]() Цитата:
|
![]() |
![]() |
Часовой пояс GMT +4, время: 08:30. |
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | |
| Опции просмотра | |
|
|