Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ianben
ianben
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
17

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ianben
Customize the badges you want to showcase on your profile
Re: audio publish - Adobe LiveCycle 26-01-2011
Thanks Nigel,I'll have a look at those.

Views

164

Likes

0

Replies

0
audio publish - Adobe LiveCycle 26-01-2011
Could somebody give some basic instruction into how to activate the audio publish/subscribe elements in flashbuilder 4 please?Just placing them on the page doesn't do anything so what do I need to do? import mx.events.FlexEvent; Ê Ê Ê protected function txtUsername_enterHandler(event:FlexEvent):void { // TODO Auto-generated method stub connectRoom.login(); labelUserName.visible = false; txtUsername.visible = false; } protected function btnZoomScreen_clickHandler(event:MouseEvent):void { // TODO Auto-generated method stub if(btnZoomScreen.label == "Zoom In"){ moveEffect.targets = [scrshare]; moveEffect.xTo = 364; moveEffect.yTo = 10; moveEffect.play(); Ê resizeEffect.target = scrshare; resizeEffect.widthTo = 1000; resizeEffect.heightTo = 600; resizeEffect.play(); Ê btnZoomScreen.label = "Zoom Out"; Ê btnZoomScreen.y = 620; }else{ moveEffect.targets = [scrshare]; moveEffect.xTo = 364; moveEffect.yTo = 10; moveEffect.play(); Ê resizeEffect.target = scrshare; resizeEffect.widthTo = 936; resizeEffect.heightTo = 427; resizeEffect.play(); Ê btnZoomScreen.label = "Zoom In"; Ê btnZoomScreen.y = 620; } } protected function button1_clickHandler(event:MouseEvent):void { // TODO Auto-generated method stub } Thanks in advanceIan

Views

675

Likes

0

Replies

2
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 22-10-2010
Hi Hironmay, It's working like a dream, thank you so much. I assume that in the published model all the viewer needs access to is the ScreenShareSubscriber element (on a web site).ian

Views

149

Likes

0

Replies

0
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 21-10-2010
Well, I'm getting there, can't see anything on the Subscriber page but I'll persevere.Ian

Views

150

Likes

0

Replies

0
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 21-10-2010
As ever Hironmay, you are a star, thanks very much. I'll run through those files now.Ian

Views

150

Likes

0

Replies

0
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 20-10-2010
The bunch of errors I get when app is run are:ypeError: Error #1009: Cannot access a property or method of a null object reference. at ScreenSharePublisherExample/onStreamReceived()[/Users/ianbennett/Documents/Chat/src/ScreenSharePublisherExample.mxml:107] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:12266] at com.adobe.rtc.col...

Views

372

Likes

0

Replies

0
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 20-10-2010
Here's the code Hironmay, if you change it to it throws an error at line 4.If I run this as it is I get a whole bunch of error warnings in a pop-up panel, so not sure what that's about.I did insert all my id and room url's in the one on my computer by the way - they are blank in the code below.Would you be able to give me a clue as to what "Stream ID" and "Publisher ID" refer to. I know this is a lot to ask but for beginners there really is a lot to learn here. I sense that a beginners book mig...

Views

369

Likes

0

Replies

0
Re: lccs chat window - Adobe LiveCycle 19-10-2010
Agreed Hironmay is THE most patient man and always replies. Nigel Thank you for your tutorials on LCCS on constructing a chat room - I have spent most of the day trying to get a screenshare facility working but to no avail, do you have any suggestions as to where I might find help for this as my brain can't take much more researching?Ian

Views

107

Likes

0

Replies

0
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 19-10-2010
Is there a tutorial out there that shows how to build a simple screen share facility using lccs and flashbuilder 4?The only ones I have found are either mx applications and won't run or Michael Chaize's tutorial which leaves out some script so it won't work.I really don't know where to look for help on this and would be grateful for any assistance.Ian

Views

374

Likes

0

Replies

0
Re: LCCS screenshare examples - warning in Design Mode - Adobe LiveCycle 19-10-2010
Hi Hironmay,Would you have any ideas why I can't run the debugger in Flashbuilder 4? Iget the message that it can't be located but it is installed.RegardsIanIan Bennett,-- EMERGING EXCELLENCE: In the Research Assessment Exercise (RAE) 2008, more than 30% of our submissions were rated as 'Internationally Excellent' or 'World-leading'. Among the academic disciplines now rated 'World-leading' are Allied Health Professions & Studies; Art & Design; English Language & Literature; Geography & Environme...

Views

370

Likes

0

Replies

0