[Flashcoders] Flash CS3 Troubles

2007-05-11 Thread Mike Boutin
Hi everyone, I have been using Flash CS3 and I noticed that if I am working in the Actionscript Panel, and I compile my movie, the movie stays behind the AS Panel, rather than going on top of all the panels like it does in Flash 8. Has anyone else experienced this? Also I have noticed that my

Re: [Flashcoders] net connection debugger not working in F8

2006-07-26 Thread Mike Boutin
Ive had this problem using the f8 remoting files. It seems to fix itself for me by restarting flash... Bbt Lists wrote: Has anyone had this issue, or a way around it? I had searched google, and found references to using the mx2004 files to replace the F8 ones, but i do not have access to

Re: [Flashcoders] XML access

2006-07-24 Thread Mike Boutin
My not use childNodes? mainMenu.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue; mainMenu.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue; Jose Maria Barros wrote: Hi, i have the xml: root pic imagehttp://www.kirupa.com/developer/mx2004/pg/kresge.jpg /image

Re: [Flashcoders] Form Help Needed, Please - STILL NEED HELP

2006-07-24 Thread Mike Boutin
You could try using loadVars and return a status in xml rather than loadVariablesNum... var myVars:LoadVars = new LoadVars; var xml_results:XML = new XML(); xml_results.ignoreWhite = true; xml_results.onLoad = function(success:Boolean){ if (success){ } else { } }

Re: [Flashcoders] XML access

2006-07-24 Thread Mike Boutin
/medialab.jpg /imagep /pic /root On 7/24/06, Mike Boutin [EMAIL PROTECTED] wrote: My not use childNodes? mainMenu.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue; mainMenu.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue; Jose Maria Barros wrote: Hi, i have the xml: root

Re: [Flashcoders] Radiobutton groupName issue *URGENT*

2006-07-20 Thread Mike Boutin
to the _parent.myradioButton movieclip. In your case it seems that you get multiple radiobutton groups, one for each movieclip. You have to find some other way to do it. Alberto -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Boutin Sent: Wednesday, July 19

[Flashcoders] Radiobutton groupName issue *URGENT*

2006-07-19 Thread Mike Boutin
(Group Name: +rb.groupName); } Mike Boutin ___ 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 Leaf Software Premier Authorized

Re: [Flashcoders] Output to Text File

2006-07-11 Thread Mike Boutin
I believe you would need to use something such as php for this. kelly snyder wrote: I am trying to find a way to get my Flash file read from and write to ASCII text files. I would like to run the swf or exe file on my local machine, with an input test file and an output text file in the same

Re: [Flashcoders] Php Host

2006-07-11 Thread Mike Boutin
http://www.hostbrigade.com/ - These guys are great. Suzanne Harmon wrote: I am looking for a good Php host with decent customer support. Anyone have recommendations? Thanks in advance Suzanne ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Flash Remoting Inquiry

2006-07-07 Thread Mike Boutin
Yes i believe its a scope issue also, i solved this by storing the callback functions at _root. Mike BOutin Rich Rodecker wrote: is it a scoping issue? maybe trying delegating the click to a function in the same scope as the service... sendMessage.click = Delegate.create(this, onButtonClick

[Flashcoders] Export frame option disabled

2006-06-22 Thread Mike Boutin
Hey everyone, Im creating a preloader and I notice that it doesnt start until about 90% done loading the file. I believe this is because my ui components are exported to the first frame. I tried unchecking export to first frame with no difference. I also tried changing the actionscript

Re: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Mike Boutin
You may also want to look into amfphp and Flash Remoting as it greatly simplifies this approach. http://amfphp.org/ Mike Boutin Jim Robson wrote: Matt: http://php.net/ has tutorials and a comprehensive manual. If you have experience with ASP, then you should be able learn the basics of PHP

Re: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Mike Boutin
Take a look into amfphp and Flash Remoting at http://amfphp.org/ Mike Boutin Jorge Antonio Diaz Gutierrez wrote: Hi everyone: There are differents ways to comunicate Flash Action Script with Data Bases. One of the most used is XML generation trough PHP. I would like to hear about

Re: [Flashcoders] moving jpeg out of swf

2006-06-21 Thread Mike Boutin
Maybe this will help, found it through google ;) http://64.207.157.121/tutorials/flashPHP/print_screen/index.php Mike Bo Parker wrote: I want to preface this by saying that I've tried searching for this for the past hour. I am creating an application that takes a screenshot of a movie clip.

