A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: inset a fill in form in javascript in flashMX

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Location
    Belgium
    Posts
    26

    inset a fill in form in javascript in flashMX

    Hi everybody,

    Is it possible to insert a fill in form made in javascript into a .swf
    file? If yes, then how can I center it in my frame? If no, then I presume there is an existing tutorial talking about it in flash but I didn't find it. Can anyone help me about it?

    I thank you in advance
    Clay2n

  2. #2
    Retired SCORM Guru PAlexC's Avatar
    Join Date
    Nov 2000
    Location
    NJ
    Posts
    1,387
    Yes, you can take data from Javascript and send it to Flash and vice-versa.

    This will get you started:

    http://www.macromedia.com/support/fl...tingwithflash/

    After you've got that down, it's as simple as taking your form data and plugging it into the Flash Methods.

    setVariable(mymovie.variable,document.form.formele ment.value);
    "What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
    ...and now I have tape all over my face.

  3. #3
    Junior Member
    Join Date
    Sep 2003
    Location
    Belgium
    Posts
    26
    thanks, I'll check that out

  4. #4
    Junior Member
    Join Date
    Sep 2003
    Location
    Belgium
    Posts
    26
    "...Flash scripting requires Netscape Navigator 3.0 and above (LiveConnect and Java-enabled; Windows 95/98/NT/2000 or MacOS) or Internet Explorer 3.0 and above (ActiveX enabled; Windows 95/98/NT/2000 only)."

    Does this mean it wont work on winXP? because if it doesnt I should better do it with the flash components!

  5. #5
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Look thru the Form downloads here:

    http://www.flashkit.com/movies/Inter...orms/index.php

    There are a large number of them, from simple no script forms that send mail, to asp based, php/cgi/ based and jsp. I've test about 8 of them, all in cgi or php, and they work really well. The down side is the only thing I have that will edit php is Dreamweaver. I don't know what else can do it. I know Notepad won't touch it.

  6. #6
    Junior Member
    Join Date
    Sep 2003
    Location
    Belgium
    Posts
    26
    thanks 4 the tip iaskwhy,
    I tried many things since I posted last thread and maybe ( I think ) the easiest thing, would be to simply load a simple script with the fill in form in flash...I dont know...
    thx
    clay2n

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