Re: [Flashcoders] Someone knows about strange behaviour of window component on internet explorer?

2005-12-01 Thread eugen pflüger
well, seems that nobody had that problem before. than i will post a bug to macromedia. its frustrating because that problem had occured on flash mx 2004 and is not fixed in flash 8. eugen Am 30.11.2005 um 15:19 schrieb eugen pflüger: Hi list, could this be a flash bug on internet

[Flashcoders] Deng Custom Tags -- How To -- Examples

2005-12-01 Thread lieven.cardoen
I would like to use Deng in a big project at our Company. It looks really great except for the fact that it seems to me that all of the open source flash things going on forget about writing some decent manual/examples/... Deng : - How do you make custom tags. I have html I need to render,

[Flashcoders] strange crash textfields in player8 -- IE 6.0

2005-12-01 Thread Jeroen de Nijs
Hi, I have strange crashes happening, really not knowing where to look: -flashcontent made in flash7 played in player 8 in IE 6.02900 It's basically a chatapplication. Each time new text is added in the chatbox. This chatbox is a textarea component with a stylesheet and the text to show is html

Re: [Flashcoders] JERKY Animations

2005-12-01 Thread Danny Kodicek
Can you post an example? Or explain exactly what you mean by 'jerky'? I suspect what you're looking for is info about sub-pixel animation, but it's hard to tell. Danny - Original Message - From: flo_web [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, December

[Flashcoders] mousewheel support in flex2 components?

2005-12-01 Thread eugen pflüger
hello, is there a plan to support mousewheel actions in flex2 components natively? maybe also on mac? has someone heard something about it? thanks eugen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] fp8 + mac + streamingvideo -- strange behavior??

2005-12-01 Thread Kerem Gülensoy
hi all, i´m having problems streaming a livestream with audio from fcs via fp8 (mac)...the sound is totally distorted .. the strange thing about this is that it isnt destorted both on fp7 (mac) livestream and fp8 (mac) netstream without fcs...any idea how i can fix this? cheers | kerem

RE: [Flashcoders] JERKY Animations

2005-12-01 Thread Ben Smeets
Hi, Without knowing if it could be the allready mentioned subpixel thingie, Did you try increasing the framerate to something like 100, just to see if that makes any difference? 25-30 isn't that high in my opinion. My 2 cents. Ben -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] JERKY Animations

2005-12-01 Thread Eduardo Barbosa
If the object you are trying to animate is a bitmap does it work if you uncheck allow smoothing in the bitmap properties? edo On 12/1/05, flo_web [EMAIL PROTECTED] wrote: Hi, we're trying to make smooth and slow animations on aircarft movment. But the result is JERKY and we couldn't reach

Re: [Flashcoders] JERKY Animations

2005-12-01 Thread Daniel Todd
You're not importing the grapics dynamically into Flash 8 are you? Daniel ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] JERKY Animations

2005-12-01 Thread Andreas Rønning
If you're not going to show us an example i don't think we can help you very well. - Andreas Eduardo Barbosa wrote: If the object you are trying to animate is a bitmap does it work if you uncheck allow smoothing in the bitmap properties? edo On 12/1/05, flo_web [EMAIL PROTECTED] wrote:

[Flashcoders] Instanciation with Function.apply

2005-12-01 Thread erixtekila
Hi folks, Is it possible to activate the constructor of a class with Function.apply ? new Class.apply (Class, arguments) ? will work ? I know I could implement an init method that be activated by apply, but… Cheers. --- erixtekila http://blog.v-i-a.net/

[Flashcoders] xml, atomic values, special chars

2005-12-01 Thread Ramon Tayag
Hey everyone, How do I properly render text that was pulled from an atomic value? For example, here's the node: a attrib=name1This is the atomic value. It's so cool./a Getting the child node of that node a and tracing it in flash gives me: This is the atomic value. Itapos;s so cool. How do I

