[Flashcoders] Flash MouseWheel Listener Problem
Hi Guys, I'm having a problem with attaching the mouse wheel listener to the stage in AS3. For some strange reason, when flash is focused and I scroll my mouse wheel, the entire browser scrolls along with flash itself! Any ideas how to prevent this? I believe Google is not my friend on this one! Cheers, Dav ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Flash MouseWheel Listener Problem
Hey there Dav, I did a google for mouse wheel listener in flash and found this: http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Partsfile=1887.html You may need to make your stage a movieClip itself and then attach the mouse listener to it. Or put whatever your scrolling into a scroller box of sorts and attach the mouse listener to that. HTH Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 26, 2009, at 3:50 AM, Dav wrote: Hi Guys, I'm having a problem with attaching the mouse wheel listener to the stage in AS3. For some strange reason, when flash is focused and I scroll my mouse wheel, the entire browser scrolls along with flash itself! Any ideas how to prevent this? I believe Google is not my friend on this one! Cheers, Dav ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
RE: [Flashcoders] Flash MouseWheel Listener Problem
THANK YOU!!! I can't believe you found it so easily, I spent 30 minutes on Google. Obviously it's too early in the morning for me, thanks mate! Dav -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: 26 June 2009 10:15 To: Flash Coders List Subject: Re: [Flashcoders] Flash MouseWheel Listener Problem Hey there Dav, I did a google for mouse wheel listener in flash and found this: http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Partsfile=1887.html You may need to make your stage a movieClip itself and then attach the mouse listener to it. Or put whatever your scrolling into a scroller box of sorts and attach the mouse listener to that. HTH Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 26, 2009, at 3:50 AM, Dav wrote: Hi Guys, I'm having a problem with attaching the mouse wheel listener to the stage in AS3. For some strange reason, when flash is focused and I scroll my mouse wheel, the entire browser scrolls along with flash itself! Any ideas how to prevent this? I believe Google is not my friend on this one! Cheers, Dav ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Flash MouseWheel Listener Problem
NO problem at all.. GL Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 26, 2009, at 4:27 AM, Dav wrote: THANK YOU!!! I can't believe you found it so easily, I spent 30 minutes on Google. Obviously it's too early in the morning for me, thanks mate! Dav -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: 26 June 2009 10:15 To: Flash Coders List Subject: Re: [Flashcoders] Flash MouseWheel Listener Problem Hey there Dav, I did a google for mouse wheel listener in flash and found this: http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Partsfile=1887.html You may need to make your stage a movieClip itself and then attach the mouse listener to it. Or put whatever your scrolling into a scroller box of sorts and attach the mouse listener to that. HTH Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 26, 2009, at 3:50 AM, Dav wrote: Hi Guys, I'm having a problem with attaching the mouse wheel listener to the stage in AS3. For some strange reason, when flash is focused and I scroll my mouse wheel, the entire browser scrolls along with flash itself! Any ideas how to prevent this? I believe Google is not my friend on this one! Cheers, Dav ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
[Flashcoders] flash stops redrawing the stage
Hi list, I have an app in AS2, which I run in flash player 10. If I use fscommand (fullscreen, true) and mouseover the stage a lot, flash simply stops redrawing the stage. I can click on stuff, I hear sounds from a video thats playing, but I don't see anything, UNTIL I press escape, at which point the interface exits fullscreen mode and flash happily starts to redraw the stage again. Completely stumped, any ideas would be appreciated! Hans ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
[Flashcoders] Reach a single attribute value on a XML node with xpath AS3
Hi list, this is my very first message and I'm happy to join this list! I'm parsing a huge xml file, and i'm using xpath (as3 version) with memorphic package (http://code.google.com/p/xpath-as3/) but I cannot reach a single attribute value on a node: ex: someElement *someAttribute=some value* ... ... /someElement and i need this value to build a menu. I'm trying to reach this value with this path: root/ancestor/someelem...@*someattribute* But i get this error: /Error: Some parsing went awry at memorphic.parser::SyntaxTree/verifyTree() at memorphic.xpath.parser::XPathParser/parseXPath() at memorphic.xpath::XPathQuery/set path() at memorphic.xpath::XPathQuery$iinit()/ Does anyone fixed this issue? Thanks for your answers (and sorry for my english)! Davide. -- ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
[Flashcoders] Ruy Adorno portfolio
Hello list, I just released my new flash portfolio this week and want to spread the word. It was developed using opensource programming tools like Haxe, SwfMill and FlexSDK. You can check it online here: http://www.ruyadorno.com Thanks, Ruy Adorno ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Ruy Adorno portfolio
Pretty nice! Loved the boxes flying around the screen. Which particle system have you used? Congratulations! On Fri, Jun 26, 2009 at 12:29 PM, Ruy Adorno r...@lesite.ca wrote: Hello list, I just released my new flash portfolio this week and want to spread the word. It was developed using opensource programming tools like Haxe, SwfMill and FlexSDK. You can check it online here: http://www.ruyadorno.com Thanks, Ruy Adorno ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Fabio Pinatti :: web.developer www.pinatti.com.br :: 19. 9184.3745 / 3342.1130 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Ruy Adorno portfolio
Ruy Love your work! Impressive portfolio site On Fri, Jun 26, 2009 at 11:29 AM, Ruy Adornor...@lesite.ca wrote: Hello list, http://www.ruyadorno.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Ruy Adorno portfolio
Many thanks guys! I used Physaxe as a physics engine, it has an excellent performance and is also opensource, you can check the project here: http://code.google.com/p/physaxe/ I would love if some of you can tweet it and other things to help me spread the word. Best, Ruy Adorno ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Query String + Loader odd issue
Oh, I thought I replied here to say I figured it out (kind of), guess I replied somewhere else. So I found that this problem only happened when launching non-debug from the Flash IDE. If I published and ran the swf standalone it worked fine. Strange issue. Thanks. On Thu, Jun 25, 2009 at 7:32 PM, Ktu ktu_fl...@cataclysmicrewind.comwrote: I have an idea, not much of one, but worth checking? Publish everything and test it live. You never know, sometimes stuff like that happens. (supposing you haven't already tried that) Ktu On Thu, Jun 18, 2009 at 6:45 PM, Steve Mathews happy...@gmail.com wrote: Using Flash CS3 pro, trying to load a Flex based swf into a non-Flex swf and pass a query string to the Flex application. Simple enough in theory, using a Loader just point at the file and load. Add the loader to the stage and all is good. Now for the query string. Add it to the path .. var request:URLRequest = new URLRequest(path+?data=true); and launch. Error #2035: URL Not Found. Ok, well lets launch this in debug mode... wait, that works? Yep, launching with the debugger and my file loads, gets the data and all is good. Just to add to this, I have a Captivate widget that basically does exactly this and it also works fine running in a published Captivate project. It has the same code with the query string and all. Note that I also tried using URLVariables instead of the string with no change. Anyone have any ideas what is going on here? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Reach a single attribute value on a XML node with xpath AS3
I'm parsing a huge xml file, and i'm using xpath (as3 version) with memorphic package (http://code.google.com/p/xpath-as3/) but I cannot reach a single attribute value on a node: ex: someElement *someAttribute=some value* ... ... /someElement and i need this value to build a menu. I'm trying to reach this value with this path: root/ancestor/someelem...@*someattribute* But i get this error: /Error: Some parsing went awry at memorphic.parser::SyntaxTree/verifyTree() at memorphic.xpath.parser::XPathParser/parseXPath() at memorphic.xpath::XPathQuery/set path() at memorphic.xpath::XPathQuery$iinit()/ Does anyone fixed this issue? Thanks for your answers (and sorry for my english)! There's no need to apologize for your English, it's certainly better than my Italian (or anything else). Are there actually asterisks (*) around the attribute and its value? While you can use asterisks within an attribute name, you can't have one after the quoted value. I'm also not sure if you can use an asterisk for the first character of the attribute name. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Reach a single attribute value on a XML node with xpath AS3
Hi Davide, I assume the asterisks are just for our benefit. And I think the path you are looking for is root/ancestor/someElement/@someAttribute. You need the / before the @. Peter On Fri, Jun 26, 2009 at 6:17 PM, Dave Wattsdwa...@figleaf.com wrote: I'm parsing a huge xml file, and i'm using xpath (as3 version) with memorphic package (http://code.google.com/p/xpath-as3/) but I cannot reach a single attribute value on a node: ex: someElement *someAttribute=some value* ... ... /someElement and i need this value to build a menu. I'm trying to reach this value with this path: root/ancestor/someelem...@*someattribute* But i get this error: /Error: Some parsing went awry at memorphic.parser::SyntaxTree/verifyTree() at memorphic.xpath.parser::XPathParser/parseXPath() at memorphic.xpath::XPathQuery/set path() at memorphic.xpath::XPathQuery$iinit()/ Does anyone fixed this issue? Thanks for your answers (and sorry for my english)! There's no need to apologize for your English, it's certainly better than my Italian (or anything else). Are there actually asterisks (*) around the attribute and its value? While you can use asterisks within an attribute name, you can't have one after the quoted value. I'm also not sure if you can use an asterisk for the first character of the attribute name. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Flash MouseWheel Listener Problem
http://www.libspark.org/wiki/SWFWheel/en On Jun 26, 2009, at 1:50 AM, Dav wrote: Hi Guys, I'm having a problem with attaching the mouse wheel listener to the stage in AS3. For some strange reason, when flash is focused and I scroll my mouse wheel, the entire browser scrolls along with flash itself! Any ideas how to prevent this? I believe Google is not my friend on this one! Cheers, Dav ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] flash stops redrawing the stage
Have you tried wrapping in an onEnterFrame? May make it slow though. Karl Sent from losPhone On Jun 26, 2009, at 7:15 AM, Hans Wichman j.c.wich...@objectpainters.com wrote: Hi list, I have an app in AS2, which I run in flash player 10. If I use fscommand (fullscreen, true) and mouseover the stage a lot, flash simply stops redrawing the stage. I can click on stuff, I hear sounds from a video thats playing, but I don't see anything, UNTIL I press escape, at which point the interface exits fullscreen mode and flash happily starts to redraw the stage again. Completely stumped, any ideas would be appreciated! Hans ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Flex interferes with SVN
http://jessewarden.com/2008/05/two-directory-source-control-workflow.html On Jun 26, 2009, at 3:00 PM, Mario Gonzalez wrote: If I have a project that is under subversion control, then I decide to make a flex project with the folder (order of these two operations can be reversed with same results) everything gets screwed up. I can't add/commit (* is already under version control) my files because flexbuilder already has it's own internal 'subversion' type system. If you try to commit you get this error Over all its a big annoying mess, What do you guys do in this situation? Mario Gonzalez http://onedayitwillmake.com Senior Developer | WDDG.com __ Information from ESET NOD32 Antivirus, version of virus signature database 4193 (20090626) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Re: [Flashcoders] Flex interferes with SVN
I use SubClipse and TortoiseSVN and have no problems. Just make sure both have the exact same version, 1.6.2 in my case. regards, Muzak - Original Message - From: Mario Gonzalez ma...@wddg.com To: Flash Coders List flashcoders@chattyfig.figleaf.com; This is the generalmailing list for FlashCodersNY.org flashcoder...@flashcodersny.org Sent: Saturday, June 27, 2009 12:00 AM Subject: [Flashcoders] Flex interferes with SVN If I have a project that is under subversion control, then I decide to make a flex project with the folder (order of these two operations can be reversed with same results) everything gets screwed up. I can't add/commit (* is already under version control) my files because flexbuilder already has it's own internal 'subversion' type system. If you try to commit you get this error Over all its a big annoying mess, What do you guys do in this situation? Mario Gonzalez http://onedayitwillmake.com Senior Developer | WDDG.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders