Re: [Flashcoders] ExternalInterface arguments?

2011-11-01 Thread Deepanjan Das
What kind of parameters are you passing and how are you passing? Try to pass strings and it should work. Warm Regards Deepanjan Das W: http://deepanjandas.wordpress.com || Om Manasamarthadata Shri Aniruddhaya Namah || *Think of the environment before printing th

Re: [Flashcoders] ExternalInterface arguments?

2011-11-01 Thread Nathan Mynarcik
Do you have a reference of how you are using it? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] ExternalInterface arguments?

2011-11-01 Thread Kurt Griffin
I'm having a bit of trouble with AS3, ExternalInterface. The function call is working just fine, but the parameter being passed is void. Anyone run into this? TIA, Kurt ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figl

Re: [Flashcoders] ExternalInterface broken? chrome and safari on linux...

2010-05-05 Thread tom rhodes
s >>> Senior Web Developer >>> Minneapolis >>> T 952 346 6610 >>> C 612 377 2272 >>> >>> Weber Shandwick >>> Advocacy starts here. >>> >>> PRWeek Global Agency Report Card 2009 - Gold Medal Winner >>> The Hol

Re: [Flashcoders] ExternalInterface broken? chrome and safari on linux...

2010-05-05 Thread Paul Andrews
day, May 05, 2010 10:26 AM To: flashcoders Subject: [Flashcoders] ExternalInterface broken? chrome and safari on linux... anyone got ExternalInterface calls working in chrome/safari on linux? or know why mine might be failing? they work on everything else seemingly...

Re: [Flashcoders] ExternalInterface broken? chrome and safari on linux...

2010-05-05 Thread tom rhodes
ews Agency of the Year > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto: > flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of tom rhodes > Sent: Wednesday, May 05, 2010 10:26 AM > To: flashcoders > Subject: [Flashcoders] ExternalInterface broken? chrom

Re: [Flashcoders] ExternalInterface broken? chrome and safari on linux...

2010-05-05 Thread Glen Pike
Why would anyone in their right mind want to run Safari on a Linux box :'( On 05/05/2010 16:25, tom rhodes wrote: anyone got ExternalInterface calls working in chrome/safari on linux? or know why mine might be failing? they work on everything else seemingly... tia, tom. _

RE: [Flashcoders] ExternalInterface broken? chrome and safari on linux...

2010-05-05 Thread Mattheis, Erik (MIN - WSW)
: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of tom rhodes Sent: Wednesday, May 05, 2010 10:26 AM To: flashcoders Subject: [Flashcoders] ExternalInterface broken? chrome and safari on linux... anyone got ExternalInterface calls working in chrome

[Flashcoders] ExternalInterface broken? chrome and safari on linux...

2010-05-05 Thread tom rhodes
anyone got ExternalInterface calls working in chrome/safari on linux? or know why mine might be failing? they work on everything else seemingly... tia, tom. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mai

Re: [Flashcoders] ExternalInterface

2009-06-29 Thread Nate Beck
What browsers are you testing in? Also, does the client have some sort of "Ad Blocker"? On Sat, Jun 27, 2009 at 5:57 AM, BOYD SPEER wrote: > I am using ExternalInterface to get the browser to load a .swf into an > iFrame (a menu choice) and it works on all five of my computers here but the > cli

[Flashcoders] ExternalInterface

2009-06-27 Thread BOYD SPEER
I am using ExternalInterface to get the browser to load a .swf into an iFrame (a menu choice) and it works on all five of my computers here but the client sees the .swf in a new AdobeFlashPlayer window... Any ideas what would be caausing this ...? Thanks, _boyd - Original Message - From:

Re: [Flashcoders] ExternalInterface ...

2009-03-28 Thread Anthony Pace
http://www.actionscript.org/resources/articles/745/1/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page1.html This tutorial should be pretty useful. Glen Pike wrote: I also forgot to add that you may need to set the "AllowScriptAccess" variable to "always" in your SWF embedding HTML code

Re: [Flashcoders] ExternalInterface ...

2009-03-28 Thread Glen Pike
I also forgot to add that you may need to set the "AllowScriptAccess" variable to "always" in your SWF embedding HTML code in order to make sure your Flash can talk to the browser... http://www.google.co.uk/search?hl=en&q=allowScriptAccess&btnG=Search&meta= SJF wrote: I have an ExternalInterf

Re: [Flashcoders] ExternalInterface ...

