Expand my Community achievements bar.

SOLVED

Creating a version of the LCCS whiteboard in Adobe Flash

Avatar

Level 2

Q: Is it possible to create the sample app WhiteBoardModel.mxml in Adobe Flash?

It appears to be mostly actionScript, or does this particular as rely on the Flex Components and as packages?

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi,

We don't have those API for whiteboard because as Arun mentioned in the

first reply, whiteboard is a flex heavy UI component and so we don't

have a flash only component or API for that.

Basically its like this, flex components are built on top of flash with

more and more UI stuff added to it. Some of our components which could

be built comfortably with only flash were done so and we provide them in

our Flash SDK. However, there are certain pieces such as our WhiteBoard

which rely heavily on flex aren't provided with flash only SDK.

Thanks

Hironmay Basu

View solution in original post

9 Replies

Avatar

Employee

Hi,

Unfortunately the WhiteBoard heavily relies of Flex Components, so as of now its not possible to have WhiteBoard using the Flash only libraries.

Thanks

Arun

Avatar

Level 2

Hi Arun,

thank you - I figured this was the case but always good to have confirmation.

Best

Avatar

Level 3

So adobe is moving away from flash?

Avatar

Former Community Member

Huh? No! The question here is whether the Flex component (which runs in the

Flash Player) can be back-ported to a component which still runs in the

Flash Player, but has no dependencies on the Flex framework. Either way,

it's still Flash.

Now, that doesn't mean we haven't looked at the idea of supporting JS or

other client technologies though. We're about selling services with the

highest reach possible.

nigel

Avatar

Level 3

flex is receiving much more functionality than the Flash Player. If it was for security reasons I would understand but it seems as if the Flash Player has been left out unneccesarily already.

Avatar

Former Community Member

I don't think we're talking about the same thing. Do you mean the

Flash-only LCCS swc? Again, this all runs in the Flash Player.

nigel

Avatar

Level 3

sorry

I mean api for flex vs. api for flash. i.e. no whiteboard in flash api.

Avatar

Correct answer by
Former Community Member

Hi,

We don't have those API for whiteboard because as Arun mentioned in the

first reply, whiteboard is a flex heavy UI component and so we don't

have a flash only component or API for that.

Basically its like this, flex components are built on top of flash with

more and more UI stuff added to it. Some of our components which could

be built comfortably with only flash were done so and we provide them in

our Flash SDK. However, there are certain pieces such as our WhiteBoard

which rely heavily on flex aren't provided with flash only SDK.

Thanks

Hironmay Basu

Avatar

Level 3

it is difficiult to understand why you make a "flex-only" decision. I can't use flex and feel left out. I was believing flash could do anything.

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----