Re: [Flashcoders] converting/printing swf to eps

2006-04-06 Thread Gabriel
Ok, I'll try to put it simple. I have researched about the eps, I opened it, changed it, and I see where are the paremeters I need with a few problems(like identify each shape to apply different color), but if you want, forget the eps input. The point is: 1 - I Have a swf with a drawing

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Ian Thomas
The other major difference is easily shown: Place a movieClip on stage. Give it an onRelease handler: clip.onRelease=function(){trace(Release!);} Test your movie - click on it, and Release! is traced. Set clip._alpha to 0 Test the movie - click on where the clip should be, and Release! is

RE: [Flashcoders] Flex Apps versus Flash Projector apps

2006-04-06 Thread Sönke Rohde
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, April 05, 2006 7:05 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flex Apps versus Flash Projector apps The only reason Flex 2 isn't realistic for creating

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Martin Weiser
same with, hitTest MW - Original Message - From: Ian Thomas [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, April 06, 2006 9:10 AM Subject: Re: [Flashcoders] What's different between _alpha=0 and _visible =flase; The other major

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Kalle Thyselius, Inlovewith
i have a related question what is the difference between - setting _visible = false on a clip and - structuring the flash movie so i go to a frame where that same movieclip is removed. see what i mean? i always have a pretty massice _root.content_mc with, say, intro_mc, section1_mc,

[Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread matti bar zeev
Hey List, Just wanted to get feedbacks on a small application I did using the last version of Flex Builder 2.0 It's a posts feeder, using MXNA WebSevices, and will keep user updated only on new posts arrival. You will need the last version of the player (beta 2) you can see it here:

Re: [Flashcoders] allowing slow animation

2006-04-06 Thread PR Durand
Snap to pixel ??? Thanks for your answer but I thought it was just for the flash IDE, to place the object... however I can't see any difference in the animation with or without the pixel snaping enabled. Till there, the only difference from the same .fla is the player version. f7 : smooth, f8

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Martin Weiser
when only setting _visible to flase., all other belongings are accessible, all properties methods if it is forinstance subClass of MovieClip if on frame where the MovieClip is not present, nothing of its property is accessible so big difference, visualy almost none, though MW -

[Flashcoders] Crossing of two lines

2006-04-06 Thread Lieven Cardoen
Does anybody have a piece of code to check whether two Lines cross with each other. At the moment I have this, but it doesn't seem to work : public static function cross(point1a:Point, point1b:Point, point2a:Point, point2b:Point):Boolean{ var deltaXi:Number;

Re: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread franto
Hey, it looks nice, i was starting play with Flex2 yesterday, and it's really great. I want make such application as you did :) hehe, im late it's nice, till now i got one comment: when i read article and there is more... it is opened in same window. I preffer new window, because then i have to

RE: [Flashcoders] Crossing of two lines

2006-04-06 Thread Lieven Cardoen
Got it right now! public static function cross(point1a:Point, point1b:Point, point2a:Point, point2b:Point):Boolean{ var deltaXi:Number; var deltaYi:Number; var i2:Number; var deltaXi2:Number; var deltaYi2:Number;

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread matti bar zeev
Yep... working on that as well on some other features. thnx :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Thursday, April 06, 2006 09:44 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] MXNA posts

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Kalle Thyselius, Inlovewith
yeah sure, but performance wise, how much slower could _visible = false be? if on frame where the MovieClip is not present, nothing of its property is accessible yes, but does that mean that everything else can get more attantion from cpu, graphics etc? thanks, kalle On 4/6/06, Martin

[Flashcoders] OT: Flash to ASP to Word or Excel ?????

2006-04-06 Thread Gaia-Tek
Hi Group, I need some info... My client wants me to create an online form in Flash, which, when filled out and submitted, is captured into a Word doc and an Excel spreadsheet... They are on a windows server, so it'll have to be done in ASP. Anyone had any experience with this, can anyone

[Flashcoders] (no subject)

2006-04-06 Thread dobrisa
___ 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 Adobe Consulting and Training

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
And... when you drill down to the details of the post, the panel it very wide. Could it extend down rather than across? Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2006 10:47 To: 'Flashcoders mailing list' Subject:

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
Now it's not working for me. It hangs and then I get a button with no label and a tooltip with no tip. Not sure what's wrong, it worked the first time. After clearing my cache it now works. :O) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread matti bar zeev
From what I know - it extends down. nothing is extending across... or maybe I didn't get what you meant? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Thursday, April 06, 2006 11:47 To:

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
It's ok now. The Grant Skinner, Stolen Code one was extending off to the right by quite a way. Now it's ok :O) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2006 12:51 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders]