Re: [Flashcoders] FileReference and Getting File Path

2006-06-15 Thread Mike Boutin
Is it possible for you to just grab the name after it is selected from the FileReference object? var listener:Object = new Object(); listener.onSelect = function(file:FileReference):Void { trace(file.name); }; Boots [EMAIL PROTECTED] wrote: I am

Re: [Flashcoders] FileReference and Getting File Path

2006-06-15 Thread Mike Boutin
FileReference(); newFile.open(backup-data.txt); // operate on new file // ... } [EMAIL PROTECTED] wrote: Thanks for the reply. I can get the name, however it doesn't provide the path (i.e. c:\images\image001.jpg) Mike Boutin mikeb at juicystudios.com Thu Jun 15 13:03:32

Re: [Flashcoders] FileReference and Getting File Path

2006-06-15 Thread Mike Boutin
page you can use a hidden file field and communicate with it via ExternalInterface / getURL and javascript. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Thursday, June 15, 2006 1:56 PM To: Flashcoders mailing list Subject: Re

Re: [Flashcoders] amfphp NetConnection.Connect.Failed

2006-06-06 Thread Mike Boutin
Does your service class load properly with no errors in the amfphp Service Browser? can you post some code? Mike Sam wrote: Hi, Are there issues between flash player 7 8, When I try to connect using player 7 it works, when trying connect with p[layer 8 it fails. Any Ideas why this would

Re: [Flashcoders] amfphp NetConnection.Connect.Failed

2006-06-06 Thread Mike Boutin
Hmm odd. Can you post an example of your connection script? Mike Sam wrote: Hi, Yes the service works fine in the Service Browser. Opening the swf in SAFlashPlayer 7 the service connects SAFlashPlayer 8 I get a connection failure On Jun 6, 2006, at 12:01 PM, Mike Boutin wrote: Does your

[Flashcoders] Camera Auto Deny

2006-06-01 Thread Mike Boutin
Hello, I have this code on the first frame of a blank movie. For some reason it always autmatically denies access to the camera without even popping up the standard Allow/Deny dialog. Any help would be greatly appreciated! thanks! function allowCamera() { var my_camera:Camera =

Re: [Flashcoders] XML Parsing

2006-05-25 Thread Mike Boutin
Yes im having the same problem, but with Flash Remoting. Matt Jurgemeyer wrote: I'm building my menus dynamically from xml docs, but I'm having a problem with a lag while the xml parses. I have a graphic indicating that the xml is loading, but it isn't showing up for me on broadband. I'm

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Boutin
Yes OpenLaszlo is a great solution. Ive used it quite a bit. They have a awesome community for help and getting started with it. jcanistrum wrote: and what about OpenLaszlo, has someone given it a try ? I saw some very good demos overthere http://www.openlaszlo.org/demos 2006/5/25,

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Boutin
, it seemed to me that the Laszlo support was lacking compared to what I've found with Flex. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Thursday, May 25, 2006 1:34 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flex

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Boutin
PROTECTED] wrote: I was considering to use it but it was disapointing to me the fact that they don´t have AS 2.0 language support 2006/5/25, Mike Boutin [EMAIL PROTECTED]: I found the Laszlo mailinglist to be very helpful. I got a quicker response rather than using the forums. I believe

[Flashcoders] Flash Remoting Freezing Player

2006-05-23 Thread Mike Boutin
Hello everyone, I have been doing some work with Flash Remoting and AMFPHP. The problem im having is the same problem I get with using PHP and XML. The Flash player seems to just freeze whenever I make a backend call. No loading animations or anything causing the user to think the app has

Re: [Flashcoders] quick xml question

2006-05-08 Thread Mike Boutin
You could use php to write an xml file. Flash guru wrote: Hey all, Can anyone point me in the right direction of how to save an xml doc from flash. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Moving animation positions

2006-05-04 Thread Mike Boutin
I am trying to move all my animations so that they arecentered in the movieclip they were created in (was created off-centered) except I dont want to go through every keyframe and adjust the positioning frame by frame. Is there an easier way of doing this? I am using flash 8 pro... Any

[Flashcoders] Easing Dynamic Text

2006-05-03 Thread Mike Boutin
Anyone have any links to easing dynamic text? Ive searched google high and low with no luck. Thanks! Boots ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Easing Dynamic Text

2006-05-03 Thread Mike Boutin
Do you know of any tutorials that explain the logic behind easing dynamic text? I understand that a tween class would/could be used but looking for more of how its done. Boots eric dolecki wrote: mc_tween2 does that On 5/3/06, Mike Boutin [EMAIL PROTECTED] wrote: Anyone have any links

Re: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Mike Boutin
Have you tried using netstream object to play your flvs instead? Wouter Steidl wrote: Thx for your respose, But I cant believe it has to do with thatcause it works if I don't try to load flvs from the same project but throw in the file from that other project.. Any more thoughts?

Re: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Mike Boutin
is that it all works, but in this weirtd way I described Thx for the tip though! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Wednesday, April 26, 2006 10:27 PM To: Flashcoders mailing list Subject: Re: [Flashcoders

[Flashcoders] Stop the stream!

2006-03-10 Thread Mike Boutin
Hello everyone, I am using a MediaPlayback component (Media - Player 6-7) from Flash 8 to stream some mp3s. I have a combo box that changes the current mp3 with this code: flashMp3.setMedia(mp3ToLoad, MP3); The problem is everytime I change the file, the old file continues to download.

Re: [Flashcoders] Stop the stream!

2006-03-10 Thread Mike Boutin
That seems to have no affect on it. Very wierd that there isnt a way to flush out the old streams. eric dolecki wrote: have you tried flashMp3.setMedia( null ) ? not sure what that might do... On 3/10/06, Mike Boutin [EMAIL PROTECTED] wrote: Hello everyone, I am using a MediaPlayback

[Flashcoders] Sandbox error

2006-03-10 Thread Mike Boutin
I keep getting this error in the debugger whenever I type in a input box in my application. Everything seems to work fine still but does anyone know what it could mean or where to start debugging it? *** Security Sandbox Violation *** SecurityDomain 'http://localhost:8081/project' tried to

[Flashcoders] mp3 with custom ui components

2006-03-02 Thread Mike Boutin
Has anyone used the Flash 8 Custom UI Components to control a sound object rather than binding them to the FLV Player? Is this even possible or are they for use only with FLV not mp3? Thanks! ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] multi-threading / xml progress meter solutions?

2006-03-02 Thread Mike Boutin
; } } } - Original Message - From: Mike Boutin [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 01, 2006 1:05 PM Subject: Re: [Flashcoders] multi-threading / xml progress meter solutions? Yes I have this problem too, except the xml

Re: [Flashcoders] multi-threading / xml progress meter solutions?

2006-03-01 Thread Mike Boutin
Yes I have this problem too, except the xml im loading can be rather large and it causes flash player to freeze up for a few seconds when parsing. - Original Message - From: Scott Pobiner [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 01, 2006 9:02 AM

Re: [Flashcoders] creating updatable flash sites (tutorial needed)

2006-02-21 Thread Mike Boutin
Hey, You could use php/xml to do it. I have done this making the user updating end of things in php (which writes a xml file), and then flash loads it. http://www.sephiroth.it/tutorials.php Ben Deroo wrote: Hi, Are there any tutorials or samples out there that explain how I can make

Re: [Flashcoders] XMLPATH question: how to query for several fields...

2006-02-20 Thread Mike Boutin
Is it possible to use an xpath query? XPath.selectNodes(myXml,/products/[EMAIL PROTECTED] = 'blah'][name/text() = 'blah']); julian atienza wrote: HI, Using this XML Example: products product SKU=7123734 nameBig Metal Pot/name price19.95/price

[Flashcoders] (no subject)

2006-02-18 Thread Mike Boutin
Is there anyway to get the label of a highlighted item in a list component (flash8)? I can get the lable of the selected item by doing my_list.selectedItem.label but is there something like my_list.highlightedItem.label?? ___

[Flashcoders] (no subject)

2006-02-17 Thread Mike Boutin
We have a project.that is created in flash 8 but exported to flash player 6, AS1. When I test the file in flash player 6 standalone locally, the file runs fine as well as publishing directly out of flash. When I embed the swf file into html and post it on the web, it is only viewable through

Re: [Flashcoders] multiuser flash games

2006-02-16 Thread Mike Boutin
have going simultaneously? On 2/15/06, Mike Boutin [EMAIL PROTECTED] wrote: You might want to check out smartfox server at Http://www.gotoandplay.it I am using it for a multi-user isometric rpg and so far so good! ;) Rich Rodecker wrote: im considering making a multiuser game

Re: [Flashcoders] multiuser flash games

2006-02-15 Thread Mike Boutin
You might want to check out smartfox server at Http://www.gotoandplay.it I am using it for a multi-user isometric rpg and so far so good! ;) Rich Rodecker wrote: im considering making a multiuser game in flash, which involves multiple users (no more than 5 at a time probably) chasing each

[Flashcoders] Window Error wont go away

2006-01-27 Thread Mike Boutin
I am trying to make a window pop up. I take the code from flash docs (put a window component in the library) and put this code, then I get this error everytime. Can anyone tell me why i get it? CODE: import mx.managers.PopUpManager; import mx.containers.Window; var newWindow =

Re: [Flashcoders] Window Error wont go away

2006-01-27 Thread Mike Boutin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Friday, January 27, 2006 1:58 PM To: Flashcoders mailing list Subject: [Flashcoders] Window Error wont go away I am trying to make a window pop up. I take the code from flash docs (put a window component in the library

[Flashcoders] Fullscreen flash

2006-01-26 Thread Mike Boutin
Hi, I am making a fullscreen flash site and I have the width and height set to 100%. In internet explorer it all views fine, but when I view the same page in Firefox and Safari, the flash document doesnt stretch to 100%, it only shows like 1/3 of the page as flash and the rest as just plain

Re: [Flashcoders] Fullscreen flash SOLVED

2006-01-26 Thread Mike Boutin
XHTML doctype certainly works for me. HTH, Ian On 1/26/06, Mike Boutin [EMAIL PROTECTED] wrote: Hi, I am making a fullscreen flash site and I have the width and height set to 100%. In internet explorer it all views fine, but when I view the same page in Firefox and Safari, the flash

[Flashcoders] Wierd window error

2006-01-24 Thread Mike Boutin
I copy and paste this code from flash docs and I get a type mismatch error on line 3. I used this same code in a different swf and it worked fine, but in this particular movie I get this error, does anyone know what is causing this? ( I have a window component in my library ) import

[Flashcoders] Dynamically named loadVars

2006-01-23 Thread Mike Boutin
What is the proper way to write the loop that the names of the posted vars and be dynamically named based on i in the loop, as in myData.color_0 = white; myData.color_1 = blue etc. Any ideas? var myData:LoadVars = new LoadVars(); myData.action = create; myData.count =

[Flashcoders] Fullscreen Flash issue

2006-01-16 Thread Mike Boutin
I am working on a fullscreen flash project. Can anyone tell me why this code acts like a loop rather than just happening once? I am trying to position an object at the bottom of the browser window no matter what the window size. I am using this code to set it right off the start. This all

Re: [Flashcoders] Fullscreen Flash issue

2006-01-16 Thread Mike Boutin
Yes thanks this seems to work. Still not sure why it was doing what it was, either way thanks for the help! Marc Hoffman wrote: not sure why, but try putting Stage properties in a new variable that doesn't get reset when repositioning the object: theWidth=Stage.width/2;

[Flashcoders] Wierd Video

2006-01-11 Thread Mike Boutin
Hi All, I have a FLVPlayback component in flash 8 with the skinAutoHide set to true. In Firefox everything works fine, when you roll over the video, the player controls come up and then go away when you roll off. In Internet Explorer once you roll over the video the controller stays and

[Flashcoders] Files in directory?

2006-01-06 Thread Mike Boutin
Is there anyway for flash to find out how many files exist within a specific directory? Thanks ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Files in directory?

2006-01-06 Thread Mike Boutin
Ok thanks, I think ill give'er a try with php :) Ian Thomas wrote: Alternatively, if you're looking in a directory on a server, code up something in a server-side language - PHP or whatever - to do the file count, and have flash request the result. HTH, Ian On 1/6/06, Merrill, Jason [EMAIL

[Flashcoders] Changing color of window title?

2005-12-29 Thread Mike Boutin
Does anyone know how to change the color of the title in the window component? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] NumericStepper

2005-12-29 Thread Mike Boutin
I have a NumericStepper that changes the value of a price textfield based on the stepper value. Is there anyway to check if the user increment/decrement the stepper so I can muliply/divide the number when needed. Thanks var nstepListener:Object = new Object(); nstepListener.change =

[Flashcoders] Custom combobox

2005-12-23 Thread Mike Boutin
Can anyone tell me how to go about creating a comobox that can hold a 10x10 pixel color palette image and a label beside it per row? Has anyone seen anything like this? Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Mike Boutin
I am able to view at both urls tech wrote: I uploaded to the root directory. Try this. http://mike.randm.org/scrollpain.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, December 23, 2005 2:42 PM To: Flashcoders

Re: [Flashcoders] Custom combobox

2005-12-23 Thread Mike Boutin
. - Original Message - From: Mike Boutin [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, December 23, 2005 3:23 PM Subject: Re: [Flashcoders] Custom combobox Hi Chris, thanks for the help by the way, i managed to get it working like so

[Flashcoders] Combo troubles

2005-12-22 Thread Mike Boutin
I have a swf file that has a combobox component in it with two options. This is loaded into _root.holderClip For some reason when I publish and view it in flash player, it works fine. When I run the same thing in Internet Explorer and comobox does not drop down anymore? Am I missing

Re: [Flashcoders] RE: Flex vs OpenLaszo

2005-12-21 Thread Mike Boutin
So OpenLaszlo may be a better solution as it does not need a OpenLaszlo licence to have a standalone swf on the server? - Original Message - From: Spike [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, December 21, 2005 8:27 AM Subject:

[Flashcoders] IE vs Firefox performance

2005-12-21 Thread Mike Boutin
I recently installed and have been using Firefox as my main browser. I have noticed that all my flash sites in firefox perform noticably slower than they do in internet explorer. Is this an issue with firefox plugin itself or should I just go back to oh no internet explorer. Mike

[Flashcoders] What not to do

2005-12-20 Thread Mike Boutin
Does anyone have any links on stuff Not to do in flash that maybe cause the plugin to slow down or halt. Maybe even some best practices when working on large projects? Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Out of curiosity, XPath and String Datatype Oddity

2005-12-20 Thread Mike Boutin
Maybe something like this may help? myText=XMLNode((XPath.selectNodes(myxml,myNodePath/mynode())[0])).nodeValue; Mike Boutin Merrill, Jason wrote: AFAIK, XPath.selectNodes() returns an Array. How do you use Xpath to return node values then? Jason Merrill | E-Learning

[Flashcoders] Flex vs OpenLaszo

2005-12-20 Thread Mike Boutin
Has anyone played with OpenLaszo as well as Flex? Does flex allow you to compile a stand-alone swf file such as OpenLaszlo does? Thanks! Mike Boutin ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Out of curiosity, XPath and String Datatype Oddity

2005-12-20 Thread Mike Boutin
Value; Mike Boutin Merrill, Jason wrote: AFAIK, XPath.selectNodes() returns an Array. How do you use Xpath to return node values then? Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From

[Flashcoders] Wierd split

2005-12-20 Thread Mike Boutin
Im having a wierd problem with using .split on an array. I create an array 3 frames before in the same timeline like so: _root.cat_colors = new Array(); _root.cat_colors[0] = bob,john,betty; Then 2 frames down the timeline I run a loop like so: for (i=0; i_root.cat_colors.length; i++) {

Re: [Flashcoders] Wierd split

2005-12-20 Thread Mike Boutin
and it works for me. Is anything else happening in the movie or any included movies? See it here: http://www.adrianlynch.co.uk/temp/colours.fla Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Boutin Sent: 20 December 2005 23:41 To: Flashcoders mailing

Re: [Flashcoders] Wierd split

2005-12-20 Thread Mike Boutin
Thanks Adrian, your code works exactly like mine should but for some reason mine doesnt get the same results (though its the same code) ;) Mike Boutin Adrian Lynch wrote: Just took your code and plonked it in a new .fla and it works for me. Is anything else happening in the movie or any

[Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Mike Boutin
Just a few questions about SVN TortoiseSVN. I have ran the 1 click setup SVN that installs Subversion and TortoiseSVN. It created the repository in c:\svnrepos I stuck my project in a folder c:\svnrepos\project1, then I import it into the repos. Now when I make a new directory and use

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Mike Boutin
- From: Mike Boutin [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, December 14, 2005 10:09 PM Subject: [Flashcoders] SVN TortoiseSVN Just a few questions about SVN TortoiseSVN. I have ran the 1 click setup SVN that installs Subversion

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Mike Boutin
. Subversion keeps the files inside its db in its own special format, only keeping the parts of the files that have changed between revisions to save disk space. C Mike Boutin wrote: Just a few questions about SVN TortoiseSVN. I have ran the 1 click setup SVN that installs Subversion

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Mike Boutin
it, you'll never look back. Enjoy! C Mike Boutin wrote: Perfect this is what I was just reading in TortoiseSVN help. I just wasnt sure if I could then delete the folder I had imported. It says in the help that their are 2 ways in which it can store the files, in a db, or in the native filesystem

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Mike Boutin
file(except when you first import). Subversion rules, btw. Once you get used to using it, you'll never look back. Enjoy! C Mike Boutin wrote: Perfect this is what I was just reading in TortoiseSVN help. I just wasnt sure if I could then delete the folder I had imported. It says

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Mike Boutin
= passwd ### This option specifies the authentication realm of the repository. ### If two repositories have the same authentication realm, they should ### have the same password database, and vice versa. The default realm ### is repository's uuid. # realm = My First Repository Peace C Mike Boutin wrote

Re: [Flashcoders] debug tool?

2005-12-13 Thread Mike Boutin
Does LuminicBox.Log also work in flash 8? i cant seem to get it to log a message though it doesnt get any errors... John Grden wrote: Yeah i agree, if you're just into logging, LuminicBox/Flashinspector is a great tool John On 12/13/05, Jim Tann [EMAIL PROTECTED] wrote: LuminicBox

Re: [Flashcoders] Problem with delay tween on some instance...

2005-12-13 Thread Mike Boutin
movieclip.stopAllTweens() will stop all tweening on all the instances that are currently tween. Not sure if this helps. [EMAIL PROTECTED] wrote: Hello everybody, i use tween of laco [laco.wz.cz] with delay on some instances. i want to delete a delay and the tween to on previous instance

Re: [Flashcoders] Problem with delay tween on some instance...

2005-12-13 Thread Mike Boutin
How exactly are you delaying the tween? the tween class doesnt have a delay in it as far as I know Cinetryx wrote: stopAllTween delete the tween event but not the delay before the tween Mike Boutin a écrit : movieclip.stopAllTweens() will stop all tweening on all the instances

Re: [Flashcoders] Problem with delay tween on some instance...

2005-12-13 Thread Mike Boutin
this delay. Mike Boutin a écrit : How exactly are you delaying the tween? the tween class doesnt have a delay in it as far as I know Cinetryx wrote: stopAllTween delete the tween event but not the delay before the tween Mike Boutin a écrit : movieclip.stopAllTweens() will stop all

Re: [Flashcoders] Problem with delay tween on some instance...

2005-12-13 Thread Mike Boutin
); myButton.onRelease = function(){ clip.stopTween(); } Cinetryx wrote: yes, i want. Mike Boutin a écrit : So you are calling the tween, but you want to delete it before the delay happens? Cinetryx wrote: When you write this : my_mc.tween(property, pEnd, seconds, animType, delay, callback

[Flashcoders] Hyperlink to frame?

2005-12-13 Thread Mike Boutin
Is it possible to have a hyperlink (loaded from xml)gotoandplay a certain frame in the movie? Heather ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Hyperlink to frame?

2005-12-13 Thread Mike Boutin
? sort of... you could do: a href=asfunction:_root.gotoAndPlay,label / - Original Message - From: Mike Boutin [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 13, 2005 11:40 PM Subject: [Flashcoders] Hyperlink to frame

Re: [Flashcoders] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Mike Boutin
Yes i agree, Subversion seems to do the trick for me. eric dolecki wrote: What's your situation? How big is your team, how often are you changing binary assets, are you working from a large class library, etc? I use SubVersion and its super nice. Nothing is perfect when working with binary

Re: [Flashcoders] debug tool?

2005-12-12 Thread Mike Boutin
I just want to be able to see the incoming/outgoing data, as well as just send random traces to it when developing. Heather - Original Message - From: Pranav [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, December 12, 2005 7:54 PM

[Flashcoders] Loading Image _width _height

2005-12-08 Thread Mike Boutin
Can anyone tell me why when I call the displayImage() function after I fully loaded, and try to get the _width and _height of holderClip, it comes back as zero. But if I wait 1 second after the load and run the displayImage() function through the button click, it then finds the width and

[Flashcoders] Even odds

2005-12-08 Thread Mike Boutin
Is it possible to check a number to see if its even / odd? Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Tabbing

2005-12-07 Thread Mike Boutin
I a user login but the input fields do not all sit in the same movieclip. The structure is as such: userMovie.user_input.inputText.text, passMovie.pass_input.inputText.text How do I set the fields so I can tab through them? And also will doing this cause the onFocus function for each

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
Yes this is how I have been fixing the problem. Seems like a pain to have to use both methods, rather than just using the xpath. Morten Barklund Shockwaved wrote: Merrill, Jason wrote: [...] Problem overview: using Xpath, HTML tags inside of XML does not render, even with CDATA tags

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
Still wasnt able to get it working. I had to resort to using nodeValue instead. pain in the ass Mike Boutin Juicy Studios Merrill, Jason wrote: Quote: http://www.w3.org/TR/xpath#section-Expressions I can never seem to make heads or tails of the w3.org documentation - maybe I'm just

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
I was able to use xpath to return titlesome html/title then use nodeValue on that. but I *wish* i could just do /xmlnode/xmlnode/text() and cut nodeValue out but i dont think its possible. Morten Barklund Shockwaved wrote: Mike Boutin wrote: Still wasnt able to get it working. I had

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
string = XPath.selectNodes(my_xml, /path/to/nodes).nodeValue; This results in undefined. Johannes Nel wrote: try dropping the last slash in ur xpath statement On 12/7/05, Merrill, Jason [EMAIL PROTECTED] wrote: Why is it a workaround? Doesn't the XPath return the XMLNode? I haven't used

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
even in this case the result is undefined string = XPath.selectNodes(my_xml, /pathto[1]/xml).nodeValue; !-- single node Johannes Nel wrote: sorry no, u r doing a query which returns an array, try slectSingleNode, and that will work On 12/7/05, Johannes Nel [EMAIL PROTECTED] wrote: try

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
Where is the documentation on selectSingleNode It doesnt seem to be in flash 8 help files. Johannes Nel wrote: use the selectSingleNode method or use the array accessor On 12/7/05, Mike Boutin [EMAIL PROTECTED] wrote: even in this case the result is undefined string = XPath.selectNodes

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
Perfect, thanks for the help! Morten Barklund Shockwaved wrote: Mike Boutin wrote: even in this case the result is undefined string = XPath.selectNodes(my_xml, /pathto[1]/xml).nodeValue; I've just gotten the libraries, and it is exactly as I expected. selectNodes returns an Array

Re: [Flashcoders] Xpath and HTML tags inside XML bug?

2005-12-07 Thread Mike Boutin
Sweet that works. thanks for the update! ;) Mike Boutin Juicy Studios Merrill, Jason wrote: By the way Martin, I hope I didn't come across as being unappreciative - thanks again for your help. Mike too. Mike, if it's any less painful, while not pretty, I knocked it down to a single line

[Flashcoders] HTML in XML

2005-12-06 Thread Mike Boutin
I am bring in some html text to show in flash in an xml file like this: description id=0 title![CDATA[bpicture 0/b]]/title /description When i trace it back in flash, it shows up like this: lt;bgt;picture 0lt;/bgt; How can I keep it show it shows the html tags because it wont show up

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] 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 Mike Boutin
Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Thursday, December 01, 2005 12:26 PM To: Flashcoders mailing list Subject: [Flashcoders] Navigate through XML Does

[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

  1   2   >