[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:
www.actionscriptor.com/temp/iFrameFF.zip

Any idea?

Thanks.

Dominic
___
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
http://www.figleaf.com
http://training.figleaf.com


[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:
www.actionscriptor.com/temp/iFrameFF.zip

Any idea?

Thanks.

Dominic
___
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
http://www.figleaf.com
http://training.figleaf.com


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 <[EMAIL PROTECTED]> wrote:
>
> Does compiling the B class fix the problem?
>
> If the B.SWF has an old version of the definition of the C Class, then
> rebuilding A.SWF 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, 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 when I
> > load
> > A.swf in B.swf, then A.swf behaves just like before I modifield C
> > class. To
> > fix this problem I have to change class path, and this solution is not
> > good
> > at all if I frequenly update C class.
> >
> > I have tried Clear ASO Cache component, I have physically deleted the
> > whole
> > ASO folder, and still not fix it. Any idea?
> >
> > Dominic
> > ___
> > 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
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
> >
> ___
> 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
> http://www.figleaf.com
> http://training.figleaf.com
>



___
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
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio

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 <[EMAIL PROTECTED]> wrote:


Does compiling the B class fix the problem?

If the B.SWF has an old version of the definition of the C Class, then
rebuilding A.SWF 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, 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 when I
> load
> A.swf in B.swf, then A.swf behaves just like before I modifield C
> class. To
> fix this problem I have to change class path, and this solution is not
> good
> at all if I frequenly update C class.
>
> I have tried Clear ASO Cache component, I have physically deleted the
> whole
> ASO folder, and still not fix it. Any idea?
>
> Dominic
> ___
> 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
> http://www.figleaf.com
> http://training.figleaf.com
>
>
___
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
http://www.figleaf.com
http://training.figleaf.com


___
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
http://www.figleaf.com
http://training.figleaf.com


[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 when I load
A.swf in B.swf, then A.swf behaves just like before I modifield C class. To
fix this problem I have to change class path, and this solution is not good
at all if I frequenly update C class.

I have tried Clear ASO Cache component, I have physically deleted the whole
ASO folder, and still not fix it. Any idea?

Dominic
___
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
http://www.figleaf.com
http://training.figleaf.com


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 embedded inside Director
3. Resource: I am not really good at Director :(

I just wonder if we can buy licenses from MM as North Code does, so we can
distribute customized players (one without that right click menu) to our
clients/students?

Thanks for reading and replying.

Dominic
___
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
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Remove right click menu

2006-03-06 Thread Dominico Savio
:( can't use the solution from Gaia-Tek :( because we not allowed to have
any message window popping up at all. I am trying to make an application
which stimulates MS offices using Flash, and as you know MS Office uses a
lot right click to do a lot of things, that's why having alert windows like
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
> 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 the Setting and "About Macromedia ..."
> > > when
> > > > users do the right click? My client need to use right click in this
> > > project
> > > >
> > > > Dominic
> > > > ___
> > > > 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
> > > > http://www.figleaf.com
> > > > http://training.figleaf.com
> > > >
> > >
> > >
> > > --
> > > Ramon Miguel M. Tayag
> > > Managing Director
> > > Quirkworks
> > > ___
> > > 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
> > > http://www.figleaf.com
> > > http://training.figleaf.com
> > >
> > ___
> > 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
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
>
>
> --
> Ramon Miguel M. Tayag
> Managing Director
> Quirkworks
> ___
> 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
> http://www.figleaf.com
> http://training.figleaf.com
>
___
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
http://www.figleaf.com
http://training.figleaf.com


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 the Setting and "About Macromedia ..."
> when
> > users do the right click? My client need to use right click in this
> project
> >
> > Dominic
> > ___
> > 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
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
>
>
> --
> Ramon Miguel M. Tayag
> Managing Director
> Quirkworks
> ___
> 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
> http://www.figleaf.com
> http://training.figleaf.com
>
___
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
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Remove right click menu

2006-03-06 Thread Dominico Savio
Is there anyway we can remove the Setting and "About Macromedia ..." when
users do the right click? My client need to use right click in this project

Dominic
___
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
http://www.figleaf.com
http://training.figleaf.com