[Flashcoders] rss feed

2006-04-06 Thread MetaArt
I have dev a full Flash website, and I need to add the chance to access to RSS for users. So, what I need is a 'clean' way to give (quickly) the feed rss URL within Flash movie. Any suggest? Enrico Tomaselli + web designer + [EMAIL PROTECTED] http://www.metatad.it

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread matti bar zeev
The Grant Skinner, Stolen Code one was extending off to the right by quite a way ? what do you mean? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Thursday, April 06, 2006 11:57 To: flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Dan Efergan
I've found that Attach and Removing Movieclips runs slower than hiding things off stage. But the hassle is only worth it when working on performance critical work, such as games. Also, _visible=false still referencing the object more so when on- screen than off. There's a load of

[Flashcoders] Hi! Problems with Amfphp Authenticate class !

2006-04-06 Thread Pau Ramon
Hi! i'm new here and i have my first problem. I'm testing the roles in one method : *?php include_once(Config.php); class Enquestes{ function Enquestes(){ **$this-methodTable = array( hola = array( description = Prova, access = remote, roles = admin, ) );* *function

[Flashcoders] There is no method with the name 'Math'.

2006-04-06 Thread Mike Mountain
Why on earth would the compiler be telling me There is no method with the name 'Math'. iNumber = Math.floor(iNumber/2); ? M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
When I clicked on the row in the datagrid, the next thing to load with the extended info was extended off screen to the right rather than being a fixed width. It works now though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread matti bar zeev
ok. just wondering how Grant Skinner is related to that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Thursday, April 06, 2006 12:23 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] MXNA posts feeder

RE: [Flashcoders] MXNA posts feeder - Flex application

2006-04-06 Thread Adrian Lynch
Because that's the one I clicked on! :OD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of matti bar zeev Sent: 06 April 2006 13:34 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] MXNA posts feeder - Flex application ok. just wondering how Grant

[Flashcoders] recording arbitrary SWF playback to bitmap sequence/avi

2006-04-06 Thread Сергей Тулаев
Hello, Has anyone found a solution to this problem? Not only I need to record a swf with all the script actions, but it has to be scripted/done from command line, and all I can find are gui based tools and that’s a no-no. - Serge ___

Re: [Flashcoders] There is no method with the name 'Math'.

2006-04-06 Thread Weldon MacDonald
it works for me. the only thing I can think of is it's not finding the class. Does syntax coloring recognise it? Did you modify class path? On 4/6/06, Mike Mountain [EMAIL PROTECTED] wrote: Why on earth would the compiler be telling me There is no method with the name 'Math'.

Re: [Flashcoders] There is no method with the name 'Math'.

2006-04-06 Thread Yotam Laufer
clear the .aso files? On 06/04/06, Weldon MacDonald [EMAIL PROTECTED] wrote: it works for me. the only thing I can think of is it's not finding the class. Does syntax coloring recognise it? Did you modify class path? On 4/6/06, Mike Mountain [EMAIL PROTECTED] wrote: Why on earth would the

[Flashcoders] Rich Text Editor, visibl image in textFormat mode

2006-04-06 Thread Martin Weiser
Hello, i'm building text editor, and rushed into big problem, if i want to insert image, it is not possible unless text is in html mode? all other stuff, font, colors, url, size is visible, because of editing thru textFormat, but img tag has no equivalent, has it ? thanks much in advance

RE: [Flashcoders] There is no method with the name 'Math'.

2006-04-06 Thread Mike Mountain
It's an odd one, I commented out, saved, uncommented and saved and it worked - ten minutes later it happened again - whilst working in another class that imports this one. Same solution fixed it - I suspect clearing the ASO files would've done too. Still doesn't really explain it. -Original

[Flashcoders] relative path issue

2006-04-06 Thread elr
Hi all, As many before me, I can't get rid of a Error opening URL file: message... I set up a small swf that locally access to an xml file ( these two files are in the same dirB) Now using a loadMovie command,I try to load this small swf module into a main one that is located in a parent

Re: [Flashcoders] relative path issue

2006-04-06 Thread Manuel Saint-Victor
did you try the path ./dirB/child.xml? On 4/6/06, elr [EMAIL PROTECTED] wrote: Hi all, As many before me, I can't get rid of a Error opening URL file: message... I set up a small swf that locally access to an xml file ( these two files are in the same dirB) Now using a loadMovie

[Flashcoders] Saving a DataSet to LSO

2006-04-06 Thread Manuel Saint-Victor
does saving a DataSet component to LSO save everything about it- so therefore if I have a Class called Project that I plan to store in a SharedObject is it acceptable to store a Dataset component as one of its attributes? Thanks, Mani ___

Re: [Flashcoders] relative path issue

2006-04-06 Thread Éric Thibault
I think he says that when testing the child.swf there is no error but when loaded inside the parent SWF the error shows... The only way I manage to come over this is to test inside the child.swf if it is embeded inside another swf... if so, I modify my path to the xml. You can also put

Re: [Flashcoders] relative path issue

2006-04-06 Thread Éric Thibault
OUPS... Change this line : MyXML.load(AppendPathFolder+ /child.xml); to this : MyXML.load(AppendPathFolder+ child.xml); and put the / inside the parent's PathToFolderXML variable! Éric Thibault wrote: I think he says that when testing the child.swf there is no error but when loaded inside

Re: [Flashcoders] relative path issue

2006-04-06 Thread elr
yes, Manuel, ./dirB/./dirB/child.xml works but it prevents any relocation of files without code update. :( Can't we imagine a kind of environment variable returning swf's path? A kind of ? Eric At 2006-04-06 10:08, you wrote: did you try the path ./dirB/child.xml? On 4/6/06, elr

RE: [Flashcoders] relative path issue

2006-04-06 Thread Adrian Lynch
You can create your own variable based on: System.capabilities.playerType It will be External when in the IDE. Other values include ActiveX, PlugIn and one other which I can't remember. So something like: if (System.capabilities.playerType == External) { path = ../; } else {

RE: [Flashcoders] OT: Flash to ASP to Word or Excel ?????

2006-04-06 Thread Merrill, Jason
The .ASP to Excel or Word is not really a question for here - though wouldn't surprise me if someone knew the answer either (I don't mean you were wrong for asking here, but you might find better help on an .ASP list). As for Flash to ASP, you can do that several ways. One of the best ways is

Re: [Flashcoders] relative path issue

2006-04-06 Thread elr
Yes, I finally see this approach: 1 - as you suggest, make child.swf detect its running mode (embedded or not) 2 - pass relative path to main.swf through a flashvar I 'll have a look at System.capabilities lib. Thx to all of you for your fast answers ;-) Eric At 2006-04-06 10:23, you

RE: [Flashcoders] Split Pane component??

2006-04-06 Thread Scott Hyndman
You can't even compile this using the Flash IDE. ActionStep only works with MTASC (and it's a good thing, it would probably take MMC a few minutes to compile the framework). Unfortunately, it is incompatible with V2 or any other MovieClip-inherited components. Maybe not impossible, but it would

