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

  • SEARCH
  • Home
  • 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 8666863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:50:07+00:00 2026-06-12T17:50:07+00:00

I have a url like this www.website.com?fname=Peter and I have a Dynamic Text field

  • 0

I have a url like this

www.website.com?fname=Peter

and I have a Dynamic Text field as fnameurl in my Flash movie and want to show Peter in the Dynamic Text field once its opened on a browser. How can I grab the url Parameters and display it on the browser?

Thanks

  • 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-06-12T17:50:08+00:00Added an answer on June 12, 2026 at 5:50 pm

    The most straight forward way would be to use the FlashVars parameter. It is defined via an HTML param tag like this:

    <param name='flashvars' value='name=value&amp;name2=value2' />
    

    The value must be formatted as a URL query string. The indiviual key/value pairs will be made available in the root of the SWF movie. In AS2 you can simply access them using _root:

    _root.name
    _root.name2
    

    In AS3 these values are available via LoaderInfo.parameters:

    root.loaderInfo.parameters.name
    root.loaderInfo.parameters.name2
    

    Long story short, you could do it like this in PHP:

    <param name='flashvars' value='fname=<?php echo urlencode($_GET['fname']); ?>' />
    

    and then in AS:

    fnameurl.text = _root.fname;
    
    // or
    
    fnameurl.text = root.loaderInfo.parameters.fname;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently i have url parameters like this http://www.website.com/index.php?user&page=edit And in index.php i have set
I have a url of a website. It looks something like this: http://www.example.com/downloads/file/4789/download ?
I have a url like this - www.example.com/blog.php/username, it will take you to the
For instance, I have a url like this : www.mysite.com/my_app.html How do I pass
I have an url like this: http://www.w3schools.com/PHP/func_string_str_split.asp I want to split that url to
I have a url string like this: http://www.google.com/cse?cx=017840637368510444960:ny1lmky7r-0&client=google-csbe&output=xml_no_dtd&q=simon+g I need to send this url
I have URL scheme for my blog like this: http://www.example.com/%YEAR%/%MONTH%/%CATEGORY%/%POST_TITLE%/ Now i want to
i would like a simple help... i have a url like this: example.com/profile.php?id= &
This is the code I'm putting on my website: <iframe src=http://www.facebook.com/plugins/like.php?app_id=5766773068&amp;href&amp;send=false&amp;layout=standard&amp;width=47&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=35 scrolling=no frameborder=0 style=border:none;
I have an xml file called index.xml this is in my website here: www.mywebsite.com/siteregistry/index.xml

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.