<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Опубликовать приложение"]]></title>
		<link>http://forum.alternativaplatform.com/posts/list/6.page</link>
		<description><![CDATA[Latest messages posted in the topic "Опубликовать приложение"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Всем здравствуйте, немного разоборался в том как что работает.<br /> Скажите, как из Adobe Flex Builder можно теперь создать swf файл чтобы прикрепить его на интернет страничку?<br /> Спасибо откликнувшимся. <br />  ]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1450.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1450.page</link>
				<pubDate><![CDATA[Tue, 7 Oct 2008 12:47:25]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ 1. Можно просто разместить ссылку на swf, она откроется.<br /> 2. Можно написать html-окружение для swf типа:<br /> [code]&lt;table width=800 border=0 cellspacing=1 cellpadding=0 bgcolor=#ffffff&gt;<br /> &lt;tr&gt;&lt;td&gt;<br /> &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br /> 			id="City" width="798" height="598"<br /> 			codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"&gt;<br /> 			&lt;param name="movie" value="/ru/demos/altcity/city.swf" /&gt;<br /> 			&lt;param name="quality" value="high" /&gt;<br /> 			&lt;param name="menu" value="false" /&gt;<br /> 			&lt;param name="bgcolor" value="#000000" /&gt;<br /> 			&lt;param name="allowScriptAccess" value="sameDomain" /&gt;<br /> 			&lt;embed src="/ru/demos/altcity/city.swf" quality="high" bgcolor="#000000"<br /> 				width="798" height="598" name="City" align="middle"<br /> 				menu="false"<br /> 				quality="high"<br /> 				allowScriptAccess="sameDomain"<br /> 				type="application/x-shockwave-flash"<br /> 				pluginspage="http://www.adobe.com/go/getflashplayer"&gt;<br /> 			&lt;/embed&gt;<br /> 	&lt;/object&gt;<br /> &lt;/td&gt;&lt;/tr&gt;<br /> &lt;/table&gt;[/code]<br /> 3. Использовать [url=http://designformasters.info/posts/flash-embed-with-swfobject-2/]swfobject[/url]]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1458.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1458.page</link>
				<pubDate><![CDATA[Wed, 8 Oct 2008 15:04:14]]> GMT</pubDate>
				<author><![CDATA[ int]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Владимир, во флекс Буилдере я создал экшн скрипт, он работает, я вижу трехмерку в окошке. Как теперь то что получилось сохранить в SWF файл? вот мой вопрос) извиняюсь если ввел в заблуждение]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1461.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1461.page</link>
				<pubDate><![CDATA[Wed, 8 Oct 2008 17:03:09]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Я сделал<br /> file--export--release build<br /> и у меня получилась интернет страничка, но при ее открытии мне пишут что<br /> SecurityError: Error #2148: SWF file <a class="snap_shots"  target="_blank" rel="nofollow">file:///C:/Program%20Files/Adobe/Flex%20Builder%203/Load3DSTutorial/bin-release/Load3DSTutorial.swf</a> cannot access local resource <a class="snap_shots"  target="_blank" rel="nofollow">file:///C:/Program%20Files/Adobe/Flex%20Builder%203/Load3DSTutorial/bin-release/resource/house.3ds.</a> Only local-with-filesystem and trusted local SWF files may access local resources.<br /> 	at flash.net::URLStream/load()<br /> 	at flash.net::URLLoader/load()<br /> 	at alternativa.engine3d.loaders::Loader3DS/load()<br /> 	at Load3DSTutorial/startLoading()<br /> 	at Load3DSTutorial/init()<br /> ]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1462.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1462.page</link>
				<pubDate><![CDATA[Wed, 8 Oct 2008 17:13:21]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ В опции компилятора нужно добавить -use-network=true]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1465.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1465.page</link>
				<pubDate><![CDATA[Wed, 8 Oct 2008 19:04:21]]> GMT</pubDate>
				<author><![CDATA[ mike]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ В опции компилятора нужно добавить -use-network=true <br /> <br /> извините, не могу понять, где это.. я почти зеленый..<br /> я создавал action script project и как понимаю, опции компиллятора доступны только когда делаешь flex project]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1470.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1470.page</link>
				<pubDate><![CDATA[Thu, 9 Oct 2008 13:02:00]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Project-&gt;Properties-&gt;ActionScript Compiler-&gt;Additional compiler arguments]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1471.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1471.page</link>
				<pubDate><![CDATA[Thu, 9 Oct 2008 13:46:41]]> GMT</pubDate>
				<author><![CDATA[ mike]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ добавил этот компилер аргумент,<br /> ничего не изменилось<br /> аааа... слажал, смотрел не в той папке)))<br /> нашел SWF файл наконец то!!!<br /> чет работает! спасибо!!!!]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1472.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1472.page</link>
				<pubDate><![CDATA[Thu, 9 Oct 2008 18:08:57]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Извиняюсь за столько много вопросов.. но вот что то заработало, мне удалось экспортировать в 3дс максовский файл, втянуть его в альтернативу..<br /> с текстурками, круто! <br /> Вроде как компилится, в bin-debug папке лежат html файл со ссылкой на flash movie файл.. который подгружает из папки resources 3ds модель и текстурки и что то работает..<br /> а чем делиться с друзьями чтобы посмотрели? полным каталогом?<br /> понимаю что похоже у меня что то не получилось и правильный swf файл со всем внутри я так и не получил(( Хелп, почти заработало!]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1473.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1473.page</link>
				<pubDate><![CDATA[Thu, 9 Oct 2008 20:19:11]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ обычно люди обзаводятся хостингом и делятся ссылками]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1474.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1474.page</link>
				<pubDate><![CDATA[Thu, 9 Oct 2008 20:21:13]]> GMT</pubDate>
				<author><![CDATA[ makc]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Если вы хотите, чтобы ваши друзья могли посмотреть на флешку в интернете через браузер, то вам нужно найти хостинг, выложить на его сервер флешку с окружением и текстурами.<br /> Если же вы хотите распространять только флешку, вам нужно сгенерировать из модели AS3 класс, затем внедрить через тег [i]Embed[/i] все текстуры во флешку и связать их с моделью. Пример как это делается можно посмотреть в исходниках наших демок - там все текстуры с низким разрешением и модели были внедрены внутрь SWF файла.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1475.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1475.page</link>
				<pubDate><![CDATA[Fri, 10 Oct 2008 10:04:47]]> GMT</pubDate>
				<author><![CDATA[ andrei]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Вот, именно последнее мне нужно.<br /> Я предпологал что я собиру проект в флекс буилдере, трехмерка заработает, а потом можно все текстуры, 3дс модели итд откомпилировать в один swf файл. Именно это мне нужно.<br /> Ребят, я собираю 3мерные бродилки в других двигателях и пишу шейдеры. <br /> Потому не зеленый до уровня "отфотошопьте фотку чтобы было красиво, с меня симпа" <br /> Но я мало общался с флешем чтобы сразу воткнуть что в опции компиллятора нужно добавить use-network=true и что-то изменится. Пока swf файл я так и не смог получить. продолжаю тыркаться.<br /> Кстати, вот сценка которую из макса я затащил во флекс)]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1476.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1476.page</link>
				<pubDate><![CDATA[Fri, 10 Oct 2008 10:17:41]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Сцена просто супер!!<br /> И так если вы ознакомились с [url=http://docs.alternativaplatform.com/pages/viewpage.action?pageId=22413431]этим[/url] уроком, вы теперь можете перевести вашу модель в AS класс следующим кодом :<br /> [code]<br /> // Оптимизация геометрии объекта<br /> private function weldVerticesAndFaces(object:Object3D):void {<br /> 	if (object is Mesh) {<br /> 		MeshUtils.autoWeldVertices(Mesh(object), 0.01);<br /> 		MeshUtils.autoWeldFaces(Mesh(object), 0.01, 0.001);<br />                         // Вывод сгенерированного класса модели<br />                         trace(MeshUtils.generateClass(Mesh(object), "model"));<br /> 	}<br />             <br /> 	// Запуск процедуры для детей объекта<br /> 	for (var key:* in object.children) {<br /> 		weldVerticesAndFaces(key);<br /> 	}<br /> }<br /> <br /> // Для каждого объекта в loader.content выполняем процедуру оптимизации и добавляем его на сцену<br /> private function onLoadingComplete(e:Event):void {<br /> 	for (var o:* in loader.content.children) {<br /> 		var object:Object3D = o;<br /> 		weldVerticesAndFaces(object);<br /> 		scene.root.addChild(object);<br /> 	}<br /> }<br /> [/code]<br /> Для каждого объекта из сцены будет сгенерирован Action Script класс и выведен в консоль. Также будет выведен стандартный [Embed] шаблон для каждой текстуры модели. Тег [Embed] сообщает компилятору, что ресурс указанный в качестве его параметра нужно внедрить во флешку. Экземпляр модели из сгенерированного класса создается очень просто, также как и экземпляр любого другого класса <br /> [code]<br /> var model:Mesh = new GenetatedClass();<br /> scene.root.addChild(model);<br /> [/code]<br /> Когда закончите демку, не забудьте и с нами поделиться ссылкой.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1477.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1477.page</link>
				<pubDate><![CDATA[Fri, 10 Oct 2008 12:11:25]]> GMT</pubDate>
				<author><![CDATA[ andrei]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Хочу отметить, что финальную сборку надо делать не в Debug-режиме, а в Release, т.к. меньше занимает и работает на 20-30% шустрее. Сделать это можно так:<br /> <br /> Project -&gt; Export Release Build<br /> <br /> Если всё оставить по-умолчанию и нажать Finish, рядом с bin-debug появится каталог bin-release с оптимизированным содержимым.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1481.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1481.page</link>
				<pubDate><![CDATA[Sun, 12 Oct 2008 02:09:59]]> GMT</pubDate>
				<author><![CDATA[ wolf]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ В общем то, я схалявил, и воспользовавшись кодом как раз из вышепредложенного урока, подготовил в максе модель с текстурками и подменил файлы с домом.<br /> Потому код 1 в 1 как Вы описали)<br /> Я нажал finish. появился каталог bin-release, но когда я пытаюсь оттуда запустить .html файл, получаю ошибку<br /> <br /> SecurityError: Error #2148: SWF file <a class="snap_shots"  target="_blank" rel="nofollow">file:///C:/Program%20Files/Adobe/Flex%20Builder%203/Geometry%20tutorial/bin-release/Load3DSTutorial.swf</a> cannot access local resource <a class="snap_shots"  target="_blank" rel="nofollow">file:///C:/Program%20Files/Adobe/Flex%20Builder%203/Geometry%20tutorial/bin-release/resource/house.3ds.</a> Only local-with-filesystem and trusted local SWF files may access local resources.<br /> 	at flash.net::URLStream/load()<br /> 	at flash.net::URLLoader/load()<br /> 	at alternativa.engine3d.loaders::Loader3DS/load()<br /> 	at Load3DSTutorial/startLoading()<br /> 	at Load3DSTutorial/init()<br /> что это?]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1491.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1491.page</link>
				<pubDate><![CDATA[Mon, 13 Oct 2008 18:56:09]]> GMT</pubDate>
				<author><![CDATA[ urec]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ [quote=Mikhail Fominykh]В опции компилятора нужно добавить -use-network=true[/quote]<br /> Вот это -- неправильно. Прошу прощения, временное помутнение было <img src="http://forum.alternativaplatform.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> Это параметр по умолчанию, из каталога bin-debug с ним тоже разрешён доступ к ресурсам, лежащим там же, из остальных мест -- нет. Нужно true заменить на false.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1492.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1492.page</link>
				<pubDate><![CDATA[Mon, 13 Oct 2008 19:45:09]]> GMT</pubDate>
				<author><![CDATA[ mike]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Господа,<br /> если не сложно, объясните пожалуйста как все-таки можно использовать загрузку из своего поддомена (3-его уровня), если на родительский домен положить crossdomain.xml нет возможности?]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/1726.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/1726.page</link>
				<pubDate><![CDATA[Tue, 11 Nov 2008 17:06:04]]> GMT</pubDate>
				<author><![CDATA[ foreground]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ вопрос не вовсем в тему, но как будет лучше сделать прелоадер если есть только swf файл, можно ли сделать чтобы она грузилась из другого флеша где установлен прелоадер?]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2317.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2317.page</link>
				<pubDate><![CDATA[Sat, 17 Jan 2009 21:53:45]]> GMT</pubDate>
				<author><![CDATA[ Faraday]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ никак не могу выложить в инет swf файл. Компилил и с -use-network=false и через Export Release Build, не хочет подгружать модельку из 3ds файла. При том что локально, на компьютере все работает. Имя файла модельки в нижнем регистре, находится в том же каталоге что и swf файл. Можно конечно внедрить модельку в swf файл, но хочется разобраться, почему не работает. Файл 3ds через браузер тоже виден и открывается. Так же закинул в инет флешку с модельками ModelDebug <a class="snap_shots" href="http://forum.alternativaplatform.com/posts/downloadAttach/97.page" target="_blank" rel="nofollow">http://forum.alternativaplatform.com/posts/downloadAttach/97.page</a> ,тоже не хочет ни 3ds ни спрайты. Что я делаю не так?]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2918.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2918.page</link>
				<pubDate><![CDATA[Fri, 10 Apr 2009 10:30:12]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Должно быть так:<br /> -use-network=true]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2919.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2919.page</link>
				<pubDate><![CDATA[Fri, 10 Apr 2009 10:33:59]]> GMT</pubDate>
				<author><![CDATA[ andrei]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ [quote=Andrey Kopysov]Должно быть так:<br /> -use-network=true[/quote]<br /> я и так тоже пробовал. Сейчас перепроверил- не работает.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2920.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2920.page</link>
				<pubDate><![CDATA[Fri, 10 Apr 2009 10:41:30]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ в дебаг-плеере выводит такую ошибку:<br /> [code]Error: Error #2030: Обнаружен конец файла.<br /> 	at flash.utils::ByteArray/readUnsignedShort()<br /> 	at alternativa.engine3d.loaders::Loader3DS/parseMainChunk()<br /> 	at alternativa.engine3d.loaders::Loader3DS/parseMainChunk()<br /> 	at alternativa.engine3d.loaders::Loader3DS/parse3DSChunk()<br /> 	at alternativa.engine3d.loaders::Loader3DS/on3DSLoad()<br /> 	at flash.events::EventDispatcher/dispatchEventFunction()<br /> 	at flash.events::EventDispatcher/dispatchEvent()<br /> 	at flash.net::URLLoader/onComplete()<br /> 	at flash.events::EventDispatcher/dispatchEventFunction()<br /> 	at flash.events::EventDispatcher/dispatchEvent()<br /> 	at flash.net::URLLoader/onComplete()<br /> 	at flash.events::EventDispatcher/dispatchEventFunction()<br /> 	at flash.events::EventDispatcher/dispatchEvent()<br /> 	at flash.net::URLLoader/onComplete()<br /> [/code]]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2921.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2921.page</link>
				<pubDate><![CDATA[Fri, 10 Apr 2009 12:37:52]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Т.е. локально такой ошибки нет? Просто такая ошибка может произойти, если вы грузите не 3DS файл или испорченный 3DS файл.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2925.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2925.page</link>
				<pubDate><![CDATA[Fri, 10 Apr 2009 16:27:33]]> GMT</pubDate>
				<author><![CDATA[ andrei]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ [quote=Andrey Kopysov]Т.е. локально такой ошибки нет? Просто такая ошибка может произойти, если вы грузите не 3DS файл или испорченный 3DS файл.[/quote]<br /> локально такой ошибки нет]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2926.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2926.page</link>
				<pubDate><![CDATA[Fri, 10 Apr 2009 16:34:14]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ выложил ModelDebug в инет, выкидывает с такой же ошибкой об конце файла. <a class="snap_shots" href="http://dieselwar.alcomsoft.ru/test2/ModelDebug.swf" target="_blank" rel="nofollow">http://dieselwar.alcomsoft.ru/test2/ModelDebug.swf</a>]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2948.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2948.page</link>
				<pubDate><![CDATA[Mon, 13 Apr 2009 20:13:08]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ 3DS файл поврежден. Возможно это произошло при записи на сервер. Если вы заливаете файлы по FTP, проверте, что у вас включен бинарный режим передачи файлов.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2953.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2953.page</link>
				<pubDate><![CDATA[Tue, 14 Apr 2009 08:17:14]]> GMT</pubDate>
				<author><![CDATA[ andrei]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ нет, 3ds файл не поврежден, при том он даже видится в браузере <a class="snap_shots" href="http://dieselwar.alcomsoft.ru/test2/model.3ds" target="_blank" rel="nofollow">http://dieselwar.alcomsoft.ru/test2/model.3ds</a><br /> Закинули те же файлы на narod.ru - всё работает. А на хостинге majordomo не хочет. Какие требования к хостингу есть у загрузки моделей? Где подкрутить? <img src="http://forum.alternativaplatform.com//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2954.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2954.page</link>
				<pubDate><![CDATA[Tue, 14 Apr 2009 11:43:58]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Сравните файл model.3ds на хостинге и локально. Тот model.3ds, что лежит по этой ссылке поврежден. Возможно это произошло при загрузке файлов на сервер.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2955.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2955.page</link>
				<pubDate><![CDATA[Tue, 14 Apr 2009 11:51:27]]> GMT</pubDate>
				<author><![CDATA[ andrei]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ на хостинге (по ftp) и локально они абсолютно одинаковы, но сейчас попробовали сохранить даунлоадером файл <a class="snap_shots" href="http://dieselwar.alcomsoft.ru/test2/model.3ds" target="_blank" rel="nofollow">http://dieselwar.alcomsoft.ru/test2/model.3ds</a> - действительно поврежден. Получается что файл меняется при доступе через http.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2956.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2956.page</link>
				<pubDate><![CDATA[Tue, 14 Apr 2009 12:02:37]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ вылечилось помещением файла .htaccess в каталог с моделькой и командой в нем:<br /> [code]AddType application/octet-stream 3ds[/code]]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2957.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2957.page</link>
				<pubDate><![CDATA[Tue, 14 Apr 2009 12:16:09]]> GMT</pubDate>
				<author><![CDATA[ Lucas]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ При открытии в браузере выдает вот такую ошибку, и остается черный экран и фпс. КАК с этим борются???<br /> <br /> ReferenceError: Error #1069: Не удалось найти свойство drawTriangles в flash.display.Graphics; отсутствует значение по умолчанию.<br /> at alternativa.engine3d.materials::TextureMaterial/http://alternativaplatform.com/en/alternativa3d::draw()<br /> at alternativa.engine3d.core::Camera3D/drawSkin()<br /> at alternativa.engine3d.core::Camera3D/renderBSPNode()<br /> at alternativa.engine3d.core::Camera3D/renderBSPNode()<br /> at alternativa.engine3d.core::Camera3D/renderBSPNode()<br /> at alternativa.engine3d.core::Camera3D/renderBSPNode()<br /> at alternativa.engine3d.core::Camera3D/renderBSPNode()<br /> at alternativa.engine3d.core::Camera3D/renderBSPNode()<br /> at alternativa.engine3d.core::Camera3D/render()<br /> at alternativa.engine3d.core::Scene3D/calculate()<br /> at TexturingTutorial/onEnterFrame() ]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2978.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2978.page</link>
				<pubDate><![CDATA[Wed, 15 Apr 2009 23:56:14]]> GMT</pubDate>
				<author><![CDATA[ AlexDudanov]]></author>
			</item>
			<item>
				<title>Re:Опубликовать приложение</title>
				<description><![CDATA[ Видимо была использована версия библиотеки для десятки, но проект скомпилирован с параметром target-player=9.]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2980.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2980.page</link>
				<pubDate><![CDATA[Thu, 16 Apr 2009 06:33:13]]> GMT</pubDate>
				<author><![CDATA[ mike]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Переделал еще раз, теперь ошибка изменилась. <img src="http://forum.alternativaplatform.com//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> <br /> <br /> Error #2044: Необработанный ioError:. text=Error #2032: Ошибка потока. URL: resource/house.3ds]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/2981.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/2981.page</link>
				<pubDate><![CDATA[Thu, 16 Apr 2009 12:49:02]]> GMT</pubDate>
				<author><![CDATA[ AlexDudanov]]></author>
			</item>
			<item>
				<title>Опубликовать приложение</title>
				<description><![CDATA[ Тему вверх, очень нужна сейчас]]></description>
				<guid isPermaLink="true">http://forum.alternativaplatform.com/posts/preList/261/50423.page</guid>
				<link>http://forum.alternativaplatform.com/posts/preList/261/50423.page</link>
				<pubDate><![CDATA[Fri, 5 Mar 2010 02:39:45]]> GMT</pubDate>
				<author><![CDATA[ Sintesis]]></author>
			</item>
	</channel>
</rss>
