Re: [Flashcoders] ObjectEncoding for LocalConnection

2006-05-22 Thread Muzak
According to the beta 3 livedocs it's still there: http://livedocs.macromedia.com/labs/1/flex20beta3/langref//flash/net/ObjectEncoding.html Except for the NetStream class: http://labs.adobe.com/wiki/index.php/Flex:Beta_2_to_Beta_3_Changes quote You can no longer set the objectEncoding for a

Re: [Flashcoders] ControlManager implementation for Moock MVC framework

2006-05-22 Thread Ron Wheeler
You might want to look at ActionStep which has a framework for MVC that you could use directly or as a model. All the little gotcha's have all been worked out. Ron Spiral Universe wrote: Hi. I'm trying to build an app based on the MVC framework provided here:

[Flashcoders] Hyphenation

2006-05-22 Thread Rui Duarte Silva
Hi, I need a generic solution for the hyphenation of words that conforms to the grammar of a specific language. I've searched the web and found nothing that would help. Does anybody know of such a solution? Thanks Rui Duarte Silva Senior Flash Developer / User Experience

RE: [Flashcoders] embed pdf

2006-05-22 Thread Alexander, Mary
You might consider Flash Paper instead. It embeds easily. Integration New Media has a product to embed pdfs into Director Authorware, but I don't believe they've released one for Flash. Good luck. M. From: [EMAIL PROTECTED] on behalf of Steve Rachels

Re: [Flashcoders] Hyphenation

2006-05-22 Thread Danny Kodicek
Hi, I need a generic solution for the hyphenation of words that conforms to the grammar of a specific language. I've searched the web and found nothing that would help. Does anybody know of such a solution? I don't know, but I doubt you'll find one that's completely reliable. Certainly

Re: [Flashcoders] ObjectEncoding for LocalConnection

2006-05-22 Thread John Grden
Hey Muz, thanks for taking the time ;) I saw this page, as I usually visit live docs when the local version doesn't have the answer. This line in the link you sent is different from the one I sent earlier: The ObjectEncoding class allows classes that serialize objects (such as NetStream,

Re: [Flashcoders] Did Adobe/MM break loadSound streaming?

2006-05-22 Thread Margo Powell
The firewall software used by home users can be an issue. We have checked our flash sites from home and have found installed firewalls such as ZoneAlarm cause mp3's to not be played. Jonathan Berry wrote: Actually, yes. We are getting home users who do not get the stream, so I don't think

[Flashcoders] list file into a remote folder

2006-05-22 Thread riccardo.roasio
Hi, how can i list all files contained into a remote folder? Thanks,Riccardo ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

Re: [Flashcoders] Character enconding problem PHP-Flash (AMFPHP)

2006-05-22 Thread [EMAIL PROTECTED]
yes, through Gateway::setCharsetHandler (there's an explanation in the Gateway.php file itself) otherwise look at this: http://www.sephiroth.it/tutorials/flashPHP/amfphp_iconv/ Marcelo de Moraes Serpa ha scritto: Hello! I´m using CakePHP as the application server and the admin system is all

Re: [Flashcoders] list file into a remote folder

2006-05-22 Thread MBDI ICSC Rodrigo E. Curiel Salazar
You could use a server side script, such as PHP or ASP, and then pass the results to flash. Rodrigo On 5/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, how can i list all files contained into a remote folder? Thanks,Riccardo ___

[Flashcoders] video card suggestions

2006-05-22 Thread grimmwerks
I'm creating a digital signage playback application that's running on an HP machine and has to play across three monitors -- lcd screens at 1280x768, playing back in Zinc. When there's a bit of movement (ie for a test we're looking at hotelqt.com) -- there's quite a bit of tearing on the

Re: [Flashcoders] Character enconding problem PHP-Flash (AMFPHP)

2006-05-22 Thread Marcelo de Moraes Serpa
Hi Alessandro! Thanks a lot for the info ;) Clemos: I´m already using CakeAMFPHP! =) Thanks, - Marcelo. On 5/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: yes, through Gateway::setCharsetHandler (there's an explanation in the Gateway.php file itself) otherwise look at this:

Re: [Flashcoders] Image in HTML-TextField doesn't get loaded

2006-05-22 Thread judah
Hi Sönke, Try using the full path to the image. I've had some issues with relative paths in the past. Sometimes it does not show up if I have used or I leave out the www in the url. Judah Sönke Rohde wrote: Hi, I got the problem, that images within HTML-Textfields don't show up. When I

Re: [Flashcoders] Image in HTML-TextField doesn't get loaded

2006-05-22 Thread eugen pflüger
is your swf in the same directory as your html? the path must match from your html not your swf. eugen Am 22.05.2006 um 16:16 schrieb judah: Hi Sönke, Try using the full path to the image. I've had some issues with relative paths in the past. Sometimes it does not show up if I have used

Re: [Flashcoders] ControlManager implementation for Moock MVC framework

2006-05-22 Thread Marcelo de Moraes Serpa
There´s also arp, that´s somewhat MVC based ;) (next version should be fully MVC-based, and there are mods that make it fully MVC right now (ARPX)) http://www.osflash.org/arp On 5/22/06, Ron Wheeler [EMAIL PROTECTED] wrote: You might want to look at ActionStep which has a framework for MVC

RE: [Flashcoders] video card suggestions

2006-05-22 Thread Mike Mountain
Tearing is inherant with the flash player in general M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: 22 May 2006 14:56 To: Flashcoders mailing list Subject: [Flashcoders] video card suggestions I'm creating a digital

[Flashcoders] Quiz Website Test - All welcome

2006-05-22 Thread Johnny Zen
HI all If anyone has 5 minutes to spare, I would love some people to play a competition on my quiz website www.quwiz.co.uk You need to register first as a member, then register for a competition which I have entitled: ** Feel free to use dummy details to register an account. (you still need

RE: [Flashcoders] cellRender and editField questions

2006-05-22 Thread Matthew Simpson
Here's a snippet from one of the dg's I have to edit...HTH var mfrAdmin_dg:DataGrid; var mfrAdmin_dgListener:Object = new Object(); mfrAdmin_dgListener.change = function(evt:Object) { //trace(Selected MFR = +evt.target.selectedItem.manufacturer); //trace(Selected USR =

Re: [Flashcoders] ObjectEncoding for LocalConnection

2006-05-22 Thread John Grden
Yeah that's exactly it, trying to get Flex front end to communicate with Xray connector in flash 8 swf. Right now, I set up a simple LC in a basic Flex front end that has a method for listening for trace statements and while it connects just fine, nothing is received on the method defined. I

Re: [Flashcoders] video card suggestions

2006-05-22 Thread grimmwerks
Seems odd that it's not noticeable in the same way on the mac os though... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

[Flashcoders] Passing TextField Instance Name to Function

2006-05-22 Thread Brandon Krakowsky/MTC
Hello all. This is probably very simple. I'm trying to pass the instance name of a textfield to a setTextColor function which applies a TextFormat. The function takes 4 parameters, the new format name, the textfield instance name, the textfield color, and the textfield alignment.

Re: [Flashcoders] ObjectEncoding for LocalConnection

2006-05-22 Thread Muzak
DOH.. LocalConnection... Thought you were talking about NetConnection.. Does LocalConnection need objectEncoding? Are you trying to have a Flex swf communicate with a Flash swf? Did that in beta 2 which worked fine without setting objectEncoding. Classes are probably in one of the .swc files:

Re: [Flashcoders] ObjectEncoding for LocalConnection

2006-05-22 Thread Muzak
Just tried it again in beta 3 and works fine. Uploaded the sample: http://www.muzakdeezign.com/flex2/localconn.zip Note however that I'm sending *from flex to flash* You're looking for the opposite right? Haven't tried that yet, but should work just the same (AFAIK). regards, Muzak -

[Flashcoders] That yellow focus rectangle

2006-05-22 Thread Manuel Saint-Victor
I'm looking for relief from the yellow focus rectangle that happens to movie clips when they gain focus in my app. I came across this discussion from 2004http://weblogs.macromedia.com/accessibility/archives/2004/08/simple_text_nav.cfm(see simple focus) but am curious if there is now a standard

Re: [Flashcoders] ObjectEncoding for LocalConnection

2006-05-22 Thread John Grden
awesome, thank you Muz! I'll check out the sample. Thanks for your help on this! JG On 5/22/06, Muzak [EMAIL PROTECTED] wrote: Just tried it again in beta 3 and works fine. Uploaded the sample: http://www.muzakdeezign.com/flex2/localconn.zip Note however that I'm sending *from flex to

Re: [Flashcoders] Passing TextField Instance Name to Function

2006-05-22 Thread Gerry Creighton
I just created three textfields on the stage and named them fieldClip, fieldClip1 and fieldClip2. The following rewritten code of yours worked fine. Is this what you were trying to accomplish? Gerry code function setTextColor(formatName, fieldClip, col, align) { formatName = new

Re: [Flashcoders] Passing TextField Instance Name to Function

2006-05-22 Thread Gerry Creighton
Here's another... Using your movieclip path I have this working... code function setTextColor(formatName, fieldClip, col, align) { formatName = new TextFormat(); formatName.color = col; formatName.align = align; fieldClip.setTextFormat(formatName); }

[Flashcoders] Scoping Issue with a Function - Help, please

2006-05-22 Thread Loren R. Elks
Hi: Can someone help me with a scoping issue? SWF A is being loaded into SWF B. Currently, there's a function located in SWF A that is triggered by a user clicking on a movieclip in SWF A. Basically, I am trying to make it trigger from a button in SWF B, instead of triggering by a button in

Re: [Flashcoders] Scoping Issue with a Function - Help, please

2006-05-22 Thread eka
Hello :) use mx.utils.Delegate class :) [code] myButton.onPress = Delegate.create(_root, _root.action) ; [/code] With Delegate.create method you can create a virtual method with your scope and your method. EKA+ :) 2006/5/22, Loren R. Elks [EMAIL PROTECTED]: Hi: Can someone help me with a