2009-03-28 Thread Glen Pike
Hi, The example here shows how to get your return value from JS into Flash. http://www.adobe.com/devnet/flash/articles/external_interface_05.html The addCallback is used for JS talking to Flash so you can go the other way - http://www.adobe.com/devnet/flash/articles/external_inte

[Flashcoders] ExternalInterface ...

2009-03-28 Thread SJF
I have an ExternalInterface call in my application that looks like this: ExternalInterface.call(BrowserScriptsJS.GET_BROWSER_INFO); -

Re: [Flashcoders] ExternalInterface - callbacks from guest to host application

2008-06-03 Thread Gerrit Grobbelaar
-Original Message- > From: Gerrit Grobbelaar <[EMAIL PROTECTED]> > Sent: Tuesday 03 June 2008 11:43 > To: flashcoders@chattyfig.figleaf.com > CC: > Subject: [Flashcoders] ExternalInterface - callbacks from guest to host application > > > When using the ExternalInterfa

[Flashcoders] ExternalInterface - callbacks from guest to host application

2008-06-03 Thread Gerrit Grobbelaar
When using the ExternalInterface, can the host application be a Flash movie as well? I'm trying to make callbacks from the guest movie (loaded with the loadMovie API) back to the host Flash movie, but no luck mimicking what is done when the host application is HTML/Javascript for example. Any

Re: [Flashcoders] ExternalInterface - exceptions thrown by JavaScript

2007-10-23 Thread Liam Mincy
that makes EI function but it does function for the most part and I've used it on several stable client projects. liam mi- - Original Message From: Pavel Simek <[EMAIL PROTECTED]> To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, September 18, 2007 6:17:41 PM Subject: [Fl

[Flashcoders] ExternalInterface - exceptions thrown by JavaScript

2007-09-20 Thread Pavel Simek
I have noticed an unpleasant behaviour of JS code invoked from Flash via ExternalInterface: If an exception in JS code occurs, it is suppressed. No error messages, thus the JS application is hard to debug. 1) Is there any official explanation of this behaviour available? 2) Is there the complete l

Re: [Flashcoders] ExternalInterface & .Net Question

2007-08-30 Thread Steve Mathews
Hi Ben, I am working on a project where we are doing a lot of C# <-> SWF communication. I am not the person who implemented it, but glancing at the code it seems that we do not use the returntype attribute. You might give that a test. Steve On 8/28/07, Schmidtke, Ben <[EMAIL PROTECTED]> wrote: >

[Flashcoders] ExternalInterface & .Net Question

2007-08-29 Thread Schmidtke, Ben
I'm working with .Net client app wrapping a swf calling functions back and forth on a project. Does anyone have any suggestions on how to get .Net passing parameters into your callback function? I've done it successfully with JavaScript in the browser on other projects, but we have run into a hang-

Re: [Flashcoders] ExternalInterface fails when accessed from vm1 and vm2

2007-08-03 Thread elibol
No, but I've witnessed bizarre behavior. Certain as1/2 coding practices which work fine when embedded in html or run in the IDE appear to break functionality when loaded into an avm2 shell. For example, there was a piece of code for these as1/2 applications I was assigned to modularize that made av

[Flashcoders] ExternalInterface fails when accessed from vm1 and vm2

2007-07-25 Thread Mark Carolin
Hi, Has anyone heard of the ExternalInterface Class failing in an AS3 file after an AS2 file has loaded into it and also uses this object? Cheers, Mark ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] ExternalInterface with multiple swfs

2007-01-29 Thread Sumeet Kumar
30, 2007 5:16 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] ExternalInterface with multiple swfs Yeah, did that but still no dice. - Original Message - From: "Mick G" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, January 29

Re: [Flashcoders] ExternalInterface with multiple swfs

2007-01-29 Thread Thomas Fowler
Yeah, did that but still no dice. - Original Message - From: "Mick G" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, January 29, 2007 5:44 PM Subject: Re: [Flashcoders] ExternalInterface with multiple swfs I've had this working fine - j

Re: [Flashcoders] ExternalInterface with multiple swfs

2007-01-29 Thread Mick G
I've had this working fine - just make sure you use different IDs for each Flash module. On 1/29/07, Thomas Fowler <[EMAIL PROTECTED]> wrote: All- A recent post spurred my memory of an issue I had a while back. Has anyone experienced any issues with having two SEPARATE SWFs in an HTML page (u

[Flashcoders] ExternalInterface with multiple swfs

2007-01-29 Thread Thomas Fowler
All- A recent post spurred my memory of an issue I had a while back. Has anyone experienced any issues with having two SEPARATE SWFs in an HTML page (using SWFObject) calling JavaScript methods via ExternalInterface? I ran into this last November and didn't find a solution. What was happening

