Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
permit Flash to talk to Javascript...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  17 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Colin Holgate  
View profile  
 More options Aug 7 2012, 2:04 pm
From: Colin Holgate <co...@verizon.net>
Date: Tue, 07 Aug 2012 14:04:00 -0400
Subject: permit Flash to talk to Javascript...
If I'm doing local testing of a swf that talks to Javascript in the page HTML, how can I give the Flash plugin permission to do that? It used to be that there was a list of sites that you could add your local file to, and then it wouldn't complain. But, these days Flash stores settings in the OSX System Preferences, and I can't figure out how to tell it that I trust my local test file.

Any ideas where I would do that now?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcelo Duende  
View profile  
 More options Aug 7 2012, 2:06 pm
From: Marcelo Duende <marcelo.due...@gmail.com>
Date: Tue, 7 Aug 2012 11:06:22 -0700
Local: Tues, Aug 7 2012 2:06 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

I had the same problem last week, what I did was to put all the project's
content into my local webserver and run through local host. If you install
the MAMP you should be fine.

--
Regards

Marcelo Duende
Creative Developer
marceloduende.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fil  
View profile  
 More options Aug 7 2012, 2:06 pm
From: Fil <bitl...@gmail.com>
Date: Tue, 7 Aug 2012 14:06:52 -0400
Local: Tues, Aug 7 2012 2:06 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

if you're in lion, it's hiding the scrollbar in the flash pref pane from
you, where you can add your locations.

just go to the pane and scroll down.

--

FB`


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross P. Sclafani  
View profile  
 More options Aug 7 2012, 2:10 pm
From: "Ross P. Sclafani" <ross.sclaf...@gmail.com>
Date: Tue, 7 Aug 2012 14:10:49 -0400
Local: Tues, Aug 7 2012 2:10 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...
in your HTML object tags:

<param name="AllowScriptAccess" value="Always"/>

On Aug 7, 2012, at 2:04 PM, Colin Holgate <co...@verizon.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fil  
View profile  
 More options Aug 7 2012, 2:13 pm
From: Fil <bitl...@gmail.com>
Date: Tue, 7 Aug 2012 14:13:50 -0400
Local: Tues, Aug 7 2012 2:13 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

this drove me totally nuts when i gort my last new machine:

http://twitter.com/TeofenGL/status/116624978018971648

On Tue, Aug 7, 2012 at 2:10 PM, Ross P. Sclafani <ross.sclaf...@gmail.com>wrote:

--

FB`


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin Holgate  
View profile   Translate to Translated (View Original)
 More options Aug 7 2012, 2:28 pm
From: Colin Holgate <co...@verizon.net>
Date: Tue, 07 Aug 2012 14:28:53 -0400
Local: Tues, Aug 7 2012 2:28 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

Thanks. I'm on Mountain Lion, but it is the same basic issue, and I was able to add the location after scrolling down.

Ross, I didn't mention it, but the same page works fine when it's online, I do already have allowsscriptaccess="always"

On Aug 7, 2012, at 2:06 PM, Fil <bitl...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Trevino Jarrett  
View profile   Translate to Translated (View Original)
 More options Aug 7 2012, 5:49 pm
From: Trevino Jarrett <genob...@genobaby.com>
Date: Tue, 07 Aug 2012 14:49:15 -0700
Local: Tues, Aug 7 2012 5:49 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...
This may or may not be a solution but I just recently had an issue using
ExternalInterface where I was able to call JS functions from Flash but
NOT call ActionScript functions from JS. I kept getting that the flash
function didn't exist. I finally figured out a solution. It turned out
that it was the embed code hat Flash generates when you hit publish. I
changed to the old school method of embedding and I was able to
communicate back and forth without a problem. Not sure if this is a
similar issue.

- Trevino

On 8/7/12 11:04 AM, Colin Holgate wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross Sclafani  
View profile  
 More options Aug 7 2012, 5:44 pm
From: Ross Sclafani <ross.sclaf...@gmail.com>
Date: Tue, 7 Aug 2012 17:44:59 -0400
Local: Tues, Aug 7 2012 5:44 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...
I've found that having your SWF report to JS that it is done adding callbacks can be crucial in avoiding attempts to call methods on the SWF before they are exposed.

Ross P. Sclafani
Design | Technology | Creative
http://www.neuromantic.com
http://ross.sclafani.net
http://www.twitter.com/rosssclafani
347.204.5714