[Flashcoders] Any Montreal-based companies around?

2006-04-06 Thread Scott Hyndman
Hi everyone, I realize I run the risk of becoming very unpopular by posting this. I apologize. I'm in a bit of a bind, and I thought that since I am pretty involved with the community you'd find it in your hearts to let this slide. :) I was wondering if any Montreal-based companies were looking

[Flashcoders] ScrollPane Pain

2006-04-06 Thread Dan Efergan
Hello All, I've been having a nightmare with the standard ScrollPane Component in Flash 8, can't find anything useful online, so thought to try the collective brain... What's happening: The Content is attached to a Movieclip in the Library. ScrollPane is not seeming to 'connect' with it's

RE: [Flashcoders] Any Montreal-based companies around?

2006-04-06 Thread Merrill, Jason
Scott - check out Isacsoft / Bigknowledge - http://www.isacsoft.com e-mail: [EMAIL PROTECTED] they are in Montreal and were looking for some Flash programmers back in February - don't know if they still are. They posted on this list back then, so job info might be in the archives as well. Jason

RE: [Flashcoders] ScrollPane Pain

2006-04-06 Thread Lee McColl-Sylvester
I built one yesterday you could use. They're simple controls to build Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Efergan Sent: 06 April 2006 16:59 To: Flashcoders mailing list Subject: [Flashcoders] ScrollPane Pain Hello All, I've been

