| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| Neuer User Registriert seit: May 2006
Beiträge: 7
| search/such form in zu flash
Hallo, I habe ein such/search form(search form for main site) main site header is mit flash oben/header des sites is ein search/such form(lehr). i wolle das search/such form ins flash. the search/form was denn wen ich das webdesing gekauft habe in der flash header shon designed. nun ih brauche einwhach das such form activieren mit correct input form jsw (i habe html sourche code wie cann ich das ins flash bringen) Danke, (enschulligen sie wen ich correcture wheler habe, nicht lange geschriben und gesprochen mit diese sprache). |
| | |
| | #2 (permalink) |
| Flashworker Registriert seit: Nov 2001 Ort: Wiesbaden
Beiträge: 10.945
|
Hi, you can also speak English, its okay. But let's try in German: Du hast ein fertiges Template gekauft in dem bereits das Suchfeld war? Und das möchtest du jetzt mit deiner Suche verknüpfen, die schon existiert? Schau dir deine vorhandene Suche mal an und schau welche Variable genutzt wird und welche Parameter das form noch hat. Du kannst deinem Textfeld in Flash diese Variable dann zu ordnen und per getURL die Suchadresse aufrufen. |
| | |
| | #3 (permalink) |
| Neuer User Registriert seit: May 2006
Beiträge: 7
|
The code is following: I just need the code entered into flash desing(site) <!-- Simple search form --> <font face="Tahoma, Verdana" size="2"> <form action="http://search.mydomain.com/index.php" method="get"> <input type="text" name="query" value="" size="40" maxlength="255"> <input type="submit" value="Search"> <input type="hidden" name="type" value="simple"> <a href="http://search.mydomain.com/index.php?type=advanced"><font size=1 color=gray>Advanced Search</font></a> </form> </font> <!-- End search form --> How can I enter this form into flash. search box. I have ready made text are and the go button. and now i need to enter the from into the text area(where you type the search word) and go/search button. how can i do it with flash MX 2004. i do no know the flash so good. how can I make the search form to flash search. please exact und meticulous answer thank you/danke Geändert von pads (16-05-2006 um 16:45 Uhr) |
| | |
| | #4 (permalink) |
| vicariously I Registriert seit: Apr 2003 Ort: HBC
Beiträge: 1.940
|
Hi, Flash works completley different, so you can't just alter the html syntax. You should have a look at the Flash basics in the Flash Help. To build a form you'll need a Button, a Text Field, and some Action Script (loadVariables or getURL for eg) If you have any questions feel free to ask, but please don't expect us to build it for you. Geändert von CHRIZZZLIE (16-05-2006 um 16:52 Uhr) |
| | |
| | #5 (permalink) |
| Flashworker Registriert seit: Nov 2001 Ort: Wiesbaden
Beiträge: 10.945
|
well there are different possibilities. take this one for example: give your textfield the instance name(!) "query", then the button only needs this action (mark button and press F9): ActionScript:
thats it |
| | |
| | #6 (permalink) | |
| Neuer User Registriert seit: May 2006
Beiträge: 7
| Zitat:
thank you, but i can not get this work, the instance name "query" i have entered the query with selecting the text area and pressing F8 and entering the name for it "query". what i am doing wrong? am i entering the "query" to wrong place? again thank you for bringing me so far | |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |