


We're pleased to announced the beta of the Spark (and therefore mobile) version of LCCS SDK.
Attached is a Zip file containing the SWC and the source.
There are a few issues we know about. Please let us know any additional issues you run across.
Here're the release notes:
LCCS Spark SDK beta 1 release notes:
This is a beta release of the LCCS SDK converted to the Spark framework. Because it is not a release version, we do not recommend you produce production apps with this version of the SDK.
There are known issues with this release of the SDK (see below). If you find issues that we have not listed, please let us know on this thread.
We’re not planning on doing extensive mobile-specific interface work for the Spark SDK. However, if there are particularly egregious usability problems on mobile devices, please let us know.
Known issues:
Text generally:
Whiteboard:
Chat:
WebCamera:
Misc:
Views
Replies
Total Likes
Sasha,
How does one upgrade FB to Air 2.7? I am kinda stuck on that step.
I am using FB 4.5.1 which comes packaged with AIR 2.6 runtime. So I downloaded AIR 2.7 Sdk and copied the folders over to the FB sdk directory but to no avail.
Now my FB is complaining that it can't recognize the flex SDK (see image below).
Views
Replies
Total Likes
Ok I got it to work. I had to merge rather than override the folders.
Just in case someone else has the same problem. Here is how to resolve it:
Now you should be able to see "http://ns.adobe.com/air/application/2.7" namespace in the app config xml when you create a new mobile project.
Views
Replies
Total Likes
Is there any way to hack/force front-facing camera support? I understand the feature is probably disabled because Android devices are a nightmare on the front facing camera thing but I'm building an iOS app and there shouldn't be any technical trickery to make it work.
Views
Replies
Total Likes
Not as far as I know. I'll see if I can find out anything from the Runtime
team about it.
Views
Replies
Total Likes
Any luck from the runtime time?
Views
Replies
Total Likes
Front-facing camera is available (as a standard Android API) only starting with Android 2.3 (Gingerbread).
I know the player / runtime team had Android support scheduled for sometime after 2.3 was available on a few devices but I guess they didn't make it for AIR 2.7. Hopefully it will come with the next update (I don't know the official schedule, I am just "guessing").
Note that front-facing support has been available for iOS for quite some time.
Views
Replies
Total Likes
Hi
Just wondered if there was any update on the beta of the spark LCCS?
are we still only on Beta 1 or has anything else been released yet?
Is there a private pre-release group for this and if so who would I talk to about getting onto it?
I know some of the pds are in a quite basic state in beta 1 but we've been having a look look at them, and trying to clean them up etc.
One issue I havent as yet been able to sort out is getting the TextArea in simpleChat to update it's scroll position correctly (ie always have the end of the text range in view), any quick fix for this?
any info on how things are moving with the spark version would be very welcome.
cheers
glenn
Views
Replies
Total Likes
Hi Glenn,
Nothing else's been released. There's no secret program or private group or
anything. We've been working on this in the background while waiting for
feedback from the forums. Your bug has been noted, and we'll fix it.
We don't have a date for the next release. As soon as we do, we'll let you
know. In the meantime, if you can let us know any other issues you see that
we've not listed it'd be great, so we can make sure we address them.
Thanks
sasha
Views
Replies
Total Likes
Hi Sasha
Thanks for getting back to me so quickly.
as I said, we're all really pleased that the Spark component set is being worked on.
Do you want bug just reported here or is there a JIRA page for them?
Thanks again
glenn
tinylion uk
Views
Replies
Total Likes
Hi, Glenn.
We don't have an outward facing bugbase for LCCS, so please just report bugs
here.
Incidentally, to solve the issue you mentioned above, if I understand it
correctly, you should be able to just add the following line at the end of
RichTextArea.set htmlText
dispatchEvent(new Event("htmlTextChanged"));
Thanks
sasha
Views
Replies
Total Likes
I installed AIR 3.0 with Flash Builder 4.5.1, created a mobile application, and was able to run the camera and video for Collaboration Service without linking the mobile.swc.
Is it safe to assume that the mobile.swc no longer needs to be added to the Flex Build Path?
Or maybe the mobile.swc is needed for other functionality?
Thanks,
Jeff
Views
Replies
Total Likes
When will you release a new version that supports the flash builder 4.6 sdk? With FB 4.6, get exception like the one below because the text classes have changed:
TypeError: Error #1034: Type Coercion failed: cannot convert spark.components.supportClasses::StyleableStageText@5eca3851 to spark.components.supportClasses.StyleableTextField.
Views
Replies
Total Likes
When using these components in an iOS app, I found that the audio publisher never started. Works fine on the desktop though... but it's doing my head in that it won't work on an iPad!
Views
Replies
Total Likes
Thanks for the report. We’ll take a look at it!
Does it work for you in the simulator?
sasha
Views
Replies
Total Likes
Oh yes. Everything works as expected in the simulator.
If it's relevant: I had an event listener on the audio publisher that was never called:, i.e.
never called 'setMicParameters' in iOS
The microphone can be detected using
and works in other Flex apps.
So, it's probably not the microphone itself...
Cheers,
Adam.
Views
Replies
Total Likes
That’s helpful!
I’ll look into it.
Thanks
sasha
Views
Replies
Total Likes
Got it working!
The issue seems to be the AIR version: when compiling using AIR 3 everything worked as expected. AIR 2.7 doesn't. So something must have been fixed in AIR3....
Views
Replies
Total Likes
Aha, that explains the difficulty in reproduction.
Glad you were able to get it going.
Views
Replies
Total Likes
Has this mobile sdk version been incorporated into the 2.1 or 2.2 SDK? I can only get design view to work with the beta spark SDK mentioned, anything using the 2.1 or 2.2 doesn't allow design view for mobile projects. Maybe it will all roll out as a 4.6 release, but I havent had much luck.
thanks for all the awesome work
Anthony
Views
Replies
Total Likes