Re: [Flashcoders] combo box problem

2007-05-31 Thread Hans Wichman
Hi, @randy: define not working? Does it no longer dropdown and show a weird show button thats disabled, or does it no longer fire events or is it no longer visible? regards JC On 5/31/07, Carl Welch [EMAIL PROTECTED] wrote: No, I'm not loading any external swfs. On 5/30/07, Andy Herrman

Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-05-31 Thread Muzak
File Publish Settings Local playback security: Access network only (and recompile) Then the allowScriptAccess param has no effect whatsoever, but getURL will work. http://livedocs.adobe.com/flash/8/main/1610.html regards, Muzak - Original Message - From: Darren Bowers [EMAIL

[Flashcoders] Loaded swf file is not calling function residing main file if played from sub-domain or other domain.

2007-05-31 Thread Vivek Lakhanpal
I have a very unique problem, i am not sure if it's something related to security sandbox issue or something else. I have a flash player ( http://www.authorstream.com) in which i play slides dynamically. I pick up a xml file and then prepare an array of the slides to be loaded in the player. I

Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-05-31 Thread Muzak
Additionally, if you don't want to change the Local playback security option, you can create a FlashPlayerTrust file that contains the path to the swf. http://livedocs.adobe.com/flash/8/main/1613.html http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4c093f20 You can create this file

Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-05-31 Thread Darren Bowers
I tried the Access network only and it would work great but I have to load a number of XML files locally to build the Tree structure. This prevents access to these files. I have been searching Adobe and the net for ages and I cant find any official reference to this change in behaviour as a

[Flashcoders] default classpath for actionscript 3.0

2007-05-31 Thread נמרוד הוברמן
what is the default classpath for actionscript 3.0? (I delete the line, and can find reference only to the settings for actionscript 2.0) thank you nimrid ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] default classpath for actionscript 3.0

