A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Flash Form Builder embed in Swishmax 2007 help !!!

  1. #1
    Junior Member
    Join Date
    Sep 2008
    Posts
    5

    Flash Form Builder embed in Swishmax 2007 help !!!

    Hey everyone.

    Im using SWiSHMAX 1 (2007) and I'm trying to load into container as load movie .swf file which is operated and works perfectly in web browser. When i open .swf file in stand alone player it says:

    "Cannot find your XML file.
    You need to upload it for" ..

    I know it will work in web browser because they have mentioned .XML path.

    The problem is I don't know where and how should i call .xml file into swish along with the load movie function.

    I'm into a big trouble. Need to get it work as soon as.

    Thank you in advance. !!!!

    Regards

    .::PJ::.

  2. #2
    Junior Member
    Join Date
    Sep 2008
    Posts
    5
    I get to work loading xml along with the swf

    Actionscript Code:
    on (release) {
        load.loadMovie("contact.swf");
        xmlfile="contact.xml";
    }

    Now the external .swf form doesn't work properly.. when I press button it say's "Submitting" and whole form gets freeze and doesn't open contact.php file Any clue ???

  3. #3
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700

  4. #4
    Junior Member
    Join Date
    Sep 2008
    Posts
    5
    Quote Originally Posted by wolfgross View Post
    Hi Wolf,

    Thanks for the reply. I know that I can make a form like that. But can we make "ComboBox", "Tick Box" and "File Uploading" (BROWSE FILE FUNCTION) in Swish form with php code? Please guide thanks.

  5. #5
    Junior Member
    Join Date
    Jun 2010
    Posts
    1
    I think it will better to upload your flash form to web browser through php form.

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