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 Articoli e tutorials category; Sembra ci sia qualche oggetto al quale ti riferisci che Flash non trova, che è null...


Go Back   Forum Flash CS3 Flash CS4 > Flash CS3 e Actionscript 3.0 > Articoli e tutorials > Utilità di FlepStudio

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #91 (permalink)  
Old 07-12-07, 08:50
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,446
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Sembra ci sia qualche oggetto al quale ti riferisci che Flash non trova, che è null
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #92 (permalink)  
Old 07-12-07, 10:02
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

Sembra essere propio il
Quote:
_fla.checkTheMail()
il resto l'ho ridotto ai minimi com puoi vedere:

Quote:
private function completato(e:Event):void
{

//var loader:URLLoader=URLLoader();
var vars:URLVariables=new URLVariables(e.target.data);
//var ris:Number=vars.answer.toString;
if (vars.answer==0){
_fla.checkTheForm();

}
else{
trace(vars.answer);
}
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #93 (permalink)  
Old 07-12-07, 10:43
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,446
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

prova nella funzione checktheform a commentare tuto, scrivi un trace('ok'); e guarda se hai errori
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #94 (permalink)  
Old 07-12-07, 14:01
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

Fatto! errore persiste allora non è nella funzione checkTheForm...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

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

adeso commenta anche inviaDati(); nella classe databasecheck sempre mantenendo nella Main la chiamata a databasecheck e guarda se ricevi errori.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #96 (permalink)  
Old 08-12-07, 12:33
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

ciao Flep, innanzitutto ringrazio nuovamente per l'immensa pazienza che hai!
allora,ho commentato come da tue indicazioni...niente errori!
alloraho commentato il metodo completato...niente errori
allora ho ccommentato riga per riga il metodo completato ...niente errori
ma, se il tolgo il commento a _fla.checkTheForm(); ecco l'errore

Quote:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at DatabaseCheck/completato()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio n()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #97 (permalink)  
Old 08-12-07, 12:45
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,446
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Main.as è la Document Class del FLA giusto ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #98 (permalink)  
Old 08-12-07, 13:13
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

Si certo.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #99 (permalink)  
Old 08-12-07, 13:16
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,446
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

Non so più che dire...

Prova ad allegare i files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #100 (permalink)  
Old 08-12-07, 15:47
Member
 
Join Date: Sep 2007
Posts: 71
Rep Power: 2
Vlizzard is on a distinguished road
Re: Flash CS3 GuestBook

Senti flep ho provato a cambiare l'ordine delle cose e ssembra che funziona!

ovvero...nel Main.as nella funzione sucktheform ho lasciato il controllo email originale.
in checktheform dopo che il controllo di tutti i campi è favorevole, faccio partire il controllo Databasecheck.as mandando già tutti i valori...efinalmente dopo, il controllo nel database utenti registrati, faccio partire sendmessage stesso da Databasecheck.as.

funziona però non ho come di visualizzare messaggi in caso di utente non registrato (che non è un vero problema) ,ma ho un errore perché non ricarica il flash dopo la fine del processo.

spero essere stato abbastanza chiaro...
Allego i file
Attached Files
File Type: as Main.as (9.5 KB, 4 views)
File Type: as SendTheMessage.as (2.6 KB, 5 views)
File Type: as DatabaseCheck.as (2.4 KB, 4 views)

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 31 07-11-08 11:20
guestbook premiere Actionscript 3.0 base 5 30-01-08 07:24
Flash Guestbook - knowledge requirements hard_overclocker Flash CS3 eng 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 20:37.


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


FlepStudio
by Filippo Lughi
P.IVA 03605860406