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 4616572
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:00:01+00:00 2026-05-22T02:00:01+00:00

I want to pass some image names and numbers as string to my flash,

  • 0

I want to pass some image names and numbers as string to my flash, so in html file I have :

src="imgvid-00.swf?imageData=image00/00.gif,3,image00/01.gif,6,image00/02.gif,10"

in flash swf I have a class like this:

package src{
    import flash.display.*;
    import flash....

    public class imgvid extends MovieClip {
        public var dataBANK:Array = new Array();        

        public function imgvid():void {
            //put all var in Array dataBANK     
        }
    }
}

How I do this?
I try :
public var paramObj = this.loaderInfo.parameters;
but that does not work …

  • 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-22T02:00:02+00:00Added an answer on May 22, 2026 at 2:00 am

    You need to pass paramters in as flashvars. query parameters are not passed into flash in the way you have in your example. Read up about flashvars here:

    http://kb2.adobe.com/cps/164/tn_16417.html

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="myFlashMovie" align="middle">
        <param name="movie" value="myFlashMovie.swf" />
        <param name=FlashVars value="myVariable=Hello%20World&mySecondVariable=Goodbye">
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="myFlashMovie.swf" width="550" height="400">
            <param name="movie" value="myFlashMovie.swf" />
            <param name=FlashVars value="myVariable=Hello%20World&mySecondVariable=Goodbye">
        <!--<![endif]-->
            <a href="http://www.adobe.com/go/getflash">
                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
            </a>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
    </object>
    

    using swf object to do all this makes it easier than doing it manually as above

    http://code.google.com/p/swfobject/

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

Sidebar

Related Questions

Have some data in a sybase image type column that I want to use
I want to pass some arguments to the my Javascript template in Rails3 application
I want to pass some values from my Game extends Activity to Screen extends
I am writing an android app. I want to pass some data across the
I'm playing with the flickr api and php. I want to pass some information
I want to pass around some values in an array that will always be
I want to pass an uninitialized object pointer to some method. Within that method
I want to pass '#' to the query string like ?page.aspx?someParam=1234#5 .
I have some image processing Java code in Android that acts upon two large
I have a base-class called Element. Some other classes (like Label and Image) both

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.