[Flashcoders] loading Flash Paper SWF into project

2006-04-06 Thread Chad Vavra
I am working on a Flash project that will be run in a program called Proscape and would like to use Flash Paper SWFs within for displaying PDF reprints. The issue is that I need everything within on library for proscape, it cannot easily load external data because of the way it is deployed.

Re: [Flashcoders] ASDT 0.0.8b5

2006-04-06 Thread Chris Allen
It works fine for me on my Powerbook. Perhaps you should dump the previous installation of ASDT before adding the newer version. Also, the ASDT version 0.0.8b5 now has a ActionScript Project type. I don't remember if the older one was missing that or not. You may need to redo your project and

RE: [Flashcoders] Can You Extend a Swc Component?

2006-04-06 Thread Shaw, Matt (MTVN)
Not one comment? I know someone else has tried this also. Mike Chambers, what's the official word? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shaw, Matt (MTVN) Sent: Wednesday, April 05, 2006 10:48 AM To: Flashcoders mailing list Subject:

[Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Kevin Newman
What do you guys think of this? http://www.unfocus.com/projects/source/#Contact It's still WIP, but I wanted to get some feedback, and this seems like to place to get it. I'll take all forms of criticism on anything - coding style, usefulness, etc. ;-) Thanks, Kevin N.

[Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Ashwan Wadhwa
Has anyone tried to connect to a .NET webservice. This URI that I was provided does return a WSDL file, so the webservice connector component fails. Is there any other method? thanks ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Michael Stuhr
Kevin Newman schrieb: What do you guys think of this? http://www.unfocus.com/projects/source/#Contact what is it good for ? micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Johannes Nel
i have used .net WS without a problem On 4/6/06, Ashwan Wadhwa [EMAIL PROTECTED] wrote: Has anyone tried to connect to a .NET webservice. This URI that I was provided does return a WSDL file, so the webservice connector component fails. Is there any other method? thanks

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Kevin Newman
I think .NET webservices usually return a WSDL if you ask for it on the query string: http://www.example.com/webservice.asmx?WSDL I have successfully used WebServices from .NET in Flash, but there are some things that .NET devs tend to want to put in their web services (like a .NET DataSet

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Kevin Newman
It's a utility to generate a browser history, and provide support for Deep linking within a Javascript or Flash app primarily. This example mini app also uses an (less robust) alternative to Macromedia's Flash JS Integration kit to provide communication between Javascript and Actionscript. I

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Chris Hill
I use .NET services on a daily basis with flash. Flash can accept a dataset, but doesn't really know what to do with it so it just returns it to you as basic xml. I've got a DotNetDataBinder class that takes that info and turns it into a native flash object. So even if it was a dataset it

Re: [Flashcoders] Find Nearest Color?

2006-04-06 Thread elibol
This post is in spite of the discussion, I had adapted this function from before, but originally I decided to not post it. I liked the problem so I spent some time on it. I noticed Joshua that you used ^ in place of Math.pow, while ^ maybe pow in C or maybe even Java, ^ is the xor operator in

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Michael Stuhr
Kevin Newman schrieb: It's a utility to generate a browser history, and provide support for Deep linking within a Javascript or Flash app primarily. This example mini app also uses an (less robust) alternative to Macromedia's Flash JS Integration kit to provide communication between Javascript

Re: [Flashcoders] Find Nearest Color?

2006-04-06 Thread Boon Chew
^ is xor in C and Java as well. elibol [EMAIL PROTECTED] wrote: This post is in spite of the discussion, I had adapted this function from before, but originally I decided to not post it. I liked the problem so I spent some time on it. I noticed Joshua that you used ^ in place of Math.pow,

[Flashcoders] SharedObject always undefined

2006-04-06 Thread Jeff Mastropietro
I'm trying to use a SharedObject to save and restore the state of my flash movie. However, everytime I try to create a SharedObject, it returns undefined. Does anyone have any experience using SharedObjects? Have any ideas what could be causing getLocal to return undefined? var

Re: [Flashcoders] SharedObject always undefined

2006-04-06 Thread Lanny McNie
try SharedObject instead of ShareObject (note the 'd') On 4/6/06, Jeff Mastropietro [EMAIL PROTECTED] wrote: I'm trying to use a SharedObject to save and restore the state of my flash movie. However, everytime I try to create a SharedObject, it returns undefined. Does anyone have any

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Kevin Newman
done. ;-) Michael Stuhr wrote: nevermind. just write exactly THAT on that page you linked and everything should be fine. and google will find you :-) micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

