[Flashcoders] return to frame with slideshow

2005-12-26 Thread chdr

hi, i.m new with flash 8 Pro

i have a main.swf with some bottoms.
The btn_illustration when is release loadMovieNum(illustration.swf, 10);

On illustration.swf i have a slideshow running littles swfs in a
container with xml. My question is : I would like, when one
mc_slideshow is clicked, to go at a specific frame on illustration.swf
to see more informations.
It`s possible and how ?
thanks
_
Télécharge le SkyrockMessager et va sur le hub !
http://www.skyrockmessager.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Delete Key + SAFARI

2005-12-26 Thread Sumeet Kumar
Hi All

I m building a text editor in which delete key is used to delete an
object.
The delete key is working fine on all the browsers but it is not working
fine on the safari(on mac).The other key which I m using is enter key
which is working fine even in safari.


Can any one suggest a solution?

Regards
Sumeet kumar
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Math question: find coordinates of a point

2005-12-26 Thread Toon Van de Putte
Hi,

I've got a math question:

How can i find the x,y coordinates of a point at a known equal distance from
two other, known, points?
I know this is an isosceles triangle  and i can probably figure out all the
distances by just using the Pythagorean theorem, but finding the actual x,y
coordinates is a bit tricky, since the two known points are not both on the
same axis, so it's a rotated isosceles triangle...
I'm having a look at Mathworld to figure it out, but any help would be
greatly appreciated.

--
Toon Van de Putte
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] flv batch encoding

2005-12-26 Thread Latcho

ffmpeg on the fly

Sander wrote:
Sorenson 4.2 allows you to create cue points and has two-pass 
encoding for

the vp6 codec.


Squeeze for flash with ON2VP6 plugin: 119+199
Flix Pro with ON2VP6: 249$
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] SWF 2 PNG

2005-12-26 Thread D_C
hi -

with Flash8 is it possible to screenshot an area of the screen and
output it to a bitmap file?

If not, would appreciate recommendations for tools that can do this
automatically, or from command line. i need to create a GIF catalog of a
whole bunch of SWF files...

/dc
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Math question: find coordinates of a point

2005-12-26 Thread Alan Shaw
On 12/26/05, Toon Van de Putte [EMAIL PROTECTED] wrote:

 Hi,

 I've got a math question:

 How can i find the x,y coordinates of a point at a known equal distance
 from
 two other, known, points?


Well if it is strictly a math question the most straightforward way
might be analytic: solve the system of two equations
for the circles of radius d about the two points, as shown at
http://www.ping.be/~ping1339/circle.htm#Intersection-points-

But I guess you might be wanting to find a code solution.  I think
I have an idea:

Use matrix operations to rotate the line connecting P1 and P2
to horizontal and translate it to the X axis with midpoint at the
origin.  Concat these operations into a single Matrix.

The desired point(s) will now be found on the y axis with ordinate
equal to + or - sqrt(d * d - x * x), where d is your desired distance
and x is the current transformed abscissa of P2 (if d = x that is).

The invert the matrix  and apply it to the points you found.

What do you think?

-A
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] getURL and javascript not working in flash 8

2005-12-26 Thread Sumeet Kumar
Hi All

I m using the getURL method to call a function in the javascript in i.e
but it is not working i.e I m not able to call the javascript function
through getURL.

Any suggestion ?

Thanks and Regards
Sumeet Kumar
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Javascript + flash

2005-12-26 Thread rishi
Hi

 

I am not able to run javascript functions from flash 8, though I am able
to run the same in flash 7. Is there security issue? 

 

Regards

Rishi

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders