[Flashcoders] IMG embedded in HTML TextArea problem

2005-11-02 Thread Rajat Paharia
Check out the swf here with FP8: http://www.rootburn.com/files/imgtest.swf Press the Fill button. Looks fine. Press it again. Still looks fine. Now use the scrollbar to scroll the textarea down and then press the Fill button again. Very odd results. If anyone has any ideas on how to circumvent

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-02 Thread Maximilian Reuss
with firefox 1.7 Flash 8.5 there are no problems, looks good. max ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Streaming sound question

2005-11-02 Thread Nick Weekes
Flash doesn't support asx (Windows streaming media), try converting to mp3 or wmv... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fredrik Lantz Sent: 03 December 2005 09:23 To: 'Flashcoders mailing list' Subject: [Flashcoders] Streaming sound question

[Flashcoders] packets and downloads

2005-11-02 Thread Martin Klasson
Hi People. Some basic underlying facts should be needed about the I/P-protocol. When a file, as swf is for example 1.5 megabytes, is it really 1.5 that is downloaded. Or is it more really, since every packet, according to standard is 576, and 40 of them is the header. This would cause a thing

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-02 Thread Maximilian Reuss
now on second run it behaves like you described... am Mittwoch, 2. November 2005 um 09:48 schrieben Sie: img src='rating + rating + did you already try to rename your rating:Number variable to something different than rating? don't know if it has to do with that, but at least it looks

RE: [Flashcoders] How do you send data from a movie to a loaded swf?

2005-11-02 Thread Kevin Bowers
So if the dynamic textfield has an instance name of myText the path from the main timeline would be: rtFrame.myText.text = Hello Mum; Kev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Noyes, Jeff Sent: 01 November 2005 20:15 To: Flashcoders mailing

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-02 Thread Rajat Paharia
Hi Max - thanks for trying it. Changing the variable name doesn't help. For anyone who wants to mess with the source, it's at: http://www.rootburn.com/files/imgtest.fla best, - rajat On 11/2/05, Maximilian Reuss [EMAIL PROTECTED] wrote: now on second run it behaves like you described... am

[Flashcoders] Linking variables to movie clip frames

2005-11-02 Thread Danny Kirkwood
I have a Flash project which I am now putting together using ZincV2 - referring my entire application to a database. I have 50 locations each displaying a movie clip consisting of 48 frames / pictures (options) relating to the relevant number I've imported from the database. This shouldn't be

[Flashcoders] AS3: Stage stuck in lower-right corner!

2005-11-02 Thread doctor_shim
Greetings! I've been messing with AS3 in FlexBuilder for a bit now and decided to do a pure-AS3 test project. It involves a little Sprite bouncing around the screen. For some reason I can't get the Sprite to hit the edges of the browser window; it's stuck in a 500 x 386 box in the lower left

[Flashcoders] Autopopulating from a webservice

