Re: [Flashcoders] I have a flash question for you.

2006-11-21 Thread shang liang
In Flash API, it has these 3 lines for fscommand: None of the commands described in the table are available in web players. All of the commands are available in stand-alone applications, such as projectors. Only allowscale and exec are available in test-movie players. I guess the catchallkeys

[Flashcoders] LoadMovie adds style to UIComponents?

2006-11-21 Thread Wade Arnold
I have one swf file that has a couple textinputs and textareas. When I run the swf alone it does not draw the green default boarder on focusIn. However if I load that same SWF via another swf into a symbol holder.loadMovie(test.swf); then I get the green boarder when I click on the textinput and

[Flashcoders] getURL malfunctioning in MAC 10.4.8

2006-11-21 Thread Deepak Sahu
Hi Guys, I had created one application years back and it was working fine till date, but now with new version of MAC OS 10.4.8 when I am calling getURL(some html,some frame) from flash its getting open in new window instead of opening in the frame. However its work fine with older version

Re: [Flashcoders] Problem: Safari and dynamic loading?

2006-11-21 Thread Haydn
Hi, I'm pretty sure this is an issue with Safari as a similar problem somethings occurs when loading HTML pages. From what I can tell it's completely random. I'm using Safari 1.3.1 so maybe an update to 1.3.2 would fix the problem? Haydn. On 21/11/2006, at 9:08 PM, Daniel Forslund|Lists

Re: [Flashcoders] Writing code for big teams

2006-11-21 Thread Miguel Angel Sánchez
There is another approach to communicate those swfs: - At your side: 1. Class Application (singleton) 2. Class LoadedSWF (or whatever), abstract class that every swf of the team development will have to extend. This class could implement any interface you like, and will have a constructor like