[Flashcoders] IE Flash plugin bug

2006-04-06 Thread Éric Thibault
I all! I've been doing tests with detection of Flash plugin and the UFO integration kit. Everything worked just fine with both IE and FireFox! To go back to previous Flash versions, I used the FlashpluginSwitcher... but now my IE still play Flash movies but when I try to detect the

Re: [Flashcoders] SharedObject always undefined

2006-04-06 Thread Jeff Mastropietro
Lanny, D'oh. You're a life saver. I sure wish Flash threw an error or something on that one. Thanks, Jeff Lanny McNie wrote: try SharedObject instead of ShareObject (note the 'd') On 4/6/06, Jeff Mastropietro [EMAIL PROTECTED] wrote: I'm trying to use a SharedObject to save and

Re: [Flashcoders] Can You Extend a Swc Component?

2006-04-06 Thread Lanny McNie
A SWC is only a zipped up component. Once you put it in your movie, it becomes a compiled clip, or component. From my tests, you CAN extend a component, as long as the component you are extending is in your library. Additionally, it looks like any assets inside the component can also be used. I

Re: [Flashcoders] IE Flash plugin bug

2006-04-06 Thread Éric Thibault
After 3 installations (via adobe's site) and renaming of the ocx file inside the system32/macromed/flash folder... everything is back to normal... Even the activeX installation inside the Flash installation Folder was not working (unable to register ocx blabla...). A+ Éric Thibault wrote:

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Michael Stuhr
Kevin Newman schrieb: done. ;-) Michael Stuhr wrote: nevermind. just write exactly THAT on that page you linked and everything should be fine. and google will find you :-) micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] IE Flash plugin bug

2006-04-06 Thread John Dowdell
I'm not sure of the question, but if it's close to What can prevent plugin-switchers in Microsoft's browser for Windows?, then there was a recent change in procedure for such utilities... source links here: http://weblogs.macromedia.com/jd/archives/2006/03/players_v8024_v.cfm Is this the same

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread Kevin Newman
Michael Stuhr wrote: well, now that i know what this does i must say: it works for me: on: winxp: FF 1.5.01fp:8.5beta, IE6 fp:8.0.24 but on: OSX: safari 2.03fp:8.0.24 flash's not showing up. it might be related to the fact i'm using this machine through vnc only.

[Flashcoders] Flex 2 SDK Sample Files crash 8.5 Player on OSX

2006-04-06 Thread bryan.rice
Hi All, I guess the subject pretty much covers it. I downloaded the Flex 2 SDK (FlexSDK2_B2_03-16) and (after having to re-save the shell script as a unix file to get rid of window line returns) I compiled the sample files. Although it took a while, it seemed to work and now I have a

Re: [Flashcoders] Flex 2 SDK Sample Files crash 8.5 Player on OSX

2006-04-06 Thread Michael Bedar
I've encountered the 'you-suck-cause-you're-on-a-mac-and-can't-really- use-Flex 2' problem, but after 3? alpha/beta releases of Flex for windows only i'm getting used to it Michael On Apr 6, 2006, at 4:58 PM, bryan.rice wrote: Hi All, I guess the subject pretty much covers it. I

Re: [Flashcoders] unFocus.History.Keeper

2006-04-06 Thread elibol
Hi Kevin, Looks good on IE 6 and FF 1.5, both on player 8.5. I agree, it should be on osflash. Keep up the good work big guy, M. On 4/6/06, Michael Stuhr [EMAIL PROTECTED] wrote: Kevin Newman schrieb: done. ;-) Michael Stuhr wrote: nevermind. just write exactly THAT on that page you

Re: [Flashcoders] IE Flash plugin bug

2006-04-06 Thread Éric Thibault
It explains all... Two references from adobe http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14157 and from http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=4da116d3 Running regsvr32 on a flash*.ocx file returns the following error: DllRegisterServer in flash.ocx

Re: [Flashcoders] allowing slow animation

2006-04-06 Thread Grant Cox
I just gave this a go, and I see exactly the same behaviour on F7 and F8. If the text is a dynamic textfield then it snaps to pixels, if it's static it moves smoothly. But this is the same in F7 and F8. I animated the textfield to move 10 pixels in 100 frames, with just a linear motion