Re: flash-wc

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35062
interpreted = N
texte = I don't know if this is what you want to do exactly, but I set up a VERY simple example of passing variables from Flash to webcat for our advanced Flash classes, as so many students wanted to know how to pass variables to a database. Not sure what you mean about not leaving the flash movie.You can see it at http://www.securityblvd.com/flashmodrecord/framemain.htmlThe flash movie plays in the menu frame at the left. When you click on category 1 or category 2, the variable is passed to webcat which then does the search and returns the results in the right frame. In flash the buttons are scripted with the following:On (Release) Set Variable: category = cat1 Get URL (catlist.html, window=lowerright, vars=POST) End OnAnd of course category is the name of the field in webcat that is being searched.Hope this helps. SallyAt 09:26 AM 7/24/00, you wrote: >hmmm... i don't really know. i have no experience with flash and the >flash guy i worked with has really minimal experience with webcat... >between the two of us, we never got that working. i would love to >know how to do it. > >anyone?? > >- ck > >>thanks to Charles for responding. >>the site looks grate >>i thought about the frameset too. >>my problem is that i waht to do a search and get the results without >>leaving the flash movie. >>according to one of the technotes on the macromedia site this is possible >>and the example they give is based on a ASP script which evaluates >>variables, something that can be easely done with one template with WC >>too. >>Load Variables with action POST wold be the ideal solution for that. >>i assume you are using the getURL action and you link to that hidden page >>that does the rest. >>it seems ilogical that if the action works one way - loading varioables >>FROM a txt file in the movie - and doesn't work the other way around. >> >>thanks >> >>kalin >> >> >> >>On Mon, 24 Jul 2000, Charles Kline wrote: >> >>> hi kalin, >>> >>> we dealt with this kind of issue by using an invisible frame. we have >>> the movie load into a frameset and have one col have a size of 0. >>> >>> then you can pass stuff to this page and do your webcat magic unseen. >>> >>> have a look: http://www.charlotteshop.com - i did all the webcat >>> stuff and a guy names matt did all the flash. i passed your mail to >>> him to see if he had any advise. >>> >>> - charles >>> >>> >>> >hi all >>> >i'm trying to pass some variables from a flash movie to a .tpl or .txt >>> >file using WC. >>> >if i use the flash action getURL everything's fine. but i >>> >don't want to leave the movie and go to another html page. so i tryed the >>> >flash action LoadVariables like this: >>> >On (Release) >>> > >>> > Load Variables (do.tpl, , vars=POST) >>> > >>> >End On >>> > >>> >and it's not doing it. in do.tpl the code is like this: >>> > >>> > >>> > >>> >[name_of_the_variable] >>> > >>> >does anybody done that? >>> > >>> >i've tryed do.txt too. >>> >when i load variables FROM a .txt file it works fine. >>> > >>> >thanks >>> > >>> > >>> >kalin >>> > >>> > >>> > >>> >------------------------------------------------------------- >>> >This message is sent to you because you are subscribed to >>> > the mailing list . >>> >To unsubscribe, E-mail to: >>> >To switch to the DIGEST mode, E-mail to >>> > >>> >Web Archive of this list is at: http://search.smithmicro.com/ >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://search.smithmicro.com/ >>> >> >> >>------------------------------------------------------------- >>This message is sent to you because you are subscribed to >> the mailing list . >>To unsubscribe, E-mail to: >>To switch to the DIGEST mode, E-mail to >> >>Web Archive of this list is at: http://search.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to >Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: flash-wc (Kalin Mintchev 2000)
  2. Re: flash-wc (Sally 2000)
  3. Re: flash-wc (Rob Marquardt 2000)
  4. Re: flash-wc (Charles Kline 2000)
  5. Re: flash-wc (Kalin Mintchev 2000)
  6. Re: flash-wc (Charles Kline 2000)
  7. flash-wc (Kalin Mintchev 2000)
