A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Polls in 3D Flash?

  1. #1
    Senior Member
    Join Date
    Mar 2002
    Posts
    100
    Is it possible to make Polls in 3D Flash?

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Originally posted by Wheeljack
    Is it possible to make Polls in 3D Flash?

    yeah!

  3. #3
    Senior Member
    Join Date
    Mar 2002
    Posts
    100
    Well...is there a tutoral on how to do so? lol

  4. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    complicated

    Originally posted by Wheeljack
    Well...is there a tutoral on how to do so? lol
    Not yet. I'm working on a guestbook one that should help.

    Basically you have to interact with your server using a server side scripting. Having 3dfa send variables to the server is easy. Something like a poll would be very easy.

    Have a set of radio buttons and and submit button that sends the variables to the server.

    The hard part is you will need to understand a scripting languge like ASP, PHP, Coldfusion, Perl or the like.

    I use PHP it's free and widely used on Unix and Win servers.

    The guestbook I'm doing is soley for example purposes I think doing it as HTML is a better idea in the long run but for someone trying to do an eniterly flash site it would be useful.

    Do a forum search for Variables there are several threads about doing this part.


  5. #5
    Member
    Join Date
    Feb 2002
    Posts
    71

    perl vs. PHP

    Bret, are perl/cgi and PHP similar? I have a book recently purchased (Elizabeth Castro Visual Quickstart Guide to Perl) which is really good, and I'm gradually learning about Perl. Of course, all i need to code it is a text editor - are there any advantages to PHP? Is it a steep learning curve?
    Thanks!
    Jon E.

  6. #6
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    Re: perl vs. PHP

    Originally posted by JDE
    Bret, are perl/cgi and PHP similar? I have a book recently purchased (Elizabeth Castro Visual Quickstart Guide to Perl) which is really good, and I'm gradually learning about Perl. Of course, all i need to code it is a text editor - are there any advantages to PHP? Is it a steep learning curve?
    Thanks!
    Jon E.
    PHP is WAY easier to learn than Perl. It was desinged to do just server scripting and so you don't have the overhead of Perl. Perl can do SO much more that you don't need.

    PHP has numerous builtin functions for working with things like MySql databases in Perl you have to build everythng from scratch mostly

  7. #7
    Senior Member
    Join Date
    Mar 2002
    Posts
    100
    Hm, do you have any sites that help teach people this scripting or?

  8. #8
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Originally posted by Wheeljack
    Hm, do you have any sites that help teach people this scripting or?
    http://www.php.net/tut.php
    http://www.php.net/

    http://www.phpbuilder.com

    books:
    Advanced PHP Visual Quickstart
    http://www.amazon.com/exec/obidos/AS...972/bretsplace

    PHP for the world wide web
    http://www.amazon.com/exec/obidos/AS...870/bretsplace
    Visual Quickstart

    Build your own database driven website
    with PHP and MySql
    http://www.amazon.com/exec/obidos/AS...802/bretsplace


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center