Re: [Flashcoders] xml, atomic values, special chars

2005-12-01 Thread Mike Boutin
Have you tried somethign like a attrib=name1![CDATA[This is the atmoic value. It's so cool]]/a Ramon Tayag wrote: Hey everyone, How do I properly render text that was pulled from an atomic value? For example, here's the node: a attrib=name1This is the atomic value. It's so cool./a Getting

[Flashcoders] Q: html and flash

2005-12-01 Thread Corban Baxter
Hey all I am working on an html/flash hybrid site. We are creating the menu in flash that has expandable and collapsible sections for that encompass the larger sections. What we would like to do is when a section is expanded and a sub link is clicked the user will obviously go to the next page.

Re: [Flashcoders] Q: html and flash

2005-12-01 Thread Mischa Williamson
You can use the SharedObject (Flash's version of cookies) to store the current state of the menu (before changing the URL) and then recreate that state within Flash on each subsequent page refresh. Check out SharedObject in the AS dictionary. Mischa On 12/1/05, Corban Baxter [EMAIL PROTECTED]

Re: [Flashcoders] Q: html and flash

2005-12-01 Thread Ian Thomas
Alternatively you can set flashVars in the containing object or embed tags - Google for flashVars. I'd imagine with SharedObject you'd run into problems if (for example) you had two different browser windows open. HTH, Ian On 12/1/05, Mischa Williamson [EMAIL PROTECTED] wrote: You can use

[Flashcoders] Q: Random wave pattern on single line

2005-12-01 Thread bitstreams
I want to create a random wave pattern on a single line using the drawing API. Can anyone suggest a starting point for creating and drawing the random motion? I need to vary the amplitude. I seem to recall seeing a downloadable flash demo/tutorial of motion on an animated wave path, I believe it

[Flashcoders] Navigate through XML

2005-12-01 Thread Mike Boutin
Does anyone have any good links for explaining how to navigate through an xml object? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Navigate through XML

2005-12-01 Thread Merrill, Jason
My current preferred method: http://www.xfactorstudio.com/ActionScript/AS2/XPath/ My future preferred method will be the Actionscript 3 ECMA method. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders-

Re: [Flashcoders] xml, atomic values, special chars

2005-12-01 Thread Søren Christensen
Well, - make sure your xml file (dynamic or 'physical') is utf-8 encoded. - And make sure your textfield uses a typeface that supports your desired special characthers. - And if the typeface is being embedded make sure that you embed the special charaters as well. Cheers, B) Søren On 1/12/05

Re: [Flashcoders] Navigate through XML

2005-12-01 Thread Ramon Tayag
You mean something like XPath? http://www.xfactorstudio.com/ActionScript/AS2/XPath/ On 12/2/05, Mike Boutin [EMAIL PROTECTED] wrote: Does anyone have any good links for explaining how to navigate through an xml object? ___ Flashcoders mailing list

Re: [Flashcoders] Navigate through XML

2005-12-01 Thread Mike Boutin
Perfect, I have used xpath before with Open Laszlo and wasnt aware it could be used in Flash as well. Thanks! Merrill, Jason wrote: My current preferred method: http://www.xfactorstudio.com/ActionScript/AS2/XPath/ My future preferred method will be the Actionscript 3 ECMA method. Jason

[Flashcoders] Firefox flash plugin problem?

2005-12-01 Thread Van De Velde Hans
Hi list, I have the strangest problem on a mini-site with a form: in Firefox, the Input textfields don't allow to type an @ or any other special character (!) and I do NOT have the problem in other browsers on PC or Mac... To see it : http://you-are-here.be/ http://you-are-here.be/ Send To

[Flashcoders] CORRECTION: Firefox flash plugin problem?

2005-12-01 Thread Van De Velde Hans
http://www.you-are-here.be/ http://www.you-are-here.be/ -Original Message- From: Van De Velde Hans Sent: donderdag 1 december 2005 18:34 To: 'flashcoders@chattyfig.figleaf.com' Subject: Firefox flash plugin problem? Hi list, I have the strangest problem on a mini-site with a

Re: [Flashcoders] Firefox flash plugin problem?

2005-12-01 Thread Mike Britton
Do you have fonts embedded, and if so have you included all the right characters? Mike ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Q: Random wave pattern on single line

2005-12-01 Thread Helen Triolo
It's an example with Ivan Demicki's Path class: http://dembicki.org/path/index-eng.html Helen [EMAIL PROTECTED] wrote: I want to create a random wave pattern on a single line using the drawing API. Can anyone suggest a starting point for creating and drawing the random motion? I need to vary

Re: [Flashcoders] xml, atomic values, special chars

2005-12-01 Thread Ramon Tayag
Still doesn't work :o I'm not putting it in a textfield yet tho; just tracing it for now. I know I can fix this by making the text an attribute and changing all illegal chars to their codes but there's a lot of text.. :s Thanks On 12/2/05, Søren Christensen [EMAIL PROTECTED] wrote: Well, -

[Flashcoders] Integrating Flash with ASP.Net

2005-12-01 Thread Doug Coning
Greetings All, I was wondering if someone could point me in the right direction for having Flash integrate with an ASP.Net environment. Specifically, I want my Flash swf file to be able to access field values in an ASP.Net Form that the swf file will reside in? Furthermore, is it possible to

Re: [Flashcoders] Instanciation with Function.apply

2005-12-01 Thread Navneet Behal
Sure, you can use this: --- function createInstance(clazz:Function, args:Array) { if (!clazz) return null; var result:Object = new Object; result.__proto__ = clazz.prototype; result.__constructor__ = clazz; clazz.apply(result, args); return result; } ---

Re: [Flashcoders] Firefox flash plugin problem?

2005-12-01 Thread Roman Blöth
Van De Velde Hans schrieb: [..] FYI: Authored in Flash 8 with ActionScript 2, published to Flash 7. and looking at it with flash plugin 8 on Windows XP Pro with Firefox 1.5. Sorry, no help from me, but I can support the statement that there indeed are problems with Flash player 8 and Firefox!

Re: [Flashcoders] xml, atomic values, special chars

2005-12-01 Thread Ramon Tayag
I was able to fix it; but I see now what was wrong. For the reference of others: Make sure you call the atomic data by node.childNodes[0].nodeValue I traced out node.childNodes[0] directly - that's why it wasn't tracing properly. Thanks guys! -- Ramon Miguel M. Tayag

[Flashcoders] (no subject)

2005-12-01 Thread Mike Boutin
I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no documentation on how to install. http://www.xfactorstudio.com/ActionScript/AS2/XPath/ Thanks! ___ Flashcoders mailing list

Re: [Flashcoders] (no subject)

2005-12-01 Thread Chris Hill
http://ubergeek.tv/article.php?pid=90 Mike Boutin wrote: I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no documentation on how to install. http://www.xfactorstudio.com/ActionScript/AS2/XPath/ Thanks!

RE: [Flashcoders] remove this email address

2005-12-01 Thread Merrill, Jason
No. And you didn't even use the magic word. take me off the mailing list NOTICE: This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any

RE: [Flashcoders] (no subject)

2005-12-01 Thread Merrill, Jason
Wherever you import .as files from is where to download them to. Then you use an import statement in the .fla, like this: import com.xfactorstudio.xml.xpath.* Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] Instanciation with Function.apply

2005-12-01 Thread erixtekila
Thanks Navneet. I do it like this but it's an horrible hack ;) Shame on you OOP guy ! Le 1 déc. 05, à 18:48, Navneet Behal a écrit : Sure, you can use this: --- function createInstance(clazz:Function, args:Array) { if (!clazz) return null; var result:Object = new Object;

[Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Jay Lepore
Hello, Can anyone provide with a recursive loop that loops through every mc and further loops through every child mc's listing every movieclip, string, object etc along the way? I know such code is out there and rather than recreate the wheel I thought I'd tap the experts on it. What sayeth the

Re: [Flashcoders] (no subject)

2005-12-01 Thread Mike Boutin
This works great, but this does not have syntax highlighting, is that another issue in itself? Chris Hill wrote: http://ubergeek.tv/article.php?pid=90 Mike Boutin wrote: I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no

RE: [Flashcoders] (no subject)

2005-12-01 Thread Merrill, Jason
Yes. Flash does not automatically have the capability to understand code that other people write and then be able to do syntax highlighting. I think you can modify Flash to do so, or you can use a development tool like Eclipse - don't know if anyone has developed anything for Eclipse to work

[Flashcoders] Combobox(es) stalling swf problem

2005-12-01 Thread Matthew Gaiser
Hi everyone, I have aform I ahve made that is just an swf loaded into another It is one frame and consists of only some text inputs and about 4-5 comboboxes. A strange thiing I cannot get around is after the form swf loads, it stalls the main flash movie (rollovers, everything) for

[Flashcoders] What the hell!! Please, help with accordion component

2005-12-01 Thread Felipe Fernandez
Hi, this is driving me mad I need to create dinamically an accordion instance. What I mean is create it by code. I'll have an unknown number of childs (max 20), but the content of each one is a datagrid. My thought is making just one movieclip and link this movieclip with each children but I

[Flashcoders] Dragging images into Flash from desktop

2005-12-01 Thread Ralph Caraveo
Anybody thought of a clever way of dragging images from the desktop into Flash either in the browser or standalone? Possibly using some type of DHTML or JavaScript to accomplish it or using one of those Flash Wrapper applications such as Zinc or something? Client is requesting something where

Re: [Flashcoders] Dragging images into Flash from desktop

2005-12-01 Thread JesterXL
Screenweaver back in v3 did it, and I'm sure the Open source implementation can now as well. I think mProjector does as well. Not sure if Zinc does, but it and SWFStudio all have their manuals online I believe; a quick scan of the available methods should reveal if they can. - Original

[Flashcoders] Targeting when using for loop

2005-12-01 Thread Mike Boutin
I am trying to target an object inside my scrollpane. This is what im trying to achieve: my_pane.content[product_+i].[color_+j].loadMovie What is the correct way to target a movieclip in this way? Thanks! ___ Flashcoders mailing list

RE: [Flashcoders] Targeting when using for loop

2005-12-01 Thread Merrill, Jason
What is color_j - a movie clip? I assume product_i is also a movie clip. Then it should work (as long as you finish your loadMovie statement, which you didn't...) I just did this yesterday with attachMovie and it worked great. Should be the same for loadMovie. Jason Merrill | E-Learning

RE: [Flashcoders] Combobox(es) stalling swf problem

2005-12-01 Thread Steven Sacks
Welcome to Macromedia components. There really isn't a way around this except to wait a frame or two to draw the combo boxes on the screen (which simply delays the inevitable) OR download some slimmer components. I highly recommend the Ghostwire component sets. They've worked very well for me.

Re: [Flashcoders] Targeting when using for loop

2005-12-01 Thread Martin Wood
i think you might need to lose the first . my_pane.content[product_+i][color_+j].loadMovie(someUrl); martin Mike Boutin wrote: I am trying to target an object inside my scrollpane. This is what im trying to achieve: my_pane.content[product_+i].[color_+j].loadMovie What is the correct way

[Flashcoders] Tile Bitmap

2005-12-01 Thread John Giotta
I saw a Flash 8 example that will allow you to draw a small bitmap and then tile it. Was this done with BitmapData.clone? I'd like some pointers if anyone could help out. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Changing a textfield on a dynamically added movieClip

2005-12-01 Thread Azinger, Richard
Hello Flashcoders, I've altered my code from my previous post so any help for this problem will be appreciated. I'm loading swf files using createEmptyMovieClip and loadClip. I figured out that I couldn't change the text field because it wasn't loaded yet. I've since added a variable to the

Re: [Flashcoders] can we cancel Up/Downloads of flash.net.FileReference.*

2005-12-01 Thread Ryan Matsikas
Look harder? fileRef.cancel(); On 11/9/05, Michael Stuhr [EMAIL PROTECTED] wrote: the subject says it all. i've looked in the man but didn't find anything ... micha ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Combobox(es) stalling swf problem

2005-12-01 Thread Matthew Gaiser
Seems unlikely they could be any harder to skin than the MM combobox :) I do like the way the finished skinned comobox looks with its animated dropdown set to ease/bounce, now I guess I just have to decide if the wait for them to initialize is worth it. On Dec 1, 2005, at 4:20 PM,

RE: [Flashcoders] Q: html and flash

2005-12-01 Thread Corban Baxter
So is there a way on each page in the object embed tags to send variables to flash? Corban Baxter  |  rich media designer  |  www.funimation.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Thursday, December 01,

Re: [Flashcoders] Q: html and flash

2005-12-01 Thread Matthew Gaiser
Or you can use flashvars http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_12701 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16417 http://www.actionscript.org/forums/showthread.php3?s=threadid=30319 On Dec 1, 2005, at 4:55 PM, Mike Boutin wrote: yes encode

[Flashcoders] Selection.setFocus()

2005-12-01 Thread Manuel Gonzalez
Hi, Has anyone had any luck with Selection.setFocus()...? For some reason I haven't had any luck getting the tabIndex to work in a project I'm working on so I have resorted to a hack, but now the hack isn't working either. All I'm trying to do is gain focus on input fields in my movie clip.

Re: [Flashcoders] Dragging images into Flash from desktop

2005-12-01 Thread David Rorex
You can drag from desktop to a (trusted) java applet, so it's technically possible, but it's not supported by flash, unless you use one of the swf2exe tools -- but then it's no longer a crossplatform zero-download app. -David R On 12/1/05, Derek Vadneau [EMAIL PROTECTED] wrote: You can do this

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread David Rorex
On 12/1/05, Jay Lepore [EMAIL PROTECTED] wrote: Hello, Can anyone provide with a recursive loop that loops through every mc and further loops through every child mc's listing every movieclip, string, object etc along the way? I know such code is out there and rather than recreate the wheel

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Steve Mathews
Look at Xray on osflash.org (site not coming up for me right at the moment). On 12/1/05, Jay Lepore [EMAIL PROTECTED] wrote: Hello, Can anyone provide with a recursive loop that loops through every mc and further loops through every child mc's listing every movieclip, string, object etc

Re: [Flashcoders] Tile Bitmap

2005-12-01 Thread JesterXL
Yeah man, it's mainly done via BitmapData.copyPixels. That function is so fast. Go look in the ActionScript help in Flash 8, and look at BitmapData.copyPixels; there is some example code at the bottom. Basically, you copy pixels from an area, defined by a rectangle, to a certain point. You

Re: [Flashcoders] Tile Bitmap

2005-12-01 Thread David Rorex
What about MovieClip.beginBitmapFill() ? Fills a drawing area with a bitmap image. The bitmap can be repeated or tiled to fill the area. -David R On 12/1/05, JesterXL [EMAIL PROTECTED] wrote: Yeah man, it's mainly done via BitmapData.copyPixels. That function is so fast. Go look in the

Re: [Flashcoders] Tile Bitmap

2005-12-01 Thread JesterXL
Damn, good find, had no clue that was there. ...well, there goes 2 weeks worth of code I thought was cool... - Original Message - From: David Rorex [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, December 01, 2005 6:05 PM Subject: Re:

Re: [Flashcoders] the bitmap shift bug

2005-12-01 Thread David Rorex
On 12/1/05, Matt Ganz [EMAIL PROTECTED] wrote: just wondering if the known bug that shifts bitmaps 1px (http://www.misuseit.com/bitmapbug/) could affect an flv that has a bitmap composited in it. i'm experiencing 1px shifts (to the right) that do not appear to be specific to screen

Re: [Flashcoders] the bitmap shift bug

2005-12-01 Thread Matt Ganz
point taken. i'll trace out the x and y of my media display to ensure it's ending up where i want it. and the odd thing about it is that i'm using 7 flvs and only 2 are suffering from this shift. i've also been thinking that it could be due to the way i'm compressing the flvs. i've tried

[Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Jay Lepore
Hello, Can anyone provide with a recursive loop that loops through every mc and further loops through every child mc's listing every movieclip, string, object etc along the way? I know such code is out there and rather than recreate the wheel I thought I'd tap the experts on it. What sayeth the

[Flashcoders] preload loadvar xml return

2005-12-01 Thread Mike Boutin
I am doing a loadVars call to a php file, that then returns a bunch of xml. Is it possible to show a preloader for this load? var catalog_xml:XML = new XML(); catalog_xml.ignoreWhite = true; catalog_xml.onLoad = function(success:Boolean) { if (success) { } else { }

Re: [Flashcoders] preload loadvar xml return

2005-12-01 Thread JesterXL
Theoretically, yes. Both LoadVars XML both have a getBytesLoaded getBytesTotal. However, in practice, neither took long enough to actually justify the time in creating a preloader for them. I'd be lucky to even get it to show a percentage. Therefore, you're better of just showing a loading

Re: [Flashcoders] Changing a textfield on a dynamically added movieClip

2005-12-01 Thread Radley Marx
Add .text at the end of your text field change the coding for accessing attributes... new: this[tempBtnName].labelText.text = tempNodes[i].childNodes [k].attributes[label]; original: this[tempBtnName].labelText= tempNodes[i].childNodes [k].attributes.label; -radley On Dec 1,

Re: [Flashcoders] preload loadvar xml return

2005-12-01 Thread Mike Boutin
Thanks! The problem I have seems to be that the flash player locks up for about 1-2 seconds from the time I make the request, to the time I get the xml data back. Is this something Ill just have to live with or is it fixable? JesterXL wrote: Theoretically, yes. Both LoadVars XML both have

Re: [Flashcoders] preload loadvar xml return

2005-12-01 Thread JesterXL
The lock up is the xml.parseXML running. The parseXML function is the bane of all Flash developers, and although many enlightened individuals have posted about various ways of handling it in Flash, the most trusted way is to go straight for the source; the XML it's parsing. If that's not a

Re: [Flashcoders] preload loadvar xml return

2005-12-01 Thread Mike Boutin
Perfect, thanks for all your help. Ill see what I can do to cut the size out. If there is whitespace in the xml being sent back, could that affect the parse time? JesterXL wrote: The lock up is the xml.parseXML running. The parseXML function is the bane of all Flash developers, and

Re: [Flashcoders] Tile Bitmap

2005-12-01 Thread Mick Gow
You can also do this in early flash versions (non code) by breaking apart an image, then use the eyedropper over the bitmap and you can then fill any vector shape with the bitmap fill. On 12/2/05, JesterXL [EMAIL PROTECTED] wrote: Damn, good find, had no clue that was there. ...well, there

Re: [Flashcoders] preload loadvar xml return

2005-12-01 Thread JesterXL
Not sure actually. I always do: my_xml = new XML(); my_xml.ignoreWhite = true; To ensure whitespace doesn't fubar my parsing. So, I'd assume yes since whitespace is 1 extra thing to parse. - Original Message - From: Mike Boutin [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] Tile Bitmap

2005-12-01 Thread JesterXL
Aye, but that's at authortime, not runtime. - Original Message - From: Mick Gow [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, December 01, 2005 7:59 PM Subject: Re: [Flashcoders] Tile Bitmap You can also do this in early flash versions

RE: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Marc Hoffman
Jay, If you got this to work, could you send me the code? I can't make it work even when doing the obvious clean-up to the line breaks and changing naming conventions to AS2 (e.g. Boolean rather than boolean). Thanks, Marc At 04:39 PM 12/1/2005, you wrote: Ok, this may be a first. I'm

[Flashcoders] amfphp, flash 8 and netdebug

2005-12-01 Thread Alfonso Florio
hi to all i'm trying to use the remoting with amfphp in flash 8 i'm trying to use also the netdebug with the netconnection debugger... here's the syntax I use to import the classes import mx.remoting.NetServices import mx.remoting.debug.NetDebug; NetDebug.initialize(); if I just import

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Mark Winterhalder
On 12/2/05, Marc Hoffman [EMAIL PROTECTED] wrote: Jay, If you got this to work, could you send me the code? I can't make it work even when doing the obvious clean-up to the line breaks and changing naming conventions to AS2 (e.g. Boolean rather than boolean). you can give the one i just

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Mark Winterhalder
On 12/2/05, Mark Winterhalder [EMAIL PROTECTED] wrote: On 12/2/05, Marc Hoffman [EMAIL PROTECTED] wrote: Jay, If you got this to work, could you send me the code? I can't make it work even when doing the obvious clean-up to the line breaks and changing naming conventions to AS2 (e.g.

[Flashcoders] Change object in xpath

2005-12-01 Thread Mike Boutin
productNames = XPath.selectNodes(catalog_xml, /shirtBin/shirt/name/text()); var ttTotal = XPath.selectNodes(catalog_xml,/shirtBin/shirt[price12.00]); Is it possible to say do another XPath query and get back a list of results. Then pass that xml object (ttTotal) through instead of

Re: [Flashcoders] Change object in xpath

2005-12-01 Thread Ramon Tayag
ttTotal is an array though. But yes, if you get an elements, let's say ttTotaltt[0], you can treat that as if it were an XML file and use it further on other queries. Mon On 12/2/05, Mike Boutin [EMAIL PROTECTED] wrote: productNames = XPath.selectNodes(catalog_xml,

Re: [Flashcoders] the bitmap shift bug

2005-12-01 Thread Eric E. Dolecki
pixelshift has been fixed in fp8, but you are publishing to fp7 right? edolecki On Dec 1, 2005, at 6:29 PM, Matt Ganz wrote: point taken. i'll trace out the x and y of my media display to ensure it's ending up where i want it. and the odd thing about it is that i'm using 7 flvs and only 2

[Flashcoders] Loading Different Size MovieClips depending on the Resolution.

2005-12-01 Thread Nicholas Chhabra
Hey Guys, I was just wondering what the ActionScript was for loading a different movie clip depending on the resolution fo the client. Is there a way tod o this (I'm sure there is!). Thanks Nchh ___ Flashcoders mailing list

Re: [Flashcoders] Loading Different Size MovieClips depending on the Resolution.

2005-12-01 Thread Boon Chew
You can use the System.capabilities object to determine the client display resolution and load your movieclip accordingly. http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary705.html - boon Nicholas Chhabra [EMAIL PROTECTED] wrote:

Re: [Flashcoders] flash - css tooltip

2005-12-01 Thread Michael Klishin
eric dolecki wrote: What I am doing so far... I have some javascript that calls up a css tooltip removes them. using wmode=transparent I can ensure the DHTML will appear above Flash. Now I guess I'm just looking to hook the flash and css together using externalInterface as I slog thorugh

[Flashcoders] zooming application

2005-12-01 Thread Jati Putra
Dear all, I have such a problem to make a zoom application.I`m really blank with the calculation.My application is to present a world map. In the interface there are two map, the big one and the other is the small one.The small one used to navigate a zoom of the big one. In the small map i