[Flashcoders] flash button not working in firefox when over an iframe

2006-11-15 Thread Dominico Savio
I've got this problem for the last couple days and could not figure out why. The problem is when I have an iframe underneath a swf file, and any flash buttons over the iframe area not working at all. And this problem only occurs in FF. You can download the sample bug here:

[Flashcoders] flash button not working in firefox when over an iframe

2006-11-14 Thread Dominico Savio
I've got this problem for the last couple days and could not figure out why. The problem is when I have an iframe underneath a swf file, and any flash buttons over the iframe area not working at all. And this problem only occurs in FF. You can download the sample bug here:

[Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio
I have this weird problem, and could not find any solutions on net. I have 2 swf A and B, and A.swf using a C class, and A.swf will be loaded into B.swf. Whenever I modified C class, then recompile A, the A.swf functions correctly when it's played alone or tested in authoring environment. But

Re: [Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio
will not get rid of the copy of the definition of Class C in the B.SWF. When Flash player needs to use Class C it uses the first definition it finds. Common problem - bit us a few times. Ron Dominico Savio wrote: I have this weird problem, and could not find any solutions on net. I have 2 swf A and B

Re: [Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio
My bad, one of my team member used that class before I load A.swf. So your suggestion is correct Ron. Thanks On 8/31/06, Dominico Savio [EMAIL PROTECTED] wrote: But B.swf doesn't use C class at all. just use a simple loadMovie call. Then where is the problem? D. On 8/31/06, Ron Wheeler

Re: [Flashcoders] Remove right click menu

2006-03-07 Thread Dominico Savio
I can't use director because of the following reason: 1. The client worry that Director will be gone in the next 4, 5 years, and the application have to last longer than that :( 2. We are using Flash Remoting, loadVariables via ASP.NET page, load XML and I am not so sure we can do that with Flash

Re: [Flashcoders] Remove right click menu

2006-03-06 Thread Dominico Savio
I want to use this online, so can Zinc and SWFStudio do that? or I have to export swf out as EXE? On 3/6/06, Ramon Miguel M. Tayag [EMAIL PROTECTED] wrote: Yes, with 3rd party apps like Zinc or SWFStudio. On 3/7/06, Dominico Savio [EMAIL PROTECTED] wrote: Is there anyway we can remove

Re: [Flashcoders] Remove right click menu

2006-03-06 Thread Dominico Savio
that is not allowed On 3/6/06, Ramon Miguel M. Tayag [EMAIL PROTECTED] wrote: Ah, Zinc and SWFStudio are only for standalone apps. You'll be better of w/ Gaia's advice. On 3/7/06, Dominico Savio [EMAIL PROTECTED] wrote: I want to use this online, so can Zinc and SWFStudio do that? or I have