On Aug 7, 2012, at 5:49 PM, Trevino Jarrett <genob...@genobaby.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ross P. Sclafani  
View profile  
 More options Aug 8 2012, 10:41 am
From: "Ross P. Sclafani" <ross.sclaf...@gmail.com>
Date: Wed, 8 Aug 2012 10:41:16 -0400
Local: Wed, Aug 8 2012 10:41 am
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

I have to second MAMP (or other Web server configuration) on this. serving the SWF and HTML over http: to your browser will teach you more about the app you're testing, unless you expect your users to be reaching it via file: protocol, anyway.

On Aug 7, 2012, at 2:28 PM, Colin Holgate <co...@verizon.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thaylin Burns  
View profile  
 More options Aug 8 2012, 4:42 pm
From: Thaylin Burns <thayli...@gmail.com>
Date: Wed, 8 Aug 2012 16:42:32 -0400
Local: Wed, Aug 8 2012 4:42 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

I've just completely abandoned the use of localhost and use Charles instead
to map stuff. This gets around any issues with local sandbox security. You
can just set any site as your testing site and just map the whole site
folder to your local folder. Soooo much easier.

Thaylin Burns
http://www.thaylin.info/blog

"Common sense is a sense that common man does not seem to have." -me

On Wed, Aug 8, 2012 at 10:41 AM, Ross P. Sclafani
<ross.sclaf...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Third Floor Tenant  
View profile  
 More options Aug 8 2012, 4:49 pm
From: Third Floor Tenant <3flten...@gmail.com>
Date: Wed, 8 Aug 2012 16:49:06 -0400
Local: Wed, Aug 8 2012 4:49 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

sorry if this was already mentioned but are you looking for this?
http://www.macromedia.com/support/documentation/en/flashplayer/help/s...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Newen Fara  
View profile  
 More options Aug 10 2012, 5:00 pm
From: Newen Fara <00ne...@gmail.com>
Date: Fri, 10 Aug 2012 16:00:36 -0500
Local: Fri, Aug 10 2012 5:00 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

@Thaylin...  what is Charles?

On Wed, Aug 8, 2012 at 3:49 PM, Third Floor Tenant <3flten...@gmail.com>wrote:

--
Newen, the guy with blue hair.
www.vrolfak.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Trevino Jarrett  
View profile  
 More options Aug 10 2012, 8:00 pm
From: Trevino Jarrett <genob...@genobaby.com>
Date: Fri, 10 Aug 2012 17:00:43 -0700
Local: Fri, Aug 10 2012 8:00 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

http://www.charlesproxy.com/

- GenoBaby

On 8/10/12 2:00 PM, Newen Fara wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ali Tan Ucer  
View profile  
 More options Aug 10 2012, 5:02 pm
From: Ali Tan Ucer <alitanu...@gmail.com>
Date: Fri, 10 Aug 2012 17:02:35 -0400
Local: Fri, Aug 10 2012 5:02 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

That is a young guy who is watching your packets and interpret them while
you are surfing :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin Holgate  
View profile  
 More options Aug 10 2012, 5:56 pm
From: Colin Holgate <co...@verizon.net>
Date: Fri, 10 Aug 2012 17:56:01 -0400
Local: Fri, Aug 10 2012 5:56 pm
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

Amongst the many good things it does is Map Local. Suppose you have to update a swf on your client's site, and to test it you need the swf to be in amongst all the other files. But, you wouldn't want to put it onto the live site, it might break everything. So, in Charles you can set it up to use your local swf in place of the one on the live site. That way you can really test the changes as if they were fully deployed, without uploading the swf to the server.

On Aug 10, 2012, at 5:02 PM, Ali Tan Ucer <alitanu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh J  
View profile  
 More options Aug 11 2012, 8:58 am
From: Josh J <jjancou...@gmail.com>
Date: Sat, 11 Aug 2012 05:58:02 -0700 (PDT)
Local: Sat, Aug 11 2012 8:58 am
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

Charles could be an intetesting meeting topic.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin Holgate  
View profile  
 More options Aug 11 2012, 11:44 am
From: Colin Holgate <co...@verizon.net>
Date: Sat, 11 Aug 2012 11:44:44 -0400
Local: Sat, Aug 11 2012 11:44 am
Subject: Re: [FlashCodersNY] permit Flash to talk to Javascript...

A couple of years ago we had a meeting where we looked at various such tools. I showed Charles that time. Maybe we could do a similar meeting again. I don't think you could fill a whole meeting just on Charles' features.

On Aug 11, 2012, at 8:58 AM, Josh J <jjancou...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »