<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Flashhilfe.de Forum</title>
<link>http://www.flashhilfe.de</link>
<description><![CDATA[Flashhilfe.de - Die neusten Foren Beiträge zum Thema Adobe Flash, Flex & AIR]]></description>
<language>de</language>
<lastBuildDate>Tue, 07 Feb 2012 18:40:27 +0100</lastBuildDate>
<ttl>10</ttl>
<image>
<url>http://www.flashhilfe.de/images/fh_logo.gif</url>
<title>Flashhilfe.de</title>
<link>http://www.flashhilfe.de/forum.html</link>
</image>
<item>
  <title><![CDATA[Beispiel Flash Intro erstellen? frauenfreundlich ;)]]></title>
  <link>http://www.flashhilfe.de/forum/flash/beispiel-flash-intro-erstellen-frauenfreundlich-296221-296221.html</link>
  <pubDate>Tue, 07 Feb 2012 17:40:58 +0100</pubDate>
  <description><![CDATA[Hallo liebe Mitglieder,

ich habe auf einer Seite ein schönes Flash-Intro gesehen das ich gerne auch meiner Seite verwenden würde, zusätzlich würde ich ganz am Ende mein Logo einblenden lassen und dann die Auswahlmöglichkeiten: Deutsch - Englisch.

Gibt es hier eine Seite bzw ein einfaches Tutorial (Habe Adobe Flash zur Verfügung) mit dem ich so ein Intro erstellen könnte?

Ich weiß ohne vorkenntnisse dürfte das schwer sein aber vllt gibt es da ja ein gutes TUT oder eine Vorlage die ich verwenden könnte???

Hier das besagte Intro:



ich hoffe jmd kann mir helfen,

Sandra]]></description>
  <content:encoded><![CDATA[Hallo liebe Mitglieder,<br />
<br />
ich habe auf einer Seite ein sch&ouml;nes Flash-Intro gesehen das ich gerne auch meiner Seite verwenden w&uuml;rde, zus&auml;tzlich w&uuml;rde ich ganz am Ende mein Logo einblenden lassen und dann die Auswahlm&ouml;glichkeiten: Deutsch - Englisch.<br />
<br />
Gibt es hier eine Seite bzw ein einfaches Tutorial (Habe Adobe Flash zur Verf&uuml;gung) mit dem ich so ein Intro erstellen k&ouml;nnte?<br />
<br />
Ich wei&szlig; ohne vorkenntnisse d&uuml;rfte das schwer sein aber vllt gibt es da ja ein gutes TUT oder eine Vorlage die ich verwenden k&ouml;nnte???<br />
<br />
Hier das besagte Intro:<br />
<br />
<a href="http://www.papisloveday.com/" target="_blank" class="forumMessageLink">Papis Loveday&reg;</a><br />
<br />
ich hoffe jmd kann mir helfen,<br />
<br />
Sandra]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/flash/">Flash Entwicklung</category>
  <dc:creator><![CDATA[2533Mike]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/flash/beispiel-flash-intro-erstellen-frauenfreundlich-296221-296221.html</guid>
</item>

<item>
  <title><![CDATA[Root Funktion in AS3]]></title>
  <link>http://www.flashhilfe.de/forum/actionscript-3-0/root-funktion-in-as3-296220-296220.html</link>
  <pubDate>Tue, 07 Feb 2012 17:38:45 +0100</pubDate>
  <description><![CDATA[Hallo liebe Gemeinde,

ich bastel mir gerade eine Galerie und dafür möchte ich einen Thumbnail-Slider bauen. Bisher hat alles einwandfrei funktioniert, nur kann mein AS3 nichts mit der _root - Funktion anfangen.

Hier das Script, bei der mir AS3 Probleme anzeigt:

_root.onEnterFrame = function(){
	if(_root._xmouse]]></description>
  <content:encoded><![CDATA[Hallo liebe Gemeinde,<br />
<br />
ich bastel mir gerade eine Galerie und daf&uuml;r m&ouml;chte ich einen Thumbnail-Slider bauen. Bisher hat alles einwandfrei funktioniert, nur kann mein AS3 nichts mit der _root - Funktion anfangen.<br />
<br />
Hier das Script, bei der mir AS3 Probleme anzeigt:<br />
<br />
_root.onEnterFrame = function(){<br />
&nbsp; &nbsp;if(_root._xmouse&lt;50){<br />
&nbsp; &nbsp;&nbsp; &nbsp;slider.prevFrame();<br />
&nbsp; &nbsp;}<br />
}<br />
<br />
Wie kann ich dieses Problem umgehen oder anders l&ouml;sen?<br />
<br />
Der Thumbnail-Slider soll je nach Position der Maus nach links oder rechts scrollen.]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/actionscript-3-0/">ActionScript 3.0</category>
  <dc:creator><![CDATA[Boblin]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/actionscript-3-0/root-funktion-in-as3-296220-296220.html</guid>
</item>

<item>
  <title><![CDATA[Problem mit gotoAndStop(); Vorhandner Movieclip wird nicht gelöscht]]></title>
  <link>http://www.flashhilfe.de/forum/actionscript-3-0/problem-mit-gotoandstop-vorhandner-movieclip-wird-nicht-geloescht-296219-296219.html</link>
  <pubDate>Tue, 07 Feb 2012 12:46:48 +0100</pubDate>
  <description><![CDATA[Hallo,

habe leider nicht das passende über die Suche gefunden. Deshalb schildere ich hier mal mein Problem:

Ich habe ein Menü. Jetzt soll nach CLICK von BILD 2 zu 3 gesprungen werden. Klappt auch sehr gut.



stop();

m1.addEventListener(MouseEvent.CLICK, funktion1);
m2.addEventListener(MouseEvent.CLICK, funktion2);


function funktion1(evt:MouseEvent):void {
   gotoAndStop(2);
}

function funktion2(evt:MouseEvent):void {
   gotoAndStop(3);
}



Problem in Bild 2 ist ein Movieclip und in Bild3. Leider wird der Movieclip nicht gelöscht. Das bedeutet wenn ich auf Bild 2 bin, wird der erste Movieclip abgespielt. Wenn ich jetzt auf Bild 3 springe bleibt der Movieclip von 2 bestehen. Das verstehe ich nicht.

Datei habe ich gleich mit beigefügt.

Gruß
John]]></description>
  <content:encoded><![CDATA[Hallo,<br />
<br />
habe leider nicht das passende &uuml;ber die Suche gefunden. Deshalb schildere ich hier mal mein Problem:<br />
<br />
Ich habe ein Men&uuml;. Jetzt soll nach CLICK von BILD 2 zu 3 gesprungen werden. Klappt auch sehr gut.<br />
<br />
<br />
<div class="code_top"><strong>ActionScript:</strong><br><div style="border:1px solid #b5b5b5;overflow:auto;width:100%" ><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top"><td class="code_nr" unselectable="on">1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>10<br>11<br>12<br>13<br>14</td><td class="code"><code><font color="#0000FF">stop</font>();<br>
<br>
m1.<font color="#0000FF">addEventListener</font>(MouseEvent.CLICK, funktion1);<br>
m2.<font color="#0000FF">addEventListener</font>(MouseEvent.CLICK, funktion2);<br>
<br>
<br>
<font color="#0000FF">function</font> funktion1(evt:MouseEvent):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">gotoAndStop</font>(2);<br>
}<br>
<br>
<font color="#0000FF">function</font> funktion2(evt:MouseEvent):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">gotoAndStop</font>(3);<br>
}<br>
<br>
</code></td></tr></table></div></div><br />
<br />
Problem in Bild 2 ist ein Movieclip und in Bild3. Leider wird der Movieclip nicht gel&ouml;scht. Das bedeutet wenn ich auf Bild 2 bin, wird der erste Movieclip abgespielt. Wenn ich jetzt auf Bild 3 springe bleibt der Movieclip von 2 bestehen. Das verstehe ich nicht.<br />
<br />
Datei habe ich gleich mit beigef&uuml;gt.<br />
<br />
Gru&szlig;<br />
John]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/actionscript-3-0/">ActionScript 3.0</category>
  <dc:creator><![CDATA[JohnUl]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/actionscript-3-0/problem-mit-gotoandstop-vorhandner-movieclip-wird-nicht-geloescht-296219-296219.html</guid>
</item>

<item>
  <title><![CDATA[mehere objekt rotieren lassen]]></title>
  <link>http://www.flashhilfe.de/forum/flash/mehere-objekt-rotieren-lassen-296214-296214.html</link>
  <pubDate>Tue, 07 Feb 2012 11:28:05 +0100</pubDate>
  <description><![CDATA[Hallo, vielleicht kann mir wer helfen, ich müchte mehere Flaschen rotieren lassen, also nicht nur eine, wie bekomme ich es hin 5 verschiedene Flaschen sich rotieren zu lassen?Kann mir wer da helfen bitte?]]></description>
  <content:encoded><![CDATA[Hallo, vielleicht kann mir wer helfen, ich m&uuml;chte mehere Flaschen rotieren lassen, also nicht nur eine, wie bekomme ich es hin 5 verschiedene Flaschen sich rotieren zu lassen?Kann mir wer da helfen bitte?]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/flash/">Flash Entwicklung</category>
  <dc:creator><![CDATA[LaDolce]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/flash/mehere-objekt-rotieren-lassen-296214-296214.html</guid>
</item>

<item>
  <title><![CDATA[Gästebuch Flash/AS3 Problem - EMail Validierung]]></title>
  <link>http://www.flashhilfe.de/forum/actionscript-3-0/gaestebuch-flashas3-problem-email-validierung-296154-296154.html</link>
  <pubDate>Tue, 07 Feb 2012 09:18:41 +0100</pubDate>
  <description><![CDATA[Hallo, ich hatte mir mit einem Gästebuch Tutorial mal ein Gästebuch im Flash zusammengebaut bzw. nach programmiert. Jetzt versuche ich eine E-Mail Prüfung einzubauen damit ich das prüfen kann ob es auch eine gültige E-Mail Adresse ist, aber ich blicke nicht so ganz wo/wie ich das einbauen kann/muss.

Ich habe es mal in die function write Date eingebaut, als extra function und versucht als externe .as einzubinden. Aber hatte leider nicht funktioniert, ich stehe jetzt irgendwie aufm Schlauch.

Ich hoffe mir kann jemand helfen!!



function readData():void {
	var myLoader:URLLoader = new URLLoader();
	var myDate:Date = new Date();
	var timestamp:uint=myDate.getTime();
	
//Laden der readData.php Datei mit URLRequest
	var myRequest:URLRequest=new URLRequest("http://localhost/Pflichtuebung_Flash/readData.php?"+timestamp);
	myLoader.dataFormat=URLLoaderDataFormat.VARIABLES;
	myLoader.load(myRequest);
	
//EventListener falls Daten Übertragung komplett
	myLoader.addEventListener(Event.COMPLETE,completeHandler);
	
//EventListener falls Daten fehlerhaft/unvollständig
	myLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR,securityErrorHandler);
	myLoader.addEventListener(IOErrorEvent.IO_ERROR,ioErrorHandler);
}

//Funktion - Daten werden ins GB eingetragen 
function completeHandler(e:Event):void {
	
//Neues Array das die GB Daten enthält
	gbData_arr = new Array();
	var anzData:uint=uint(e.target.data.counter);
	for (var i:uint = 0; i]]></description>
  <content:encoded><![CDATA[Hallo, ich hatte mir mit einem G&auml;stebuch Tutorial mal ein G&auml;stebuch im Flash zusammengebaut bzw. nach programmiert. Jetzt versuche ich eine E-Mail Pr&uuml;fung einzubauen damit ich das pr&uuml;fen kann ob es auch eine g&uuml;ltige E-Mail Adresse ist, aber ich blicke nicht so ganz wo/wie ich das einbauen kann/muss.<br />
<br />
Ich habe es mal in die function write Date eingebaut, als extra function und versucht als externe .as einzubinden. Aber hatte leider nicht funktioniert, ich stehe jetzt irgendwie aufm Schlauch.<br />
<br />
Ich hoffe mir kann jemand helfen!!<br />
<br />
<b>Hier mal der Code vom G&auml;stebuch:</b><br />
<br />
<div class="code_top"><strong>ActionScript:</strong><br><div style="border:1px solid #b5b5b5;overflow:auto;height:450px;" ><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top"><td class="code_nr" unselectable="on">1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>10<br>11<br>12<br>13<br>14<br>15<br>16<br>17<br>18<br>19<br>20<br>21<br>22<br>23<br>24<br>25<br>26<br>27<br>28<br>29<br>30<br>31<br>32<br>33<br>34<br>35<br>36<br>37<br>38<br>39<br>40<br>41<br>42<br>43<br>44<br>45<br>46<br>47<br>48<br>49<br>50<br>51<br>52<br>53<br>54<br>55<br>56<br>57<br>58<br>59<br>60<br>61<br>62<br>63<br>64<br>65<br>66<br>67<br>68<br>69<br>70<br>71<br>72<br>73<br>74<br>75<br>76<br>77<br>78<br>79<br>80<br>81<br>82<br>83<br>84<br>85<br>86<br>87<br>88<br>89<br>90<br>91<br>92<br>93<br>94<br>95<br>96<br>97<br>98<br>99<br>100<br>101<br>102<br>103<br>104<br>105<br>106<br>107<br>108<br>109<br>110<br>111<br>112<br>113<br>114<br>115<br>116<br>117<br>118<br>119<br>120<br>121<br>122<br>123<br>124<br>125<br>126<br>127<br>128</td><td class="code"><code><span class="fontRed"><font color="#0000FF">function</font> readData():<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">var</font> myLoader:URLLoader = <font color="#0000FF">new</font> URLLoader();<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">var</font> myDate:<font color="#0000FF">Date</font> = <font color="#0000FF">new</font> <font color="#0000FF">Date</font>();<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">var</font> timestamp:uint=myDate.<font color="#0000FF">getTime</font>();<br>
&nbsp;       &nbsp; &nbsp;<br>
&nbsp;       <font color="#808080">//Laden der readData.php Datei mit URLRequest<br />
</font>        &nbsp; &nbsp;<font color="#0000FF">var</font> myRequest:URLRequest=<font color="#0000FF">new</font> URLRequest(<font color="#009900">"http://localhost/Pflichtuebung_Flash/readData.php?"</font>+timestamp);<br>
&nbsp;       &nbsp; &nbsp;myLoader.dataFormat=URLLoaderDataFormat.VARIABLES;<br>
&nbsp;       &nbsp; &nbsp;myLoader.<font color="#0000FF">load</font>(myRequest);<br>
&nbsp;       &nbsp; &nbsp;<br>
&nbsp;       <font color="#808080">//EventListener falls Daten &Uuml;bertragung komplett<br />
</font>        &nbsp; &nbsp;myLoader.<font color="#0000FF">addEventListener</font>(Event.COMPLETE,completeHandler);<br>
&nbsp;       &nbsp; &nbsp;<br>
&nbsp;       <font color="#808080">//EventListener falls Daten fehlerhaft/unvollst&auml;ndig<br />
</font>        &nbsp; &nbsp;myLoader.<font color="#0000FF">addEventListener</font>(SecurityErrorEvent.SECURITY_ERROR,securityErrorHandler);<br>
&nbsp;       &nbsp; &nbsp;myLoader.<font color="#0000FF">addEventListener</font>(IOErrorEvent.IO_ERROR,ioErrorHandler);<br>
}<br>
<br>
<font color="#808080">//Funktion - Daten werden ins GB eingetragen <br />
</font><font color="#0000FF">function</font> completeHandler(e:Event):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;<br>
&nbsp;       <font color="#808080">//Neues Array das die GB Daten enth&auml;lt<br />
</font>        &nbsp; &nbsp;gbData_arr = <font color="#0000FF">new</font> <font color="#0000FF">Array</font>();<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">var</font> anzData:uint=uint(e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>.counter);<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">for</font> (<font color="#0000FF">var</font> i:uint = 0; i&lt;anzData; i++) {<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> id:uint=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"id"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> datum:<font color="#0000FF">String</font>=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"datum"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> zeit:<font color="#0000FF">String</font>=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"zeit"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> myname:<font color="#0000FF">String</font>=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"vorname"</font>+i]+<font color="#009900">" "</font>+e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"nachname"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> email:<font color="#0000FF">String</font>=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"email"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> web:<font color="#0000FF">String</font>=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"web"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> msg:<font color="#0000FF">String</font>=e.<font color="#0000FF">target</font>.<font color="#0000FF">data</font>[<font color="#009900">"msg"</font>+i];<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<br>
&nbsp;               <font color="#808080">//obere Daten einf&uuml;gen in Array mittels push<br />
</font>                &nbsp; &nbsp;&nbsp; &nbsp;gbData_arr.<font color="#0000FF">push</font>({id:id, datum:datum, zeit:zeit, myname:myname, email:email, web:web, msg:msg});<br>
&nbsp;               &nbsp; &nbsp;}<br>
&nbsp;       &nbsp; &nbsp;<br>
&nbsp;       <font color="#808080">//Erfolgreiche &Uuml;bertragung der Daten wird renderData() aufgerufen<br />
</font>        &nbsp; &nbsp;renderData();<br>
}<br>
<br>
<font color="#808080">//Funktion - Fehlermeldung falls Daten wegen der Sicherheit nicht &uuml;bertragen wurden<br />
</font><font color="#0000FF">function</font> securityErrorHandler(e:SecurityErrorEvent):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;status_txt.<font color="#0000FF">text</font>=<font color="#009900">"Fehler beim &Uuml;bertragen der Daten"</font>;<br>
}<br>
<br>
<font color="#808080">//Funktion - Fehlermeldung falls Daten nicht korrekt eingetragen wurden<br />
</font><font color="#0000FF">function</font> ioErrorHandler(e:IOErrorEvent):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;status_txt.<font color="#0000FF">text</font>=<font color="#009900">"Fehler beim &Uuml;bertragen der Daten"</font>;<br>
}<br>
<br>
<font color="#808080">//Funktion erstellt die Zeichkette f&uuml;r den GB eintrag mit Name, Datum, Zeit usw...<br />
</font><font color="#808080">//output von readData.php<br />
</font><font color="#0000FF">function</font> renderData():<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;ausgabe_txt.<font color="#0000FF">htmlText</font>=<font color="#009900">""</font>;<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">var</font> outputStr:<font color="#0000FF">String</font>=<font color="#009900">""</font>;<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">for</font> (<font color="#0000FF">var</font> i:uint = 0; i&lt;gbData_arr.<font color="#0000FF">length</font>; i++) {<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;outputStr+=<font color="#009900">"&lt;b&gt;"</font>+gbData_arr[i].myname+<font color="#009900">"&lt;/b&gt; schrieb am: "</font>;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;outputStr+=gbData_arr[i].datum+<font color="#009900">" um "</font>;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;outputStr+=gbData_arr[i].zeit+<font color="#009900">"&lt;br&gt;"</font>;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;outputStr+=gbData_arr[i].msg+<font color="#009900">"&lt;br&gt;"</font>;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">if</font> (gbData_arr[i].email!=<font color="#009900">""</font>) {<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;outputStr+=<font color="#009900">"E-Mail: "</font>+gbData_arr[i].email+<font color="#009900">"&lt;br&gt;"</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;}<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">if</font> (gbData_arr[i].web!=<font color="#009900">""</font>) {<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;outputStr+=<font color="#009900">"Web: "</font>+gbData_arr[i].web+<font color="#009900">"&lt;br&gt;&lt;br&gt;"</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;}<br>
&nbsp;               &nbsp; &nbsp;}<br>
&nbsp;       &nbsp; &nbsp;ausgabe_txt.<font color="#0000FF">htmlText</font>=outputStr;<br>
}<br>
<br>
<font color="#808080">//**Daten senden an PHP**<br />
</font><font color="#808080">//Variable sentState pr&uuml;ft ob User in der gleichen Sitzung schonmal was eingetragen hat<br />
</font><font color="#0000FF">var</font> sentState:<font color="#0000FF">Boolean</font>=<font color="#0000FF">false</font>;<br>
<br>
<font color="#808080">//EventListener am Senden-Button<br />
</font>send_mc.<font color="#0000FF">addEventListener</font>(MouseEvent.CLICK,writeData);<br>
<br>
<font color="#808080">//Funktion wird bei klick auf absenden ausgef&uuml;hrt<br />
</font><font color="#0000FF">function</font> writeData(e:MouseEvent):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">if</font> (sentState==<font color="#0000FF">false</font>) {<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">if</font> (vornameBG_mc.input_txt.<font color="#0000FF">text</font>!=<font color="#009900">""</font>&amp;&amp;nachnameBG_mc.input_txt.<font color="#0000FF">text</font>!=<font color="#009900">""</font>&amp;&amp;msgBG_mc.input_txt.<font color="#0000FF">text</font>!=<font color="#009900">""</font>&amp;&amp;emailBG_mc.input_txt.<font color="#0000FF">text</font>!=<font color="#009900">""</font>) {<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> myLoader:URLLoader = <font color="#0000FF">new</font> URLLoader();<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> myDate:<font color="#0000FF">Date</font> = <font color="#0000FF">new</font> <font color="#0000FF">Date</font>();<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> timestamp:uint=myDate.<font color="#0000FF">getTime</font>();<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<br>
&nbsp;                       <font color="#808080">//Laden der writeData.php Datei mit URLRequest<br />
</font>                        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> myRequest:URLRequest=<font color="#0000FF">new</font> URLRequest(<font color="#009900">"http://localhost/Pflichtuebung_Flash/writeData.php?"</font>+timestamp);<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myRequest.method=URLRequestMethod.POST;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">var</font> myVars:URLVariables = <font color="#0000FF">new</font> URLVariables();<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<br>
&nbsp;                       <font color="#808080">//Diese Daten werden an das URLVariables zugewiesen<br />
</font>                        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myVars.vorname=vornameBG_mc.input_txt.<font color="#0000FF">text</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myVars.nachname=nachnameBG_mc.input_txt.<font color="#0000FF">text</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myVars.email=emailBG_mc.input_txt.<font color="#0000FF">text</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myVars.web=webBG_mc.input_txt.<font color="#0000FF">text</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myVars.msg=msgBG_mc.input_txt.<font color="#0000FF">text</font>;<br>
&nbsp;                       <font color="#808080">//Hier zuweisung<br />
</font>                        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myRequest.<font color="#0000FF">data</font>=myVars;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myLoader.dataFormat=URLLoaderDataFormat.VARIABLES;<br>
&nbsp;                       <font color="#808080">//Daten an PHP-Skript &uuml;bertragen<br />
</font>                        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myLoader.<font color="#0000FF">load</font>(myRequest);<br>
&nbsp;                       <br>
&nbsp;                       <font color="#808080">//Ereignis-Listener werden ausgef&uuml;hrt<br />
</font>                        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myLoader.<font color="#0000FF">addEventListener</font>(Event.COMPLETE,transferedOutput);<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myLoader.<font color="#0000FF">addEventListener</font>(SecurityErrorEvent.SECURITY_ERROR,securityErrorHandler);<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myLoader.<font color="#0000FF">addEventListener</font>(IOErrorEvent.IO_ERROR,ioErrorHandler);<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;} <font color="#0000FF">else</font> {<br>
&nbsp;                       <font color="#808080">//Fehlermeldung falls erforderlichen Felder nicht ausgef&uuml;llt<br />
</font>                        &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;status_txt.<font color="#0000FF">text</font>=<font color="#009900">"Bitte f&uuml;llen Sie alle erforderlichen Felder aus."</font>;<br>
&nbsp;                       &nbsp; &nbsp;&nbsp; &nbsp;}<br>
&nbsp;               &nbsp; &nbsp;} <font color="#0000FF">else</font> {<br>
&nbsp;               <font color="#808080">//Meldung falls in gleicher Sitzung doppelter Eintrag<br />
</font>                &nbsp; &nbsp;&nbsp; &nbsp;status_txt.<font color="#0000FF">text</font>=<font color="#009900">"Du hast Dich bereits eingetragen."</font>;<br>
&nbsp;               &nbsp; &nbsp;}<br>
}<br>
<br>
<font color="#808080">//Funktion setzt Wert von sentState auf true - da User was eingetragen hat<br />
</font><font color="#0000FF">function</font> transferedOutput(e:Event):<font color="#0000FF">void</font> {<br>
&nbsp;       &nbsp; &nbsp;status_txt.<font color="#0000FF">text</font>=<font color="#009900">"Ihr Eintrag wurde eingef&uuml;gt."</font>;<br>
&nbsp;       &nbsp; &nbsp;sentState=<font color="#0000FF">true</font>;<br>
&nbsp;       &nbsp; &nbsp;<br>
&nbsp;       <font color="#808080">//neue Daten k&ouml;nnen eingetragen werden<br />
</font>        &nbsp; &nbsp;readData();<br>
}<br>
<br>
<font color="#0000FF">var</font> gbData_arr:<font color="#0000FF">Array</font> = <font color="#0000FF">new</font> <font color="#0000FF">Array</font>();<br>
readData();</span>
</code></td></tr></table></div></div><br />
<br />
Und hier mal der Code von der Abfrage:<br />
<span class="fontOrange">var myRegExp:RegExp=/^[a-z][w.-]+@<br />
&nbsp; &nbsp;w[w.-]+.[w.-]*[a-z][a-z]$/i;<br />
&nbsp; &nbsp;if (myRegExp.test(emailBG_mc.input_txt.text)) {<br />
&nbsp; &nbsp;&nbsp; &nbsp;status_txt.text = &quot;&quot;;<br />
&nbsp; &nbsp;&nbsp; &nbsp;readData();<br />
&nbsp; &nbsp;}else{<br />
&nbsp; &nbsp;&nbsp; &nbsp;status_txt.text=&quot;Bitte geben Sie eine g&uuml;ltige E-Mail Adresse ein&quot;;<br />
&nbsp; &nbsp;}</span>]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/actionscript-3-0/">ActionScript 3.0</category>
  <dc:creator><![CDATA[driver60]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/actionscript-3-0/gaestebuch-flashas3-problem-email-validierung-296154-296154.html</guid>
</item>

<item>
  <title><![CDATA[Wer kennt diese Flash-Galerie?]]></title>
  <link>http://www.flashhilfe.de/forum/flash-mit-anderen-programmiersprachen/wer-kennt-diese-flash-galerie-296205-296205.html</link>
  <pubDate>Mon, 06 Feb 2012 20:46:48 +0100</pubDate>
  <description><![CDATA[Hallo zusammen,

ich bin auf der Suche nach einen Galerie-Tool, dass genau die Funktionen umfasst und möglichst so aussehen soll, wie auf der folgenden Seite. Leider konnte ich selbst durch eine Quelltext-Analyse nicht herausfinden um welche Galerie es sich handelt. 

Flash-Galerie auf der Website 

Anscheinend werden die Fotos über eine XML-Datei in die SWF geladen. Kann mir jemand sagen, ob er das Tool kennt und wo ich es herunterladen kann?

Danke
WB]]></description>
  <content:encoded><![CDATA[Hallo zusammen,<br />
<br />
ich bin auf der Suche nach einen Galerie-Tool, dass genau die Funktionen umfasst und m&ouml;glichst so aussehen soll, wie auf der folgenden Seite. Leider konnte ich selbst durch eine Quelltext-Analyse nicht herausfinden um welche Galerie es sich handelt. <br />
<br />
Flash-Galerie auf der Website <a href="http://www.royal-dutch-beds.de/betten/index.php" target="_blank" class="forumMessageLink">www.royal-dutch-beds.de</a><br />
<br />
Anscheinend werden die Fotos &uuml;ber eine XML-Datei in die SWF geladen. Kann mir jemand sagen, ob er das Tool kennt und wo ich es herunterladen kann?<br />
<br />
Danke<br />
WB]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/flash-mit-anderen-programmiersprachen/">Flash mit anderen Programmiersprachen</category>
  <dc:creator><![CDATA[witzblitz]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/flash-mit-anderen-programmiersprachen/wer-kennt-diese-flash-galerie-296205-296205.html</guid>
</item>

<item>
  <title><![CDATA[Zuweisung funktioniert nicht]]></title>
  <link>http://www.flashhilfe.de/forum/actionscript-3-0/zuweisung-funktioniert-nicht-296210-296210.html</link>
  <pubDate>Mon, 06 Feb 2012 19:15:46 +0100</pubDate>
  <description><![CDATA[Hallo Gemeinde,

ich bin gerade einen vorhandenen Code am optimieren und habe ein Problem mit der Zuweisung der MCs.

Hier der alte Code der fehlerfrei läuft:

	var itemCount:int = 0;
	for (var j:Number = 0; j < 4; j++) {
		for (var i:Number = 0; i < 4; i++) {
			myListItemMain = new listItemClass();
			myListItemMain.name = itemCount;
			myListItemMain.titel.text();
			myListItemMain.txt_over.textHeight/2;
			myListItemMain.x = 20;
			myListItemMain.y = j*200+i*50;
			myListItemMain.addEventListener(MouseEvent.CLICK, mainItem);
			myListItemMain.addEventListener(MouseEvent.MOUSE_OVER, mainOver);
			myListItemMain.addEventListener(MouseEvent.MOUSE_OUT, mainOut);
			menueMain.txtMenu.addChild(myListItemMain);
			itemCount++;
			if (itemCount == myXML.themen.thema.length()) break;
		}
	if (itemCount == myXML.themen.thema.length()) break;
	}*/

Und hier der neue Code welcher mir die Fehlermeldung : "" ausgibt.


	for (var k:Number = 0; myXML.themen.thema.length()-1; k++) {
		myListItemMain = new listItemClass();
		myListItemMain.name = k;
		myListItemMain.titel.text();
		myListItemMain.txt_over.textHeight/2;
		myListItemMain.x = 20;
		myListItemMain.y = k*50;
		myListItemMain.addEventListener(MouseEvent.CLICK, mainItem);
		myListItemMain.addEventListener(MouseEvent.MOUSE_OVER, mainOver);
		myListItemMain.addEventListener(MouseEvent.MOUSE_OUT, mainOut);
		menueMain.txtMenu.addChild(myListItemMain);
	}


Programm läuft zwar weiter aber wieso erhalte ich diesen Fehler?

Für eine Erklärung vorab schon mal besten Dank.
PD]]></description>
  <content:encoded><![CDATA[Hallo Gemeinde,<br />
<br />
ich bin gerade einen vorhandenen Code am optimieren und habe ein Problem mit der Zuweisung der MCs.<br />
<br />
Hier der alte Code der fehlerfrei l&auml;uft:<br />
<div class="code_top"><strong>ActionScript:</strong><br><div style="border:1px solid #b5b5b5;overflow:auto;width:100%" ><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top"><td class="code_nr" unselectable="on">1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>10<br>11<br>12<br>13<br>14<br>15<br>16<br>17<br>18</td><td class="code"><code>&nbsp; &nbsp;<font color="#0000FF">var</font> itemCount:<font color="#0000FF">int</font> = 0;<br>
&nbsp; &nbsp;<font color="#0000FF">for</font> (<font color="#0000FF">var</font> j:<font color="#0000FF">Number</font> = 0; j &lt; 4; j++) {<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">for</font> (<font color="#0000FF">var</font> i:<font color="#0000FF">Number</font> = 0; i &lt; 4; i++) {<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount] = <font color="#0000FF">new</font> listItemClass();<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].<font color="#0000FF">name</font> = itemCount;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].txt_over.<font color="#0000FF">htmlText</font> = myXML.themen.thema[itemCount].titel.<font color="#0000FF">text</font>();<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].txt_over.<font color="#0000FF">y</font> = myListItemMain[itemCount].txt_over.<font color="#0000FF">y</font> + 8 - myListItemMain[itemCount].txt_over.<font color="#0000FF">textHeight</font>/2;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].<font color="#0000FF">x</font> = 20;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].<font color="#0000FF">y</font> = j*200+i*50;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].<font color="#0000FF">addEventListener</font>(MouseEvent.CLICK, mainItem);<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].<font color="#0000FF">addEventListener</font>(MouseEvent.MOUSE_OVER, mainOver);<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;myListItemMain[itemCount].<font color="#0000FF">addEventListener</font>(MouseEvent.MOUSE_OUT, mainOut);<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;menueMain.txtMenu.addChild(myListItemMain[itemCount]);<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;itemCount++;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<font color="#0000FF">if</font> (itemCount == myXML.themen.thema.<font color="#0000FF">length</font>()) <font color="#0000FF">break</font>;<br>
&nbsp;               &nbsp; &nbsp;&nbsp; &nbsp;}<br>
&nbsp;       &nbsp; &nbsp;<font color="#0000FF">if</font> (itemCount == myXML.themen.thema.<font color="#0000FF">length</font>()) <font color="#0000FF">break</font>;<br>
&nbsp;       &nbsp; &nbsp;}*/
</code></td></tr></table></div></div><br />
<br />
Und hier der neue Code welcher mir die Fehlermeldung : &quot;<span class="fontRed">TypeError: Error #1010: Ein Begriff ist nicht definiert und hat keine Eigenschaften.</span>&quot; ausgibt.<br />
<br />
<div class="code_top"><strong>ActionScript:</strong><br><div style="border:1px solid #b5b5b5;overflow:auto;width:100%" ><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top"><td class="code_nr" unselectable="on">1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>10<br>11<br>12</td><td class="code"><code>&nbsp; &nbsp;<font color="#0000FF">for</font> (<font color="#0000FF">var</font> k:<font color="#0000FF">Number</font> = 0; myXML.themen.thema.<font color="#0000FF">length</font>()-1; k++) {<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt; = <font color="#0000FF">new</font> listItemClass();<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.<font color="#0000FF">name</font> = k;<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.txt_over.<font color="#0000FF">htmlText</font> = myXML.themen.thema&lt;i&gt;.titel.<font color="#0000FF">text</font>();<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.txt_over.<font color="#0000FF">y</font> = myListItemMain&lt;i&gt;.txt_over.<font color="#0000FF">y</font> + 8 - myListItemMain&lt;i&gt;.txt_over.<font color="#0000FF">textHeight</font>/2;<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.<font color="#0000FF">x</font> = 20;<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.<font color="#0000FF">y</font> = k*50;<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.<font color="#0000FF">addEventListener</font>(MouseEvent.CLICK, mainItem);<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.<font color="#0000FF">addEventListener</font>(MouseEvent.MOUSE_OVER, mainOver);<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;myListItemMain&lt;i&gt;.<font color="#0000FF">addEventListener</font>(MouseEvent.MOUSE_OUT, mainOut);<br>
&nbsp;       &nbsp; &nbsp;&nbsp; &nbsp;menueMain.txtMenu.addChild(myListItemMain&lt;i&gt;);<br>
&nbsp;       &nbsp; &nbsp;}<br>
</code></td></tr></table></div></div><br />
<span class="fontBlue">Im zweiten Script steht immer &quot;&lt;i&gt;&quot; statt k in eckigen Klammern... ^^^ Buggy</span><br />
Programm l&auml;uft zwar weiter aber wieso erhalte ich diesen Fehler?<br />
<br />
F&uuml;r eine Erkl&auml;rung vorab schon mal besten Dank.<br />
PD]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/actionscript-3-0/">ActionScript 3.0</category>
  <dc:creator><![CDATA[powerdrive]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/actionscript-3-0/zuweisung-funktioniert-nicht-296210-296210.html</guid>
</item>

<item>
  <title><![CDATA[Tweening zwischen 2 Schlüsselbildern (Keyframes)]]></title>
  <link>http://www.flashhilfe.de/forum/actionscript-3-0/tweening-zwischen-2-schluesselbildern-keyframes-296188-296188.html</link>
  <pubDate>Mon, 06 Feb 2012 17:30:57 +0100</pubDate>
  <description><![CDATA[Hey Leute,

ich würde gern per Button (MC) zwischen 2 Schlüsselbildern umschalten.
Allerdings mit TweenLite.to(...

Weiß aber nicht genau wie...

Zurzeit siehts so aus:
Funktion 1:


Funktion 2:


Gibt es irgend eine Möglichkeit diese Schlüsselbilder dynamisch per Tween zu wechseln?
Wie müsste ich vom Button aus auf die Frames innerhalb des MCs mySupportText verweisen?
Gibt es eine Möglichkeit innerhalb des MCs ein Tween per onEnterFrame zu starten?

Hat jemand von euch eine Idee?

Liebe Grüße
Ricardo]]></description>
  <content:encoded><![CDATA[Hey Leute,<br />
<br />
ich w&uuml;rde gern per Button (MC) zwischen 2 Schl&uuml;sselbildern umschalten.<br />
Allerdings mit TweenLite.to(...<br />
<br />
Wei&szlig; aber nicht genau wie...<br />
<br />
Zurzeit siehts so aus:<br />
Funktion 1:<br />
<div class="code_top"><strong>ActionScript:</strong><br><div style="border:1px solid #b5b5b5;overflow:auto;width:100%" ><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top"><td class="code_nr" unselectable="on">1</td><td class="code"><code>mySupportText.<font color="#0000FF">gotoAndStop</font>(2);
</code></td></tr></table></div></div><br />
<br />
Funktion 2:<br />
<div class="code_top"><strong>ActionScript:</strong><br><div style="border:1px solid #b5b5b5;overflow:auto;width:100%" ><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="top"><td class="code_nr" unselectable="on">1</td><td class="code"><code>mySupportText.<font color="#0000FF">gotoAndStop</font>(1);
</code></td></tr></table></div></div><br />
<br />
Gibt es irgend eine M&ouml;glichkeit diese Schl&uuml;sselbilder dynamisch per Tween zu wechseln?<br />
Wie m&uuml;sste ich vom Button aus auf die Frames innerhalb des MCs mySupportText verweisen?<br />
Gibt es eine M&ouml;glichkeit innerhalb des MCs ein Tween per onEnterFrame zu starten?<br />
<br />
Hat jemand von euch eine Idee?<br />
<br />
Liebe Gr&uuml;&szlig;e<br />
Ricardo]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/actionscript-3-0/">ActionScript 3.0</category>
  <dc:creator><![CDATA[sunrisebeats]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/actionscript-3-0/tweening-zwischen-2-schluesselbildern-keyframes-296188-296188.html</guid>
</item>

<item>
  <title><![CDATA[Drehbare bilder in 3D, brauche hilfe!]]></title>
  <link>http://www.flashhilfe.de/forum/flash-3d/drehbare-bilder-in-3d-brauche-hilfe-288949-288949.html</link>
  <pubDate>Mon, 06 Feb 2012 17:17:40 +0100</pubDate>
  <description><![CDATA[Hallo an alle,

ich möchte gerne ein drehbares bild erstellen, also den bild solltet man mit der Maus drehen können in 3D ansicht.


Beispiel Produkt 

Das will ich für meine Produkte erstellen für mein Homepage!
Weiss jemand wie das geht?




Mfg. Ilias C.]]></description>
  <content:encoded><![CDATA[Hallo an alle,<br />
<br />
ich m&ouml;chte gerne ein drehbares bild erstellen, also den bild solltet man mit der Maus drehen k&ouml;nnen in 3D ansicht.<br />
<br />
<a href="http://www.google.de/imgres?imgurl=http://www.scanmotion.de/tl_files/media/3Dachs_v2Alpha.png&amp;imgrefurl=http://www.scanmotion.de/3d-produktpraesentation-frei-drehbar.html&amp;h=230&amp;w=270&amp;sz=47&amp;tbnid=HgVeibIMKAHbgM:&amp;tbnh=96&amp;tbnw=113&amp;prev=/images%3Fq%3Ddrehbare%2B%2B3d%2Bbilder&amp;zoom=0&amp;q=drehbare++3d+bilder&amp;hl=de&amp;usg=__dSullVOasTFFIwvgp39D9cE_ucM=&amp;sa=X&amp;ei=_2goTbmhI4rysgaP7s3JAg&amp;ved=0CB4Q9QEwAQ" target="_blank" class="forumMessageLink"><br />
Beispiel Produkt</a> <br />
<br />
Das will ich f&uuml;r meine Produkte erstellen f&uuml;r mein Homepage!<br />
Weiss jemand wie das geht?<br />
<br />
<br />
<br />
<br />
Mfg. Ilias C.]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/flash-3d/">Flash 3D</category>
  <dc:creator><![CDATA[ilias90]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/flash-3d/drehbare-bilder-in-3d-brauche-hilfe-288949-288949.html</guid>
</item>

<item>
  <title><![CDATA[Flash CS5.5: iPhone App ruckelt]]></title>
  <link>http://www.flashhilfe.de/forum/flash-mobile/flash-cs5-5-iphone-app-ruckelt-296182-296182.html</link>
  <pubDate>Mon, 06 Feb 2012 13:32:32 +0100</pubDate>
  <description><![CDATA[Hallo,

ich habe mal versucht per Flash CS5.5 und Actionscript 3 eine iPhone-App zu erstellen. Soweit klappt auch alles ganz gut, bekomme die App auf mein iPhone 4 und alles funktioniert auch. 

Mein einziges Problem ist die Performance der App. Jede Animation oder Bewegung in der App ruckelt und stockt auf dem iPhone total. Beim Debuggen läuft alles wunderbar, aber sobald ich die App auf dem Device ausprobiere zuckt es unerträglich auf dem Display hin und her. Ich habe schon alles erdenktliche ausprobiert, BpS verändert etc.. 

Deswegen wollte ich fragen woran das liegen könnte oder ob es da einen einfachen "Trick" gibt die App flüssig ans laufen zu bekommen.


Grüße]]></description>
  <content:encoded><![CDATA[Hallo,<br />
<br />
ich habe mal versucht per Flash CS5.5 und Actionscript 3 eine iPhone-App zu erstellen. Soweit klappt auch alles ganz gut, bekomme die App auf mein iPhone 4 und alles funktioniert auch. <br />
<br />
Mein einziges Problem ist die Performance der App. Jede Animation oder Bewegung in der App ruckelt und stockt auf dem iPhone total. Beim Debuggen l&auml;uft alles wunderbar, aber sobald ich die App auf dem Device ausprobiere zuckt es unertr&auml;glich auf dem Display hin und her. Ich habe schon alles erdenktliche ausprobiert, BpS ver&auml;ndert etc.. <br />
<br />
Deswegen wollte ich fragen woran das liegen k&ouml;nnte oder ob es da einen einfachen &quot;Trick&quot; gibt die App fl&uuml;ssig ans laufen zu bekommen.<br />
<br />
<br />
Gr&uuml;&szlig;e]]></content:encoded>
  <category domain="http://www.flashhilfe.de/forum/flash-mobile/">Flash Platform auf mobilen Geräten</category>
  <dc:creator><![CDATA[klausk]]></dc:creator>
  <guid isPermaLink="true">http://www.flashhilfe.de/forum/flash-mobile/flash-cs5-5-iphone-app-ruckelt-296182-296182.html</guid>
</item>

</channel>
</rss>