Re: [Flashcoders] ExternalInterface class and multiple getURL IE bug

2006-11-06 Thread John VanHorn
is your issue that a getURL call to javascript will overwrite a call made right before it? if so, then yes, you will not have to worry about this with ExternalInterface. it is synchronous. On 11/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi trying t justify use of Flash 8 to make use o

Re: [Flashcoders] ExternalInterface & MySpace (Bug in Flash Player 9)

2006-11-06 Thread Claus Wahlers
I read about a bug with using ExternalInterface with fp9...since this is a bug in an earlier version of fp9, I can't assume all users have upgraded... Has anyone found a workaround or should I scrap using ExternalInterface altogether? ExternalInterface will be of no use if you plan to let

[Flashcoders] ExternalInterface & MySpace (Bug in Flash Player 9)

2006-11-06 Thread moveup
Hi Working on a project for a myspace profileso I can assume that the flashplayer will be 9. I read about a bug with using ExternalInterface with fp9...since this is a bug in an earlier version of fp9, I can't assume all users have upgraded... Has anyone found a workaround or should I scra

[Flashcoders] ExternalInterface class and multiple getURL IE bug

2006-11-06 Thread moveup
Hi trying t justify use of Flash 8 to make use of ExternalInterface class. Does this class eliminate the errors associated with multiple getURL calls in IE? Thanks in advance Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca

Re: [Flashcoders] ExternalInterface and FireFox

2006-10-06 Thread Gustavo Teider - Adobe Flash Developer
INK escreveu: Hi, List! This is totally crazy! Can anyone confirm that ExternalInterface is working in WIN 9,0,16,0 FP and Firefox/1.5.0.7 ? I am trying to execute an example from the manual. It's working OK in IE But nothing happens in FF. According to manual "null" will be returned if the ca

[Flashcoders] ExternalInterface and FireFox

2006-10-06 Thread INK
Hi, List! This is totally crazy! Can anyone confirm that ExternalInterface is working in WIN 9,0,16,0 FP and Firefox/1.5.0.7 ? I am trying to execute an example from the manual. It's working OK in IE But nothing happens in FF. According to manual "null" will be returned if the call failed. I thi

Re: [Flashcoders] ExternalInterface error

2006-09-18 Thread John VanHorn
i forgot one param above: ExternalInterface.call("setTimeout", "alert('some message');", 50); On 9/19/06, John VanHorn <[EMAIL PROTECTED]> wrote: ExternalInterface.call("setTimeout", "alert('some message');"); ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] ExternalInterface error

2006-09-18 Thread John VanHorn
read this tech note: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4b687833 if thats not your problem, then try try calling the alert with a setTimeout. i had a problem a little while back with alert, and calling it with setTimeout solved it. also, in your example, you really dont need

RE: [Flashcoders] ExternalInterface error

2006-09-18 Thread Mendelsohn, Michael
Locally, in the browser, I suppose I should say. It's all sitting on an http server. As long as that seems normal, I'm fine with it, thanks. - MM > Are you testing on a web site with your browser or locally in your browser? Locally you will get warnings/errors due to the new security restric

RE: [Flashcoders] ExternalInterface error

2006-09-18 Thread Merrill, Jason
al Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael >>Sent: Monday, September 18, 2006 11:29 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders] ExternalInterface error >> >>Hi list... >> &

[Flashcoders] ExternalInterface error

