Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7606669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:28:04+00:00 2026-05-31T00:28:04+00:00

I’m trying to find out if a Flash application can create a POST request,

  • 0

I’m trying to find out if a Flash application can create a POST request, where some of the names of the posted items include the “.” character?

The background:

I’m working with someone who is writing a Flash application that has to POST data to the server. I’m working on the web application which receives and saves the data. As such, I know little about the inner workings of Flash myself.

To allow automated data-binding at the server (within Microsoft MVC), I want the names of the POST items to use a particular naming convention. So if I want to receive the results of two tests, I would like the POST items to use the names:

Tests[0].Score
Tests[0].Passed

Tests[1].Score
Tests[1].Passed

If this data was being submitted from a plain-old HTML form, this would be something like:

<input id="Areas_0__Score" name="Tests[0].Score" type="text" value="70" />
<input id="Areas_0__Passed" name="Tests[0].Passed" type="text" value="true" />

However, the developer says that when constructing a POST request within Flash, any items with a “.” in the name are ignored, and not included in the POST request.

Is this a known limitation of Flash, or should it be possible to include a “.” in the POST item names, as I would like?

Thanks for in advance for any ideas.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T00:28:05+00:00Added an answer on May 31, 2026 at 12:28 am

    The AS3 URLVariables object used to create the post variables is a object. With falsh’s syntax, something like foo.bar would mean bar is a descendent/child/property of the foo object. URLVariables are, ultimately, objects also, thus something like Tests[0].Score is not the a valid name for an object. See this example: URLVariables examples

    Especially:

    var variables:URLVariables = new URLVariables();
    variables.exampleSessionId = new Date().getTime();
    

    Makeing a variable like you suggest would not work because of this dot syntax used for object properties/descendants:

    variables.Tests[0].Score would, to Flash, mean something like: The variables object has a property called Test[0], which has a property called Score – which makes no sense/is faulty actionscript. As Flash converts the URLVariables object with its attributes into the actual HTTP post, it fails when the attributes have attributes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create an if statement in PHP that prevents a single post
Basically, what I'm trying to create is a page of div tags, each has
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I am trying to understand how to use SyndicationItem to display feed which is
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am trying to render a haml file in a javascript response like so:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.