Weird because I used to do it that way all the time. 

 Jason Merrill
 Instructional Technology Architect II
 Bank of America  Global Learning 





_______________________

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Kerry Thompson
Sent: Monday, April 30, 2012 8:00 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Accessing FlashVars

Thanks, Karina and Jason.

Jason, I've traced out the url, and it's not in that. For the time being, I'm 
running locally, and the URL just points to the swf.

Karina, I've tried it the way you suggest, with no luck. I've looked at 
loaderInfo.parameters in the debugger, in the constructor, and parameters is an 
object, but it has no properties. It should have at least one parameter--I'm 
declaring 5 parameters in the HTML, but it's showing none of them. I'm 
wondering if the problem has to do with the object's parameters, and not 
specifically FlashVars.

Cordially,

Kerry Thompson

On Mon, Apr 30, 2012 at 7:27 PM, Karina Steffens <kar...@neo-archaic.net>wrote:

> Hey Kerry,
>
> I think it's because you assigned the event to loaderinfo - not the 
> Main class instance, and then you're asking for the loaderinfo's 
> loaderinfo, when it's the Main's loaderinfo that you need.
>
> Also I don't think you need any event at all. You should be able to 
> access the flashvars from the Main function's constructor 
> (loaderinfo.parameters)
>
> Cheers,
>
> Karina
>
> On 30 Apr 2012, at 23:46, Kerry Thompson <al...@cyberiantiger.biz> wrote:
>
> > Flash Builder 4 AS3 project, Windows 7, Firefox 12.0.
> >
> > I can't access the FlashVars in the HTML file. I've been working on 
> > this all day, and it's driving me crazy (crazier). Do you see 
> > anything in the following code?
> >
> > In the constructor of my default AS3 file, I have this:
> >
> >   this.loaderInfo.addEventListener(Event.COMPLETE, init);
> >
> > and in the init() function:
> >
> >            var flashVars:Object;
> >
> >            flashVars = this.loaderInfo.parameters;
> >
> > When I look at it in the debugger, flashVars is an object, but it 
> > has no parameters. The relevant HTML is pretty straightforward:
> >
> >            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> > width="100%" height="100%" id="RMK_Beta">
> >                <param name="movie" value="RMK_Beta.swf" />
> >                <param name=FlashVars value="appUrl=test" />
> >                <param name="quality" value="high" />
> >                <param name="bgcolor" value="#ffffff" />
> >                <param name="allowScriptAccess" value="sameDomain" />
> >                <param name="allowFullScreen" value="true" />
> >                <!--[if !IE]>-->
> >                <object type="application/x-shockwave-flash"
> > data="RMK_Beta.swf" width="100%" height="100%">
> >                           <param name=FlashVars value="appUrl=test"
> > />
> >                    <param name="quality" value="high" />
> >                    <param name="bgcolor" value="#ffffff" />
> >                    <param name="allowScriptAccess" value="sameDomain" />
> >                    <param name="allowFullScreen" value="true" />
> >                <!--<![endif]-->
> >                <!--[if gte IE 6]>-->
> >                    <p>
> >                        Either scripts and active content are not
> permitted
> > to run or Adobe Flash Player version
> >                        10.0.0 or greater is not installed.
> >                    </p>
> >                <!--<![endif]-->
> >                    <a href="http://www.adobe.com/go/getflashplayer";>
> >                        <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>
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

----------------------------------------------------------------------
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to