2006-09-18 Thread Mendelsohn, Michael
Hi list... [IE6, WinXP, FP9] Why am I getting an error icon in the status bar when I try to do this simple call to javascript? Thanks, - Michael M. In the Flash: / public function loadVideo(theVid, callingLink) { if (ExternalInterface.available) {

Re: [Flashcoders] ExternalInterface, embed tag and IE

2006-08-08 Thread John Dowdell
Vishal Kapur wrote of difficulty in persuading Microsoft Internet Explorer for Windows to accept messages from Adobe Flash Player when the HTML markup IE ate contained only an EMBED tag, no OBJECT: In terms of why I can't use an object tag, I should have clarified that I do not have control over

Re: [Flashcoders] ExternalInterface, embed tag and IE

2006-08-01 Thread Vishal Kapur
I have tried giving the embed tag an id attribute as well, with no change. I guess no one has tried this before? It seems possible that this is a bug/enhancement for the Flash team. In terms of why I can't use an object tag, I should have clarified that I do not have control over the HTML sourc

Re: [Flashcoders] ExternalInterface, embed tag and IE

2006-08-01 Thread Geoff Stearns
the short answer is you probably just need to give the embed tag an Id attribute. the long answer is: why can't you use an object tag? that makes absolutely no sense at all. even more: you should be using a Javascript solution like SWFObject anyway, since that will skip the 'click to acti

[Flashcoders] ExternalInterface, embed tag and IE

2006-07-31 Thread Vishal Kapur
Hello, I am trying to use ExternalInterface on a flash movie loaded via an tag in Internet Explorer. (For specific reasons I do not want to use the tag and I can't use firefox). I have set allowScriptAccess="always" and I have specified the 'name' attribute. However, when I try to call an AS

Re: [Flashcoders] externalInterface Issue

2006-06-14 Thread David Rorex
To: Flashcoders mailing list Subject: RE: [Flashcoders] externalInterface Issue Yeah sending it in chunks is an option but that requires more from the backend. A friend of mine just explained that it probably had to do with Firefox being able to directly communicate with the plugin whi

RE: [Flashcoders] externalInterface Issue

2006-06-13 Thread Lee McColl-Sylvester
Not really, just create an ArrayToString parser function :) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 13 June 2006 15:11 To: Flashcoders mailing list Subject: RE: [Flashcoders] externalInterface Issue Yeah sending it

RE: [Flashcoders] externalInterface Issue

2006-06-13 Thread joakim
al Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 13 June 2006 14:50 > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] externalInterface Issue > > Are there any known limitations when using the ExternalI

RE: [Flashcoders] externalInterface Issue

2006-06-13 Thread Lee McColl-Sylvester
:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 13 June 2006 14:50 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] externalInterface Issue Are there any known limitations when using the ExternalInterface to send large amounts of data. I set up this example and I'm not l

RE: [Flashcoders] externalInterface Issue

2006-06-13 Thread Lee McColl-Sylvester
] Sent: 13 June 2006 14:50 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] externalInterface Issue Are there any known limitations when using the ExternalInterface to send large amounts of data. I set up this example and I'm not liking the result. 1. Code in flash i

[Flashcoders] externalInterface Issue

2006-06-13 Thread joakim
Are there any known limitations when using the ExternalInterface to send large amounts of data. I set up this example and I’m not liking the result. 1. Code in flash import flash.external.ExternalInterface; ExternalInterface.call("receiveData",massiveString); 2. Code on htmlpage function receiv

[Flashcoders] ExternalInterface. How to get called from flash in "xml flavor"?

2006-06-01 Thread Pedro Ruiz de Valdivia Molina
Hi guys, I have seen that ActiveX version of Flash Player issues an event (FlashCall) that describes using xml the function call that the programmer has called with ExternalInterface.call method. That xml has the form : ... However, regarding the NPPlugin version, when you make a "ExternalInterf

Re: [Flashcoders] ExternalInterface

2006-04-20 Thread eric dolecki
http://edolecki.livejournal.com/ I have a nice shortcut for using ExternalInterface there. - e.dolecki On 4/20/06, Jon Robert <[EMAIL PROTECTED]> wrote: > Thanks. I got it working. > > On 4/19/06, Mike Britton <[EMAIL PROTECTED]> wrote: > > > > Sorry about the crappily-formatted code - I'm writi

Re: [Flashcoders] ExternalInterface

2006-04-20 Thread Jon Robert
Thanks. I got it working. On 4/19/06, Mike Britton <[EMAIL PROTECTED]> wrote: > > Sorry about the crappily-formatted code - I'm writing it in GMail! > > FLASH: > > import flash.external.ExternalInterface; > > class blah > { > var instance:Object = new Object(); > // Function alias for Java

RE: [Flashcoders] ExternalInterface

2006-04-19 Thread Ryan Potter
bject: [Flashcoders] ExternalInterface Hi, I'm trying to use the ExternalInterface class to trigger a flash function from javascript. I've checked out some tutorials but can't get it to work. Could someone troubleshoo

Re: [Flashcoders] ExternalInterface

2006-04-19 Thread Mike Britton
Sorry about the crappily-formatted code - I'm writing it in GMail! FLASH: import flash.external.ExternalInterface; class blah { var instance:Object = new Object(); // Function alias for JavaScript var methodName:String = "goToCuePoint"; // Function alias for Actionscript var

[Flashcoders] ExternalInterface

2006-04-19 Thread Jon Robert
Hi, I'm trying to use the ExternalInterface class to trigger a flash function from javascript. I've checked out some tutorials but can't get it to work. Could someone troubleshoot the following code. Thanks in advance, JP ACTIONSCRIPT CODE: /* ++ *