I don't know if this is what you want to do exactly, but I set up a VERY simple example of passing variables from Flash to webcat for our advanced Flash classes, as so many students wanted to know how to pass variables to a database. Not sure what you mean about not leaving the flash movie.You can see it at http://www.securityblvd.com/flashmodrecord/framemain.htmlThe flash movie plays in the menu frame at the left. When you click on category 1 or category 2, the variable is passed to webcat which then does the search and returns the results in the right frame. In flash the buttons are scripted with the following:On (Release) Set Variable: category = cat1 Get URL (catlist.html, window=lowerright, vars=POST) End OnAnd of course category is the name of the field in webcat that is being searched.Hope this helps. SallyAt 09:26 AM 7/24/00, you wrote: >hmmm... i don't really know. i have no experience with flash and the >flash guy i worked with has really minimal experience with webcat... >between the two of us, we never got that working. i would love to >know how to do it. > >anyone?? > >- ck > >>thanks to Charles for responding. >>the site looks grate >>i thought about the frameset too. >>my problem is that i waht to do a search and get the results without >>leaving the flash movie. >>according to one of the technotes on the macromedia site this is possible >>and the example they give is based on a ASP script which evaluates >>variables, something that can be easely done with one template with WC >>too. >>Load Variables with action POST wold be the ideal solution for that. >>i assume you are using the getURL action and you link to that hidden page >>that does the rest. >>it seems ilogical that if the action works one way - loading varioables >>FROM a txt file in the movie - and doesn't work the other way around. >> >>thanks >> >>kalin >> >> >> >>On Mon, 24 Jul 2000, Charles Kline wrote: >> >>> hi kalin, >>> >>> we dealt with this kind of issue by using an invisible frame. we have >>> the movie load into a frameset and have one col have a size of 0. >>> >>> then you can pass stuff to this page and do your webcat magic unseen. >>> >>> have a look: http://www.charlotteshop.com - i did all the webcat >>> stuff and a guy names matt did all the flash. i passed your mail to >>> him to see if he had any advise. >>> >>> - charles >>> >>> >>> >hi all >>> >i'm trying to pass some variables from a flash movie to a .tpl or .txt >>> >file using WC. >>> >if i use the flash action getURL everything's fine. but i >>> >don't want to leave the movie and go to another html page. so i tryed the >>> >flash action LoadVariables like this: >>> >On (Release) >>> > >>> > Load Variables (do.tpl, , vars=POST) >>> > >>> >End On >>> > >>> >and it's not doing it. in do.tpl the code is like this: >>> > >>> > >>> > >>> >[name_of_the_variable] >>> > >>> >does anybody done that? >>> > >>> >i've tryed do.txt too. >>> >when i load variables FROM a .txt file it works fine. >>> > >>> >thanks >>> > >>> > >>> >kalin >>> > >>> > >>> > >>> >------------------------------------------------------------- >>> >This message is sent to you because you are subscribed to >>> > the mailing list . >>> >To unsubscribe, E-mail to: >>> >To switch to the DIGEST mode, E-mail to >>> > >>> >Web Archive of this list is at: http://search.smithmicro.com/ >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://search.smithmicro.com/ >>> >> >> >>------------------------------------------------------------- >>This message is sent to you because you are subscribed to >> the mailing list . >>To unsubscribe, E-mail to: >>To switch to the DIGEST mode, E-mail to >> >>Web Archive of this list is at: http://search.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to >Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Sally

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Re:WebCatalog/WebMerchant III (1998) problems with 2 tags (1997) RE: Languages (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Return records from another (1997) MacOS9 plugin 4.0.2b5 template security error (2000) Execute Applescript (1997) RAM variables (1997) BGcolor (1997) [WebDNA] Help with work-around format date (2013) Re:Merging databases (1997) Windows 95/NT tip of the month (1998) Need help (1998) MacWEEK article help needed (1996) tabs as delimiters (2004) Using Applescript to process WebCatalog functions (1998) Re:2nd WebCatalog2 Feature Request (1996) TCPConnect / TCPSend to Solaris NN Enterprise (2002) E-Mailer (WebCatb15acgiMac) (1997) Template transformed itself into a database? (1998)