[Flashcoders] problems loading an image into a movieclip

2006-05-22 Thread riccardo.roasio
Hi, i have a movie with a button and a movieclip. I want that when i click the button an external image is visualized into the movieclip. I called the movieclip instance ic and in add this code to the button : on(click) { loadMovie(penguin.bmp,ic); } the problem is that the movieClip became

Re: [Flashcoders] cellRender and editField questions

2006-05-22 Thread grimmwerks
Not exactly, but I appreciate the post. My problem is that even if I set something as editable, I'm not getting a textField where one can enter the data. For example in this tutorial: http://www.flash-db.com/Tutorials/cellrenderer/ If you doubleclick the car icon, you get a textField to enter

Re: [Flashcoders] Passing TextField Instance Name to Function

2006-05-22 Thread Brandon Krakowsky/MTC
Wacky! That works with no brackets at all and fieldClip.setTextFormat is evaluated as leftInfoClip.topLeftTabs.leftTab.tabTitle.setTextFormat. You got it! Thank you very much, Brandon Gerry Creighton [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 05/22/2006 12:07 PM Please respond to

Re: [Flashcoders] problems loading an image into a movieclip

2006-05-22 Thread MBDI ICSC Rodrigo E. Curiel Salazar
Hi ! Try: on(click) { ic.loadMovie(penguin.bmp); } On 5/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, i have a movie with a button and a movieclip. I want that when i click the button an external image is visualized into the movieclip. I called the movieclip instance ic and in

RE: [Flashcoders] problems loading an image into a movieclip

2006-05-22 Thread Matthew Simpson
this.createEmptyMovieClip(container_mc, 10); container_mc.loadMovie(penguin.bmp); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, May 22, 2006 12:33 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders]

Re: [Flashcoders] cellRender and editField questions

2006-05-22 Thread grimmwerks
Maybe I spoke too soon - is the editableLabel just an inherent part of a UIComponent? Maybe it's the way I'm creating the columns that is the problem; I just set the carDB icon column to editable = false and it shut it off properly... ___

Re: [Flashcoders] problems loading an image into a movieclip

2006-05-22 Thread Serge Jespers
You probably don't see the image because you can't load BMP's in to Flash... Only SWF, JPEG, GIF or PNG if you're using Flash 8. When targeting for older Flash versions, you can only load SWF JPEG's. Serge Op 22-mei-06, om 18:32 heeft [EMAIL PROTECTED] [EMAIL PROTECTED] het volgende

RE: [Flashcoders] cellRender and editField questions

2006-05-22 Thread Matthew Simpson
I see...I looked at the example...stupid question is your dg.editable = true? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Monday, May 22, 2006 12:42 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] cellRender and editField

[Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
Ok if I create a datagrid and assign a dataprovider, all the datagrid components are fields, but only the first colun is editable -- I've tried doing dg.getColumnAt(2).editable = true both before and after the dataProvider set, but it's always just the first column that remains editable... what

Re: [Flashcoders] That yellow focus rectangle

2006-05-22 Thread Mischa Williamson
_focusrect = false; Should do it. On 5/22/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: I'm looking for relief from the yellow focus rectangle that happens to movie clips when they gain focus in my app. I came across this discussion from 2004

Re: [Flashcoders] problems loading an image into a movieclip

2006-05-22 Thread Tony Trapp
try .jpg instead flash loads those in perfectly. Tony... - Original Message - From: [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, May 22, 2006 9:32 AM Subject: [Flashcoders] problems loading an image into a movieclip Hi, i have a movie with a button and a

RE: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread Matthew Simpson
As long as the grid itself and the columns within are set to editable, the grid through the IDE or programmatically and the columns programmatically, you should not have any problems accessing a field within...I'd have to look at the code... -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
AH! Thanks Matthew -- though I didn't set the grid.editable to false -- when I set it to TRUE, then it all worked. So though the columns themselves are set to true, if the grid wasn't set to true, it canceled it all out... Thanks again. ___

RE: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread Matthew Simpson
Kool Beanz Grimm... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Monday, May 22, 2006 1:27 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] dataGrid and editable text... AH! Thanks Matthew -- though I didn't set the

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
Dammit - them beanz ain't cool enough... hate to be more of a PITA than I already am -- but now I want to make the first column NOT editable. So I've set the db.editable = true -- that sets all them beanz editable. Then I've dg.getColumnAt(0).editable = false -- and that bean is still flipping

RE: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread Matthew Simpson
Let me guess...column 1 is un-editable if you try and edit it first, but when you go from an editable column to column 1 sometimes it is editable right? Or is it always editable? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Monday,

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
It seems to be always editable. menuGrid.dataProvider = pMenu; // setting editable stuff menuGrid.editable = true; menuGrid.getColumnAt(0).editable = false; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] dataGrid and editable text...

2006-05-22 Thread grimmwerks
You know, even if I SET the grid.editable = false, the first column is ALWAY editable. I've even flipped cellRenderers as tests -- this thing is driving me bonkers. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Can form based nested screens be delayed if not external

2006-05-22 Thread Rich Rodecker
you could probably change the loading frame for your classes in the export settings, so that they arent loaded in frame 1. On 5/22/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Is the only way to delay loading of child forms in an form based app-if the swfs are externally loaded? I have a

[Flashcoders] I need your support

2006-05-22 Thread elibol
I've written an external interface solution for back/forward/bookmark functionality. Before I use it, I'd really appreciate it if you guys could help me get some information on the different browsers it works with. http://anticipatechange.com/pierinc/browserSupport/ So far I've tested Firefox

RE: [Flashcoders] Can form based nested screens be delayed if not external

2006-05-22 Thread Matthew Simpson
We have found externals are the best way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker Sent: Monday, May 22, 2006 2:50 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Can form based nested screens be delayed if not external

Re: [Flashcoders] Can form based nested screens be delayed if not external

2006-05-22 Thread Manuel Saint-Victor
Thank you guys for the quick response. On 5/22/06, Matthew Simpson [EMAIL PROTECTED] wrote: We have found externals are the best way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker Sent: Monday, May 22, 2006 2:50 PM To: Flashcoders

RE: [Flashcoders] That yellow focus rectangle

2006-05-22 Thread Andrew Kirkpatrick
As was pointed out in the blog comments, this is not a good idea since it has negative implications for accessibility. The yellow focus rectangle is good for many users. AWK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Williamson

RE: [Flashcoders] hitTest vs onRollOver/onRollOut

2006-05-22 Thread phaedrus
Thanks a bunch for the info! I'm surprised to hear that the hitTest actually performs better, although I agree that the things I may have to add will more than balance it out. Basically, I'm trying to grow my own button class which has disabled and on/off states in addition to rollover and

Re: [Flashcoders] hitTest vs onRollOver/onRollOut

2006-05-22 Thread Tyler Wright
The main thing that can really add up in processor is the number of MovieClips at the same level (sharing the same parent). You'll save processor best if you don't have any on-event events as well, such as onPress, etc. It's because Flash spends a lot on keeping up with it. It's really fun to

[Flashcoders] Alpha Masking Weirdness

2006-05-22 Thread Rifled Cloaca
All, I'm masking a MovieClip with an alpha mask using cacheAsBitmap. The MovieClip has a dynamic text field inside it that I populate at a later time. When I play the movie, the area where the textfield is remains empty. If I drag the corner of the player to resize the movie, the text

[Flashcoders] disable all actions in a loaded clip?

2006-05-22 Thread Alan Queen
Is there a way to load in a clip and then disable ALL actions inside the one clip? -- - Alan Queen ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] ControlManager implementation for Moock MVCframework

2006-05-22 Thread jim
Is there a timescale / roadmap for ARP3? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: 22 May 2006 15:20 To: Flashcoders mailing list Subject: Re: [Flashcoders] ControlManager implementation for Moock MVCframework There´s

[Flashcoders] Using combobox componet to load video

2006-05-22 Thread ::: curdiss
I'm trying to use a combobox to load in different videos into a video object. Can someone please help me out with what i'm doing wrong? I believe maybe my syntax is incorrect. Thanks... function change(evt){ // trace(evt.target.selectedItem.label); //works //

Re: [Flashcoders] How to make a MAC - PC hybrid CD-ROM

2006-05-22 Thread f a r i d | s i l v a | a b o i d
OSX has bloqued autorun, it's depend on third party utilities -- SalU2 f a r i d | s i l v a | a b o i d www.e-foco.com.ar tel: +54 11 4300-1042 cel: 15-6475-3021 Moderador de Salas Dreamweaver y Programación Multimedia User Group Adobe Argentina http://www.mmug-ar.com.ar

Re: [Flashcoders] Flashlite RTMP or XMLSocket

2006-05-22 Thread ::: curdiss
hey there.. i noticed this post the other day... http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=472threadid=1150919enterthread=y On 5/21/06, jim [EMAIL PROTECTED] wrote: Can flash lite 2 support rtmp connections or xml sockets?

Re: [Flashcoders] Alpha Masking Weirdness

2006-05-22 Thread Vivek lakhanpal
Try embedding font for the textfield. Thanks, Vivek On 5/23/06, Rifled Cloaca [EMAIL PROTECTED] wrote: All, I'm masking a MovieClip with an alpha mask using cacheAsBitmap. The MovieClip has a dynamic text field inside it that I populate at a later time. When I play the movie, the area

[Flashcoders] Tweening Multiple Objects at the same time

2006-05-22 Thread azsl1326-email
Hello All --- I am using a custom tween class (SuperEase) I found online to tween objects. However, I have run into a situation where I need to have two objects start tweening at the same time. The SuperEase class does not allow for this functionality. I can tween both objectives sequentially

[Flashcoders] Issue with movieClip.onRelease

2006-05-22 Thread Craig Stanford
Hello Everyone, I am experiencing a strange issue when I am trying to do an onRelease in the following code. All it does is cycle through the items in an XML file, then assign the data to labels, buttons etc. Everything works fine until I try to assign the URL. Even when I try to trace it out

Re: [Flashcoders] Tweening Multiple Objects at the same time

2006-05-22 Thread Zeh Fernando
tried to resolve it by changing the # of frames / seconds, but this is somewhat tedious to match up between the 2 objects. Can anyone offer a suggestion on how to resolve this issue so that the 2 objects start tweening simultaneously? Any suggestions on an alternate class? I never user

Re: [Flashcoders] Issue with movieClip.onRelease

2006-05-22 Thread stacey
What version of flash are you using? YOu can try delegate to solve scoping issues but i kinda set it up in two ways as the comments suggest. Also, avoid references to root if possible. import mx.util.Delegate; function buildNav(p_content:Array):Void { for (var i:Number = 0;

Re: [Flashcoders] Issue with movieClip.onRelease

2006-05-22 Thread Ramon Miguel M. Tayag
Try tracing the _root.contentItems[1].jobUrl in the different steps of the program: when you create it, before you enter the onRelease defining part, etc. The problem must lie in referencing it. Note, however, that this code won't work (look at part 1): http://pastebin.com/732422 You'll need

[Flashcoders] Slides and Screens - Help, please

2006-05-22 Thread Loren R. Elks
I am beginning to work with screens and slides. I understand how to load external swfs into my slides or screens. Here's the question: How do I write code such that when my external swf that is loaded into the current slide or screen finishes playing, the application will automatically move

Re: [Flashcoders] Issue with movieClip.onRelease

2006-05-22 Thread Craig Stanford
Hi guys, Thanks for your fast responses. Ramon, your solution worked and I can see the values of the URL inside the onRelease function when i trace it, however a browser wont launch when i click the button. Im not sure why. Any suggestions? CODE function buildNav():Void { var

Re: [Flashcoders] Issue with movieClip.onRelease

2006-05-22 Thread Craig Stanford
Actually its all good, some security issue in the browser itself. Thankyou very much! Craig. On 5/23/06, Craig Stanford [EMAIL PROTECTED] wrote: Hi guys, Thanks for your fast responses. Ramon, your solution worked and I can see the values of the URL inside the onRelease function when i