There are quite a few implementations of WebRTC that exist in Flash/Flex
already. We do have access to sockets, and WebRTC is essentially PCMμ data
so it is not too hard to do. You would just need to do the signaling
parsing (although if you want to use WebRTC with video -- you may be out of
luck
On 6/11/14 5:00 PM, "Frédéric THOMAS" wrote:
>> What should we choose for defaults on Mac and Win?
>
>I'm not sure but if mine was pointing to the Application Storage
>Directory by default, I could suppose it might be the same on Mac, do you
>remember, if the first time you installed it on your
> What should we choose for defaults on Mac and Win?
I'm not sure but if mine was pointing to the Application Storage Directory by
default, I could suppose it might be the same on Mac, do you remember, if the
first time you installed it on your Mac, it was pointing to something like this
?
/hom
I'd rather see webkit replaced with chromium.
On 12/06/2014 0:17, OmPrakash Muppirala wrote:
Please feel free to post your feature requests here [1]
For me, having StageWebView expose an ExternalInterface would be the best
option.
[1] https://forums.adobe.com/thread/1494000
Please feel free to post your feature requests here [1]
For me, having StageWebView expose an ExternalInterface would be the best
option.
[1] https://forums.adobe.com/thread/1494000
On 6/11/14 11:08 AM, "Frédéric THOMAS" wrote:
>You was right but that's confusing what cache folder is used when it has
>not been manually set by the user, I didn't change it, the "Cache
>downloaded file" was selected, the text input was blank but clicking the
>browse button was showing what se
You was right but that's confusing what cache folder is used when it has not
been manually set by the user, I didn't change it, the "Cache downloaded file"
was selected, the text input was blank but clicking the browse button was
showing what seems to be a valid path for the cache, I naturally t
Hi Fred,
The log indicates that no folder has been selected as the cache folder so
it was trying to save the AIR SDK to
c:\air\win\download\3.5\AdobeAIRSDK.zip and I'll bet that the Installer
isn't allowed to write there.
Can you choose some folder from the Browser dialog so the "Cache Folder"
ac
The problem is that a paragraph needs a terminator. So, it has to have a
SpanElement in addition to the TableElement. Adding the span for the terminator
caused all sorts of issues which sent me down the rabbit hole today.
There’s two ways I can see to go:
1) Instead of nesting a table inside a
> > Just to be clear: if you run the installer and right click and configure
> > the cache, that is the folder that shows up in that dialog?
>
> Yes.
Actually, to be precise, the "Cache Folder" text input is blank, it is the
path shown when I click browse.
Frédéric THOMAS
> From: webdoubl..
> Just to be clear: if you run the installer and right click and configure
> the cache, that is the folder that shows up in that dialog?
Yes.
>That sounds
> like the folder where the installer config is stored
Can't see *.xml inside but the content seems related to the sdk 4.12 I
installed pr
I think they just couldn't handle the full brunt of so many Apple consumers
being thrown at them by Steve. It's just plain strange. I really hope that they
will pivot back to taking the platform seriously again since it can do so much!
Now that all of the nonsense has died down it would be great
Just to be clear: if you run the installer and right click and configure
the cache, that is the folder that shows up in that dialog? That sounds
like the folder where the installer config is stored.
Thanks,
-Alex
On 6/11/14 10:03 AM, "Frédéric THOMAS" wrote:
>The default one:
>C:\Users\Double
The default one:
C:\Users\DoubleFx\AppData\Roaming\org.apache.flex.installapacheflex\Local Store
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **
> Date: Wed, 11 Jun 2014 16:58:22 +
>
> Hi Fred, what i
Hi Fred, what is the folder you are using for the cache?
Thanks,
-Alex
On 6/11/14 9:15 AM, "Frédéric THOMAS" wrote:
>I tried disabling the antivirus, same thing, I tried again without cache
>and it worked, well there's still the same problem I mentioned a week ago
>or so, the flex-sdk-descripti
My response was mostly tongue-in-cheek. That being said, it is fairly plain
to see that Adobe as an organization has been returning more to it's roots
and is becoming more designer-centric again, leaving the developer
evangelism primarily to the community. I'm not saying that's a good or a
bad thin
11.5
> > > >> Creation du dossier racine d'Apache Flex
> > > >> Création du répertoire temporaire
> > > >> Téléchargement d'Apache Flex SDK à partir de:
> > > >>http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk-release/lastSuc
> > >>fulBuild/artifact/out/apache-flex-sdk-4.13.0-bin.zip
> > >> downloading
> > >>http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk-release/lastSuccess
> > >>fulBuild/artifact/out/apache-flex-sdk-4.13.0-bin.zip
> > >> using download cache
> >
Great! Looking forward to see more new skins.
Thanks,
Om
On Jun 11, 2014 5:42 AM, "quick6black" wrote:
> I started the text input skin, signed the Atlassian contributor license
> agreement so I can update the wiki
>
>
>
> --
> View this message in context:
> http://apache-flex-development.2
aring to cache
> >> http caching. url =
> >>job/flex-sdk-release/lastSuccessfulBuild/artifact/out/apache-flex-sdk-4.1
> >>3.0-bin.zip
> >> Vérification de la signature Apache Flex SDK MD5
> >> La Signature MD5 des fichiers téléchargés pour le SDK
Which products, specifically? What would be the business/pricing model
for profit on those products? Adobe probably won't spin off a subsidiary,
but if it is possible to build a profitable business, maybe someone would
consider starting such a business.
Apache Flex is already available for folks
In HTML, I thought Table defaults to a block element, effectively ending
the paragraph.
If that's true, then:
some text (table content) more text
Should be re-factored as:
some text (table content) more text
And then table would have its own TextBlock?
-Alex
On 6/11/14 8:25 AM, "Harbs" wr
ion terminée:F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5
>>AIR 3.5 fr_FR\temp\apache-flex-sdk-4.13.0-bin.zip
>> [get] Getting:
>>http://flex.apache.org/installer/properties/sdk/fr_FR.properties
>> [get] To: F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5 AIR 3.5
>&
FYI:
I’ve been having a really difficult time resolving content with TextBlocks. I
can’t seem to work within TextBlocks and keep the tables outside a composed
TextLine. Making the width really wide just messes things up.
I tried keeping the table outside the TextBlock, but that causes all kinds
That is precisely what I am creating with the Open Screen Foundation, Open
Screen Academy and iflex.mx :-) Your analysis is pertinent, except it is
not going to come from the inside as a subdivision would. Instead the crowd
takes over communication, developer advocacy, developer training, developer
> well honestly, I think Adobe believes Flash is nearly dead on web, except
> maybe video, and games for now.
As long as Adobe still focusing on video and gaming (high end features where
HTML5 hardly follow) on Flash platform, the need of Flash player in web browser
will always be there, as long
I would expect they narrow Flash development into a very professional and
expensive platform.
On Wed, Jun 11, 2014 at 7:41 AM, Mark Saunders
wrote:
> To further that point It feels like *Adobe* as a whole is for designers
> and not developers.
>
> -Original Message-
> From: Jeffry House
I've been saying for years now that the development products should spin
off as a subsidiary. They should call this subsidiary something like...
"Macromedia", and it would be by developers, for developers.
On Wed, Jun 11, 2014 at 6:41 AM, Mark Saunders
wrote:
> To further that point It feels li
Try 4.13.0 with AIR 13 FP 13 again. I think Adobe updated the player
global and the md5 changed.
-Alex
On 6/11/14 1:15 AM, "DarkStone" wrote:
>Hi Alex,
>
>I just installed RC2, tried the following:
>
>Flex 4.12.1 + AIR 13 + FP 13
>Stucked when downloading SWFObject from google (expected)
>
>Fl
I started the text input skin, signed the Atlassian contributor license
agreement so I can update the wiki
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/Re-IOS-7-and-Android-4-3-Skinning-tp37835p38193.html
Sent from the Apache Flex Development mailing lis
To further that point It feels like *Adobe* as a whole is for designers and not
developers.
-Original Message-
From: Jeffry Houser [mailto:jef...@dot-com-it.com]
Sent: Wednesday, June 11, 2014 7:31 AM
To: dev@flex.apache.org
Subject: Re: [Rumor]Adobe will announce something big about Fla
On 6/11/2014 5:58 AM, Tom Chiverton wrote:
On 11/06/14 10:44, Avi Kessner wrote:
They don't even have a session on
anything flash related at Adobe Max.
Or ColdFusion... for years now...
But, ColdFusion got its own 2 day Adobe Conference., at least.
The message I Take is that Max is for des
oError" bubbles=false cancelable=false eventPhase=2
> text="Error #2032" errorID=2032]
>
> get-data:
> [get] Getting:
> http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=20140611
> [get] To: F:\SDKsSources\flex\Apache Flex 4.13.0 FP 11.5 AIR 3
11.5 AIR 3.5
fr_FR\fr_FR.properties
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2
text="Error #2032" errorID=2032]
get-data:
[get] Getting:
http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=20140611
[get] To: F:\SDKsSou
On 11/06/14 10:44, Avi Kessner wrote:
They don't even have a session on
anything flash related at Adobe Max.
Or ColdFusion... for years now...
Tom
Well they surprised me. I thought they were going to announce that they
were canceling Flash pro all together. They don't even have a session on
anything flash related at Adobe Max.
brought to you by the letters A, V, and I
and the number 47
On Wed, Jun 11, 2014 at 11:30 AM, Tom Chiverton wrote
On 11/06/14 09:25, Martin Miko wrote:
et al. environment. And of course, Adobe will dump all flash stuff or at
least make it niche in the process; no more ways to milk the devs/consumers
-> does not make business sense to them. These are my pessimistic two cents.
This should come as no surprise.
Hi DarkStone,
well honestly, I think Adobe believes Flash is nearly dead on web, except
maybe video, and games for now. So I'd expect that this version of Flash
Pro will foreshadow a transition to a more "standardized and open" H5, JS
et al. environment. And of course, Adobe will dump all flash st
Hi Alex,
I just installed RC2, tried the following:
Flex 4.12.1 + AIR 13 + FP 13
Stucked when downloading SWFObject from google (expected)
Flex 4.13.0 + AIR 13 + FP 13
I tried 5 times, it keeps telling me this error:
Installing Adobe Flash Player playerglobal.swc from:
http://download.macromedi
Hi all,
I just got confirmation the new Flash Pro will focus on WebGL and H5/JS, I have
seen a leaked screenshot showing WebGL project can be created in Flash Pro.
I'm confused, does Adobe find a way to convert Stage3D code to WebGL? Do they
create a AS to JS compiler of their own?
DarkStone
Hi Nick,
Your concept about "layer group" is very cool and practical.
Well, let's see what will really happen on 6.18.
DarkStone
2014-06-11
At 2014-06-11 06:36:26, "Nick Collins" wrote:
>Well, presumably the Flash Pro tooling would be updated to provide access
>to those features. For exampl
41 matches
Mail list logo