2007-05-31 Thread Muzak
$(AppConfig)/ActionScript 3.0/Classes - Original Message - From: ? ?? [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent: Thursday, May 31, 2007 11:24 AM Subject: [Flashcoders] default classpath for actionscript 3.0 what is the default classpath for actionscript

[Flashcoders] Surely simple: textField.restrict to block carriage return

2007-05-31 Thread Danny Kodicek
I want to allow users to enter anything except carriage returns in my input field (but only sometimes). Is there no way to do this using textField.restrict? I tried ^\r, ^\n, ^\u000d, none of which made any difference. I know I can do it by setting multiline = false, but it's a bit irritating for

[Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Alistair Colling
Hi there, I want to remove the green glow that appears when you rollOver items in a list box. I know how to set the colour of the theme and how to edit the graphical elements of the component from the StandardComponents.fla but I can't find the rollOver highlight MC. If someone could let

RE: [Flashcoders] combo box problem

2007-05-31 Thread Randy Tinfow
@randy: define not working? The combobox is being placed initially like this: this._lockroot = true; _cbCategory = ComboBox(createClassObject(ComboBox, _cbCategory, this.getNextHighestDepth())); _cbCategory.addEventListener(change, objComboListen); _cbCategory.setStyle(embedFonts, true);

Re: [Flashcoders] combo box problem

2007-05-31 Thread Hans Wichman
Hi, have you checked with xray if there is something in the way? Or commented out some of the stuff that gets created in order to pinpoint the problem? regards, JC On 5/31/07, Randy Tinfow [EMAIL PROTECTED] wrote: @randy: define not working? The combobox is being placed initially like this:

Re: [Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Alistair Colling
Thanks for your reply eric, this code seems to make the background of each item black but the green glow still appears on rollOver and also you can see faint outlines around each of the items in the list. Al I want to do is hide the green animation that shows when i rollOver an item, I

Re: [Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Muzak
You can disable the rollover behavior: _list.setStyle(useRollOver, false); Does that help? regards, Muzak - Original Message - From: Alistair Colling [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, May 31, 2007 3:42 PM Subject: [Flashcoders] How do i get rid of

RE: [Flashcoders] combo box problem

2007-05-31 Thread Randy Tinfow
have you checked with xray if there is something in the way? Or commented out some of the stuff that gets created in order to pinpoint the problem? Just checked with xray, it seems that after 2 selections in that combobox, it loses its reference to the __dropdown property, which is a List

Re: [Flashcoders] How do i get rid of the green halo glow on listbox?

2007-05-31 Thread Alistair Colling
Thanks Muzak , that's great. I have also realised I can use: this.userlist.rollOverColor = 0xFF; Thanks :) On 31 May 2007, at 16:22, Muzak wrote: You can disable the rollover behavior: _list.setStyle(useRollOver, false); Does that help? regards, Muzak - Original Message -

Re: [Flashcoders] combo box problem

2007-05-31 Thread Hans Wichman
Hi Randy, this any help: http://www.5etdemi.com/blog/archives/2005/06/careful-with-_rootgetnexthighestdepth-and-other-fun-ways-of-breaking-combo-boxes/ greetz JC On 5/31/07, Randy Tinfow [EMAIL PROTECTED] wrote: have you checked with xray if there is something in the way? Or commented out

RE: [Flashcoders] combo box problem

2007-05-31 Thread Randy Tinfow
I read that article yesterday, didn't help much. I'm half way to a solution right now. private function onComboOpen(objEvent:Object) { var nDepth:Number = this.getNextHighestDepth(); trace (_cbCategory.getDepth()); _cbCategory.swapDepths(nDepth); trace

[Flashcoders] Adding Buttons Dynamically

2007-05-31 Thread Steve Abaffy
I would like to be able to add 1 to 18 buttons to the stage dynamically. Then buttons need to have dynamic text. So the idea would be that there would be one generic blank button with dynamic text. So basically, If(Room[x] != undefined){ Createnewbutton; //not sure of exact code required

[Flashcoders] IE6: javascript issues w. events calling: getURL/SWFAddress/Object

2007-05-31 Thread sebastian chedal
Hello, I'm having problems with IE6 and getURL calling javascript code: getURL (javascript:void(urchinTracker('+__newURL.parameters.myURL+')););//google analytics makes IE6 open a new window and puts the words: javascript:void(urchinTracker('path/file')); in the url bar! a pop up throws

RE: [Flashcoders] combo box problem

2007-05-31 Thread Randy Tinfow
more that I found out: var nDepth:Number = this.getNextHighestDepth(); trace (this.getNextHighestDepth()); trace (_cbCategory.getDepth()); _cbCategory.swapDepths(nDepth); trace (_cbCategory.getDepth()); this is that same onComboOpen function I posted before, with one extra trace...noticed some

RE: [Flashcoders] OT: Extract flv metadata using php

2007-05-31 Thread Ruslan Shestopal
Hi, Duncan! It seems like a very great finding! Thanks for the URL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Reid Sent: Wednesday, May 30, 2007 9:54 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] OT: Extract flv

[Flashcoders] RE: OT: Extract flv metadata using php

2007-05-31 Thread Brian Weil
Thanks everyone for pointing out flv4php. I looked at using that but there are quite a few files and I'm trying to keep things as simple as possible. Flv4php would be overkill in this case. I'll check out the flv module for id3 and report back. I'm currently using ffmpeg to extract the info but

[Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-05-31 Thread Andy Herrman
The application I'm working on gets all of its UI resources from a separate SWF. This will allow us to internationalize/brand the UI by simply providing different resource SWFs. Because the UI resources are all in the child movie I have to construct the UI within the movie clips owned by that

Re: [Flashcoders] IE6: javascript issues w. events calling: getURL/SWFAddress/Object

2007-05-31 Thread Rostislav Hristov
Combining ExternalInterface with getURL is problematic for IE, especially in the SWFAddress case. Check out http://www.asual.com/blog/swfaddress/2007/05/18/swfaddress-bad-practices.html SWFAddress 1.1 has a build-in Analytics tracking support. You can also download the current development

[Flashcoders] simple FLVPlayback with a Class?

2007-05-31 Thread Steven Loe
Hello All, I'm hoping to use the FLVPlayback component with a class in flash 8 AS2. I'd like to avoid placing an instance on the stage at author time. Unfortunately, the class below does not play video. Any thoughts? I don't need any UI controls. I'm just looking to play the flv and loop it

Re: [Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-05-31 Thread Hans Wichman
Hi, I found another strange thing in ComboBox today, Ive overriden the displayDropdown method to open up upwards always. The only thing is Macromedia changed 2 lines in the combobox class between mx2004 and flash 8, which caused the overridden component to no longer trigger events. So when

Re: [Flashcoders] Strange ComboBox issues when loaded in a child SWF

2007-05-31 Thread Hans Wichman
Hi Andy, one more question, do you load in a clip with all the assets and actually construct an interface within that library, OR do you use runtime shared libraries to accomplish this, if and not, why not;). We are running into problems (as described in the previous post) which forces us to

[Flashcoders] Flex like RSLs in CS3?

2007-05-31 Thread Steve Mathews
I know this comes up with every version of Flash, but this time it seems Flex does it right, so the question is can I share code/assets in CS3 (mainly code)? Basically I recently came on board after a project was started and it has been built in Flex. But the only part of Flex we 'need' is the

Re: [Flashcoders] combo box problem

2007-05-31 Thread Muzak
Don't use getNextHighestDepth() when using the v2 component framework. Use the DepthManager. So I'd start by removing whatever hoops you're currently jumping through and replace all getNextHighestDepth() methods with DepthManager methods and see if it works as is. regards, Muzak -

[Flashcoders] Flash C3 and Embedding resources

2007-05-31 Thread Smith, Philip
Hi there, I was reading this article on embedding resources here: http://www.bit-101.com/blog/?p=853 and wondered if the same, or a similar technique can be achieved when compiling AS3 with the Flash C3 IDE, ie: [Embed(source=graphics.swf, symbol=box)]