2005-11-02 Thread NEILHIGHLEY.COM
Hello all, Webservice question.. I have an app that loads in records from a webservice class using the mx.services.webservice classes. This is called as a standalone class with the various webservices as functions each containing their own event listeners.. e.g. function wsRequest():Void{

Re: [Flashcoders] Autopopulating from a webservice

2005-11-02 Thread Mischa Williamson
Hey, I've uploaded a simple WSProxy class that should help you with this: http://freeform-systems.com/share/actionscript/WSProxy.as You will want to change the EventDispatcher class to MM's version. Change this line: import com.ffsys.events.EventDispatcher; to wherever MM's class is, it i

[Flashcoders] Forcing Flash going to next frame while executing code? + MultiThreading in Flash?

2005-11-02 Thread lieven.cardoen
Is this possible ? I have a large xml-file which is parsed. This tends to freeze the application several seconds (in case of a really big xml-file, a popup can occur whith script time out error). Is it possible to force Flash to jump to a next frame without stopping the execution of code? And is

RE: [Flashcoders] Simple serial reading application

2005-11-02 Thread Danny Kirkwood
Hi Pedro - thanks for your advice - I`ve downloaded zinc as suggested, got a standard flash application set-up(but not yet working)for reading the comm ports using the zinc additional FScommands(as per the Zinc literature) however for the PPC version i`ve downloaded these Comm FScommands are

RE: [Flashcoders] Forcing Flash going to next frame whileexecutingcode? + MultiThreading in Flash?

2005-11-02 Thread lieven.cardoen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jobe Makar Sent: woensdag 2 november 2005 15:01 To: Flashcoders mailing list Subject: Re: [Flashcoders] Forcing Flash going to next frame whileexecutingcode? + MultiThreading in Flash? Hi Lieven, No, you

[Flashcoders] Key down forces button/mc onRelease/onReleaseOutside

2005-11-02 Thread David Stiller
Is anyone else seeing this? Draw a shape, convert to button or mc. Code the following: btn.onPress = function() { trace(pressed); } btn.onRelease = function() { trace(released); } btn.onReleaseOutside = function() { trace(released outside); } Click the

Re: [Flashcoders] Key down forces button/mc onRelease/onReleaseOutside

2005-11-02 Thread David Skoglund
Sound like a similar problem to mine that I posted a couple of days ago. I got no replies i'm afraid. I think I'll create some movie clip-based buttons instead, but havn't had time to test if movie clips show the same behaviour or not. /David -- attached message --- Hi, I'm new to this

Re: [Flashcoders] Autopopulating from a webservice

2005-11-02 Thread NEILHIGHLEY.COM
Magic! I could not have prayed to Jupiter for a more complete answer! :) Anyone stumbling onto this email in future should bear in mind to amend the following lines in the WSProxy file : import mx.services.*; import mx.events.EventDispatcher; dynamic class WSProxy { Neil On 11/2/05, Mischa

[Flashcoders] Video Streaming Oddity

2005-11-02 Thread John Giotta
I'm experiencing a problem with my stream video. In some instances, I'm not getting a onMetaData event. Has anyone run into this problem? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
Look at the class com.xfactorstudio.xml.xpath.types.Predicate line 266, add these traces: static function isEqualTo(val1, val2):Boolean{ trace(EQUALS::+val1+ , +val2) var values = Predicate.convertForComparison(val1, val2); for (var i in

[Flashcoders] How to draw a copy of a curve?

2005-11-02 Thread Gregory_GOusable
Hello Flashcoders, Is there a way to draw a copy of an arbitrary curve in Flash with drawing API? Assumed that I have draw a curve manually (not analytical one, just a curve), how to create a copy of it using drawing methods? Appreciate any help. Thanks. -- Best regards,

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
I could not resist finding out what was wrong, here's the fix I came up with: Line 70 of com.xfactorstudio.xml.xpath.XPathUtils reads: for (var i=1 ; i=max ; i+=2) It should say i=max to accommodate 1 character text node values. Make that change and your query will work. - - - - - - - - - - - -

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
Oops, I meant to say: Line 70 of com.xfactorstudio.xml.xpath.XPathUtils reads: for (var i=1 ; imax ; i+=2) Note the less than - - - - - - - - - - - - Tim Beynart Athens, GA, USA 706.372.6994 - - - - - - - - - - - - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[Flashcoders] PODCAST and RSS feeds in flash audio player

2005-11-02 Thread codelists
Hi all --- I posted a question a month or so ago about right clicking to subscribe to a feed. I tried a few things and I have a working model done but would like some advice. Please check out the flash player and admin below http://www.k-ampplayer.com/kamp_admin/index.php?cID=93c3254b6c13383

[Flashcoders] Different font sizes in Tree Component

2005-11-02 Thread Claudia Barnal
Is it possible to assign different fonts (font size really) to the different nodes of a Tree component? What I need is to assign a different font size to the branch nodes (say 20) and the leaf nodes should have a smaller font size (say 12). I have tried looking, but can’t find any info on how

Re: [Flashcoders] Different font sizes in Tree Component

2005-11-02 Thread eric dolecki
check cellRenderers... you'll have to roll one up, and then assign some formatted text to the labels for the nodes as you want. On 11/2/05, Claudia Barnal [EMAIL PROTECTED] wrote: Is it possible to assign different fonts (font size really) to the different nodes of a Tree component? What I

Re: [Flashcoders] Flash project FLP files are useless

2005-11-02 Thread Jason Lutes
Have anyone found any use of Flash Projects feature/panel? It provides a nifty bird's eye view of the relevant files for me, and is easy to show/hide, since the shortcut key combination is the same for similar panels in other Macromedia products. It also helps me with folder organization for

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Doug Coning
Thank you very much. It works great... Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Tim Beynart Sent: Wednesday, November 02, 2005 10:41 AM To: Flashcoders mailing list Subject:

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Doug Coning
Grant, Thank you very much for your help on this! Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 2:18 PM To:

RE: [Flashcoders] Flash project FLP files are useless

2005-11-02 Thread Doug Coning
Yeah, I use it all the time to organize my projects. We also have MS Visual Sourcesafe and it work very nicely for versioning! In fact I like how it works for versioning much better than Dreamweaver. Dreamweaver's versioning code is really buggy! Doug Coning Software Developer FORUM Solutions,

Re: [Flashcoders] Autopopulating from a webservice

2005-11-02 Thread NEILHIGHLEY.COM
Sorry, I thought it was working, but Im a little confused about the this in the example. Where do I define the event that picks up the result? On 11/2/05, NEILHIGHLEY.COM [EMAIL PROTECTED] wrote: Magic! I could not have prayed to Jupiter for a more complete answer! :) Anyone stumbling onto

[Flashcoders] can I dynamically register an MC with an AS2.0 class?

2005-11-02 Thread Liam Morley
I'm working in FlashPro8. I have an empty movie clip called mapHolder defined on the stage. Depending on some parameters when starting my swf, i'm either going to call loadMovie(FlashMap.swf, mapHolder) or loadMovie( imagemap.jpg, mapHolder). I have an interface called IMapHolder, and two

Re: [Flashcoders] can I dynamically register an MC with an AS2.0 class?

2005-11-02 Thread JesterXL
Object.registerClass supports AS2. - Original Message - From: Liam Morley [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 02, 2005 11:54 AM Subject: [Flashcoders] can I dynamically register an MC with an AS2.0 class? I'm

Re: [Flashcoders] can I dynamically register an MC with an AS2.0 class?

2005-11-02 Thread Martin Wood
alternatively you could just have a setClip method defined in IMapHolder and implemented in the two classes. Then keep a reference to the clip as a member variable and work with that instead of subclassing movieclip. martin Liam Morley wrote: I'm working in FlashPro8. I have an empty movie

[Flashcoders] import problem (was can I dynamically register an MC with an AS2.0 class?)

2005-11-02 Thread Liam Morley
Thanks for the speedy response. I tried the following: Object.registerClass(mapHolder, SWFMapHolder); SWFMapHolder imports flash.geom.Point and compiles with no problem. However, how that I'm registering SWFMapHolder from my movie, I'm receiving the following error: **Error** ImageMapHolder.as:

[Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
Hi guys, I'm giving a presentation on using flash for an application in a few hours and would like to have a firm answer on the following items. 1. Can flash play audio streamed from Helix (Real Server)? 2. Can flash access a database directly? I know this is no. But I don't know what are all

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread Martin Wood
8ball Developer wrote: Hi guys, I'm giving a presentation on using flash for an application in a few hours and would like to have a firm answer on the following items. 1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do ogg, i dont

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do ogg, i dont know.. :) Sorry. I meant to say: can a flash player, play mp3 streamed from Helix? Or does it have to come From Flash comm? ___

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread Martin Wood
8ball Developer wrote: 1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do ogg, i dont know.. :) Sorry. I meant to say: can a flash player, play mp3 streamed from Helix? Or does it have to come From Flash comm? no, it can come from

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
Are you 100% sure about this? Is this documented someplace? I'm trying to get them to replace Helix with FCS. On 11/2/05, Martin Wood [EMAIL PROTECTED] wrote: 8ball Developer wrote: 1. Can flash play audio streamed from Helix (Real Server)? flash streams mp3. thats all. (why it doesnt do

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread Martin Wood
not 100% sure, no. i guess you mean 'real' streaming as opposed to progressive download. in that case i think you might *currently* need fcs because it relies on the rtmp protocol i really know very little about this unfortunately. sorry. martin 8ball Developer wrote: Are you 100% sure

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread Judah Frangipane
To stream an mp3 all you need is a path to the file. The flash player will handle the streaming. For database interaction all you need is flash remoting. It is one of my favorite features of flash. It ROCKS! You can check out the free amfphp.com or the commercial versions for asp.net, cold

Re: [Flashcoders] DHTML and FLash Player 8 Bugs Fixed

2005-11-02 Thread Judah Frangipane
Nice guys! :) Yes, I'm rooting for deng and for flash 8.5 and more html support in textfields but ho is there for people that still need straight html. Drag and drop from component panel into flash. But it would be cool to update it with Flash 8 External Interface.

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread Jordan Snyder
Martin is correct about Flash requiring FCS to stream MP3s. Flash can either pick up an MP3 from the server's filesystem, or connect to FCS to pick up a stream of MP3 information. He's also correct about Flash8 binary sockets and connecting to databases directly. I'm sure someone will dig into

Re: [Flashcoders] Autopopulating from a webservice

2005-11-02 Thread NEILHIGHLEY.COM
Well, with a little bit of guidance from Mischa I have this sorted. I had to use an event proxy which was visible from the root, to courier the event from the webservice class I created back to the consuming class, as the addEventListener was not returning to the class if the listener was added

Re: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Chris Allen
Great find Tim! You should send that to Neeld Tanksley [EMAIL PROTECTED] so that he can update the library, if you haven't already done so of course. ;-) On 11/2/05, Tim Beynart [EMAIL PROTECTED] wrote: Oops, I meant to say: Line 70 of com.xfactorstudio.xml.xpath.XPathUtils reads: for (var

Re: [Flashcoders] Different font sizes in Tree Component

2005-11-02 Thread Claudia Barnal
check cellRenderers... you'll have to roll one up, and then assign some formatted text to the labels for the nodes as you want. Thanks Ed, I was afraid something like this was needed… Each time I have to do something with the V2 components, it seems as if I spend more time trying to make them

Re: [Flashcoders] can I dynamically register an MC with an AS2.0 class?

2005-11-02 Thread elibol
I agree with Martin, in my humble opinion, a compositional approach appears to be the better solution. Good luck, H So in addition to having the setClip method, you could also On 11/2/05, Martin Wood [EMAIL PROTECTED] wrote: alternatively you could just have a setClip method defined in

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread 8ball Developer
Thank you all for you response. On 11/2/05, Jordan Snyder [EMAIL PROTECTED] wrote: Martin is correct about Flash requiring FCS to stream MP3s. Flash can either pick up an MP3 from the server's filesystem, or connect to FCS to pick up a stream of MP3 information. He's also correct about

[Flashcoders] XPath bug?

2005-11-02 Thread Doug Coning
I believe we may have stumbled across another bug or issue of the Xpath application (Unless I'm doing something wrong). The code below shows a sample product xml document where I am trying to return nodes based upon a value in a child node. In the sample if the user wanted to return all products

Re: [Flashcoders] passing mouse event

2005-11-02 Thread elibol
Hi Eric, Maybe a more optimized solution would be to have an onMouseMove event on the movieclip that is being dragged, which would be activated when the movieclip is dragged, that would run eval on the clips _droptarget property for each onMouseMove event. Each target could have a distinguishing

Re: [Flashcoders] Forcing Flash going to next frame whileexecutingcode? + MultiThreading in Flash?

2005-11-02 Thread elibol
The updateAfterEvent function in functions that are being executed under setInterval overrides the display being updated once per frame. So, although it is impossible to run multiple code threads, you can still run events outside of the clips set framerate. Just to clarify. Good luck Lieven, H

RE: [Flashcoders] XPath Query HELP!

2005-11-02 Thread Tim Beynart
Thanks, I did sent him an email this morning. This was my first decent contribution after years of reading this list! - - - - - - - - - - - - Tim Beynart Athens, GA, USA - - - - - - - - - - - - -Original Message- Great find Tim! You should send that to Neeld Tanksley [EMAIL

[Flashcoders] txtNews.selectable = false NOT taking.

2005-11-02 Thread Miles Thompson
Dear All, In my function AddStory, after assigning the content, this code, as I understand it, should make it impossible to select text in the field. txtNews.selectable = false; txtNews.selectable = false; txtNews.redraw; The txtNews.selectable = false has been

Re: [Flashcoders] Forcing Flash going to nextframe whileexecutingcode? + MultiThreading in Flash?

2005-11-02 Thread Jobe Makar
See responses in blue Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 919-609-0408 mobile: 919-610-5754 fax: 919-341-8104 - Original Message - From: Helen Triolo [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday,

Re: [Flashcoders] Forcing Flash going to next frame while executingcode? + MultiThreading in Flash?

2005-11-02 Thread Helen Triolo
Sorry -- it looks like I mistakenly interpreted the problem of the original poster as being unable to even read the xml file in without a timeout error (and thought that the suggested solution was to do the read over several frames or timed intervals), but I guess the problem was actually just

RE: [Flashcoders] txtNews.selectable = false NOT taking.

2005-11-02 Thread Scott Hyndman
He already has (he said that). He doesn't want the user to be able to select the text. Okay, do this: txtNews.label.selectable = false; That's all you need. Nothing else. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Glenn J. Miller Sent: Wed 11/2/2005 4:02 PM To:

[Flashcoders] createTextNode with CDATA

2005-11-02 Thread Diego Guebel
hey guys, I want to create a xml node with CDATA, I'm doing in this way: var temp:XMLNode = doc.createTextNode(![CDATA[ + obj.screenInputValues[i].value + ]]); the issue is that it prints lt; in the output. attr name=learn id=731lt;![CDATA[some text]]gt;/attr any pointer on this, cheers,

Re: [Flashcoders] Key down forces button/mc onRelease/onReleaseOutside

2005-11-02 Thread elibol
Hi David, Evan, the problem is that he loses the mouse release trigger when he accually released the button after pressing a key. I think the solution would be to create a custom press/release/releaseOutside functionality without using the built in movieclip methods. Mouse.addListener(this);

Re: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Chris Allen
There is no way to create an actual CDATA node in Flash, at least not with Version 8 or lower. You have to resort to escaping the string so that it doesn't have invalid characters or not use XMLNode for this. -Chris On 11/2/05, Diego Guebel [EMAIL PROTECTED] wrote: hey guys, I want to create

Re: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Jobe Makar
In Flash I've always opted to create XML as a string, and then when I'm done do this: var myXML:XML = new XML(theString); If you do it that way then CDATA definately works. Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 919-609-0408 mobile: 919-610-5754 fax:

Re: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Diego Guebel
good idea!, thanks Jobe Makar wrote: In Flash I've always opted to create XML as a string, and then when I'm done do this: var myXML:XML = new XML(theString); If you do it that way then CDATA definately works. Jobe Makar http://www.electrotank.com http://www.electro-server.com phone:

Re: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Diego Guebel
jobe, it seems I'm doing something wrong. here is my code: __xmlString += attr id=\ + obj.screenInputValues[i].id + \ name=\ + obj.screenInputValues[i].name + \![CDATA[\ + obj.screenInputValues[i].value + ]]/attr; this is an ouptput example: attr id=731 name=learn1/attr it prints all the

RE: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Scott Hyndman
It will never print the CDATA tag, but it does perform the necessary escaping. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Diego Guebel Sent: Wed 11/2/2005 5:31 PM To: Flashcoders mailing list Cc: Subject:Re: [Flashcoders] createTextNode with CDATA

Re: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Jobe Makar
If you trace it as a string, then you'll see the CDATA. If you trace it as XML then you will not see the CDATA. ElectroServer is a multiuser chat server that Mike (my coworker) and I created a few years ago. The chat client uses this method to send funky data that normally would break the

RE: [Flashcoders] lightbulb motion

2005-11-02 Thread Corban Baxter
Great now how do I pull that off? Corban Baxter  |  rich media designer  |  www.funimation.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jared Freeze Sent: Wednesday, November 02, 2005 4:14 PM To: Flashcoders mailing list Subject:

Re: [Flashcoders] createTextNode with CDATA

2005-11-02 Thread Diego Guebel
thanks, it was driving me crazy. I was expecting to see CDATA in the xml file at some point. cheers, Diego. Scott Hyndman wrote: It will never print the CDATA tag, but it does perform the necessary escaping. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Diego

RE: [Flashcoders] txtNews.selectable = false NOT taking.

2005-11-02 Thread Miles Thompson
Tried that, setting it on the stage, and setting it again in code. Could still select and copy. Thanks for the suggestion. Miles At 05:02 PM 11/2/2005, you wrote: Miles, If I understand things correctly, you're using a component TextArea, so the '.selectable' property isn't supported by that

[Flashcoders] Re: Forcing Flash going to next frame while executing code? + MultiThreading in Flash?

2005-11-02 Thread Alias
to force Flash to jump to a next frame without stopping the execution of code? hi there. actually, I just wrote a class to do this~it basically takes an iterator function, and threads it over a number of frames. it's not as nice as multithreading, but it works. alias

[Flashcoders] J-Edit Flash8 classes syntax?

2005-11-02 Thread keith
Anyone word of JEdit Actionscript syntax updated for with Flash8 classes? Were to get one if someone has made one? -- Keith H -- ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] txtNews.selectable = false NOT taking.

2005-11-02 Thread Glenn J. Miller
Miles, Another stab, how about 'dis: txtNews.editable = false; txtNews.enabled = false; That may or may not be of use. Hope this helps... -- Dok Skyymap Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miles Thompson Sent: Wednesday, November 02,

Re: [Flashcoders] How to draw a copy of a curve?

2005-11-02 Thread David Rorex
On 11/1/05, Gregory_GOusable [EMAIL PROTECTED] wrote: Is there a way to draw a copy of an arbitrary curve in Flash with drawing API? Assumed that I have draw a curve manually (not analytical one, just a curve), how to create a copy of it using drawing methods? Use MovieClip.curveTo() ?

RE: [Flashcoders] txtNews.selectable = false NOT taking.

2005-11-02 Thread Miles Thompson
Glenn (or Dok?), Yeah, may or may not be of use is correct. Once enabled is set to false, selection of the text becomes impossible. It can can still be scrolled, but of course it's turned light gray, and the Page Up / Page Down keys no longer work. Nevertheless, thanks for the suggestion.

Re: [Flashcoders] How to draw a copy of a curve?

2005-11-02 Thread Julian Suggate
Convert the curve to a movieclip, export it for actionscript, give it an instance name, then use whatever your instance name is.duplicateMovieClip() On 11/2/05, Gregory_GOusable [EMAIL PROTECTED] wrote: Hello Flashcoders, Is there a way to draw a copy of an arbitrary curve in Flash with

Re: [Flashcoders] lightbulb motion

2005-11-02 Thread g.wygonik
hey corban i threw this together to maybe help spark a way to do it (cobbled together from images and code found online) http://www.veggienola.com/temp/pendulum.html it is specifically Flash 8 since it uses filters for the glowing. http://www.veggienola.com/temp/pendulum.fla fwiw g. Hey

RE: [Flashcoders] txtNews.selectable = false NOT taking.

2005-11-02 Thread Scott Hyndman
Wait, are you saying my solution didn't work? Because I tested it. It's fine. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Miles Thompson Sent: Wed 11/2/2005 10:10 PM To: Flashcoders mailing list Cc: Subject:RE: [Flashcoders] txtNews.selectable =

[Flashcoders] Flash Yahoo Maps - how do they update the URL?

2005-11-02 Thread Rajat Paharia
When you're dragging the map around? - http://maps.yahoo.com/beta/index.php btw - this was supposedly all built with Flex: http://www.techcrunch.com/2005/11/02/new-yahoo-maps-shows-power-of-flash/ - rajat -- Rajat Paharia [EMAIL PROTECTED] http://www.bunchball.com http://www.rootburn.com