Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Flash CS3 GuestBook

This is a discussion on Flash CS3 GuestBook within the Utilità di FlepStudio forums, part of the Flash Italiano category; ok nessun errore ancora......


Go Back   Forum Flash CS3 Flash CS4 > Flash CS3 Flash CS4 > Flash Italiano > Utilità di FlepStudio

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #61 (permalink)  
Old 06-12-07, 08:54
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

ok nessun errore ancora...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #62 (permalink)  
Old 06-12-07, 09:04
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

ok, riabilita quelle righe e vai nella funzione completato.

Tieni solo queste righe:
Code:
var ris:String;
   var loader:URLLoader=URLLoader(e.target);   
   var vars:URLVariables=new URLVariables(loader.data);
   ris=(vars.answer).toString();
   trace(ris);

Errori ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 06-12-07, 09:17
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

errori compilazione

Quote:
1188: Assegnazione non valida alla classe String. ris:String=(vars.answer).toString();
1120: Accesso alla proprietà non definita ris. trace(ris)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 06-12-07, 09:20
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Questo è sbagliato:
ris=(vars.answer).toString();

deve essere:
ris=vars.answer;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 06-12-07, 09:24
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

continua errore

Quote:
1120: Accesso alla proprietà non definita ris. ris=vars.answer;
1120: Accesso alla proprietà non definita ris. trace(ris)
la dichiaro come String?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 06-12-07, 09:34
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Fai così:
Code:
var loader:URLLoader=URLLoader(e.target);   
   var vars:URLVariables=new URLVariables(loader.data);
   trace(vars.answer);
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 06-12-07, 10:31
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

Flep ci siamo...ha restituito 1

Ancora una volta hai colto nel segno!Grazie 1000!

Adesso come implemento per tornare a emailchecker nel Main?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 06-12-07, 10:37
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Adesso nel metodo suckTheForm di Main.as commenti la chiamata a checkTheForm();

Torni nella classe DatabaseCheck e se vars.answer==1 allora chiami:
_fla.checkTheForm();
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 06-12-07, 10:45
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

se tolgo i commenti e attivo le variabili _fla....va in errore
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 06-12-07, 10:48
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Dove, spiegati meglio please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Flash CS3 GuestBook Flep FlepStudio utilities 36 02-01-09 16:06
guestbook premiere Actionscript 3.0 base 5 30-01-08 07:24
Flash Guestbook - knowledge requirements hard_overclocker Flash English 1 14-11-07 13:03
load guestbook Flasher111 HELP free utilities 7 26-09-07 19:40
GuestBook in Flash CS3 - PHP - mySQL e XML Vlizzard AIUTO utilità free 1 25-09-07 18:48


All times are GMT. The time now is 03:24.

Powered by vBulletin version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap