Re: Can't Debug From Flash Builder

2017-08-14 Thread Yishay Weiss
Josh Tynjala wrote > As a workaround, you can run a local server for debugging so that it loads > from the "network" instead of from the file system. That's what I ended up doing. Thanks. -- View this message in context:

Re: Flex SDK Installation Problem

2017-08-14 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Flex SDK Installation Problem

2017-08-14 Thread danieljsummers
I've tried multiple combinations: Flex 4.16 Air 25 Flex 4.16 Air 26 Flex 4.16 Air 27beta ... All of them fail to install and it seems like the root problem is the unavailability of the playerglobal[].swc >From Log: Installing Adobe Flash Player playerglobal.swc from:

Re: Can't Debug From Flash Builder

2017-08-14 Thread Josh Tynjala
This may or may not be related to your issue, but I figured I'd mention it. Since Flash Player 23, local-with-file-system permissions have been restricted. These file system permissions used to be applied when you use the -use-network=false compiler option. Now, you're required to use

Re: Can't Debug From Flash Builder

2017-08-14 Thread Yishay Weiss
Well, when I install the 32 bit FF version I can see the (debug version) suffix. The main problem right now is that local swf files aren't playing with the debug version of flash on firefox. Files served from a server seem to be ok. Chrome with debug version is serving the local files but it

Re: failed to run installer 3.2 on my Mac OS Sierra

2017-08-14 Thread danieljsummers
This is also another option https://www.youtube.com/watch?v=gTPCHzxhDcE He shows how to enable the install from anywhere -- View this message in context: http://apache-flex-users.246.n4.nabble.com/failed-to-run-installer-3-2-on-my-Mac-OS-Sierra-tp14607p15741.html Sent from the Apache

Re: failed to run installer 3.2 on my Mac OS Sierra

2017-08-14 Thread danieljsummers
It's a little annoying, but I was able to get it to load by going into the installation path /Applications/Apache Flex/ Then right-clicking > Show Package Contents Then navigate to the executable and it will load: /Contents/MacOS/Apache Flex SDK Installer -- View this message in

Re: Can't Debug From Flash Builder

2017-08-14 Thread Clint M
Here's what mine says in Firefox. YOUR SYSTEM INFORMATION Your Flash Version 26.0.0.151* (debug version) * Your browser name Firefox (NPAPI) Your Operating System (OS) Macintosh (OSX) On Mon, Aug 14, 2017 at 6:55 AM, Yishay Weiss wrote: > Hi Clint, > > This is what it

Re: Can't Debug From Flash Builder

2017-08-14 Thread Yishay Weiss
clintm wrote > @Olaf it still works… here's how to make Chrome work: > https://helpx.adobe.com/flash-player/kb/enable-flash-player-content-debugger-in-google-chrome.html The information there is a bit outdated (chrome://plugins doesn't work for me). Here's what I did to get debugger to work: 1)

Re: Can't Debug From Flash Builder

2017-08-14 Thread Yishay Weiss
Hi Clint, This is what it shows: YOUR SYSTEM INFORMATION Your Flash Version 26.0.0 Your browser name Firefox (NPAPI) Your Operating System (OS) Windows (Window 10) (but as I said in my latest post I'm able to debug under certain conditions so I assume it is the debug

Re: Can't Debug From Flash Builder

2017-08-14 Thread Olaf Krueger
Good to know, thanks Cliff! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Can-t-Debug-From-Flash-Builder-tp15724p15736.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Can't Debug From Flash Builder

2017-08-14 Thread Clint M
When you go here in Firefox does it say you have the (debug version) ? https://helpx.adobe.com/flash-player.html On Mon, Aug 14, 2017 at 2:58 AM, Yishay Weiss wrote: > Thanks for everyone's replies, unfortunately none of them helped me. The > best > I was able to come up

Re: Can't Debug From Flash Builder

2017-08-14 Thread Clint M
@Olaf it still works… here's how to make Chrome work: https://helpx.adobe.com/flash-player/kb/enable-flash-player-content-debugger-in-google-chrome.html On Mon, Aug 14, 2017 at 12:05 AM, Olaf Krueger wrote: > >I think this has come up on the list previously, so be sure to

Re: Can't Debug From Flash Builder

2017-08-14 Thread piotrz
Hi Yishay, I don't have FB, but if I found some time today I will try to open some hello world Flex project in Moonshine to see whether debugger is working there. I will let you know if I get the chance to do this. I'm using Windows 10. Thanks, Piotr - Apache Flex PMC

Re: Can't Debug From Flash Builder

2017-08-14 Thread Yishay Weiss
Thanks for everyone's replies, unfortunately none of them helped me. The best I was able to come up with: 1) Start a local server that serves your app 2) Configure FB to work with the localhost 3) Manually open up firefox 4) Debug your application as you normally would After doing 1-3 the

Re: Re: Can't Debug From Flash Builder

2017-08-14 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Re: Can't Debug From Flash Builder

2017-08-14 Thread Olaf Krueger
>I think this has come up on the list previously, so be sure to search the archives. I just remember this one but it was an issue with AIR I think [1]. This was the solution [2]. We're still using Win7/IE11 here but I am afraid of losing the debugging if we move to Win10 and latest browsers. So