Re: [Flashcoders] Running Flash Application on a local network

2007-01-22 Thread eugen pflüger

i had this problem too.
i couldnt get really behind this issue but i know how to avoid this  
problem and get your files loaded.


you need to set the security settings for your pc:
http://www.macromedia.com/support/documentation/en/flashplayer/help/ 
settings_manager04.html


the clients computer needs to have an internet connection to do this.
you then choose the folder of your project and then add this to the  
list. or as i did, you add the main hard disk folder (/).


i know this is a hacky solution and i never could understand why this  
has to be this way.
this security restrictions shouldnt happen if you choose use only  
local files. but that didnt work in my case.


hope it helps.
eugen





Am 23.01.2007 um 03:28 schrieb JulianG:

are you using an HTTP server on the host computer?
or just opening the HTML/SWF file using a network share?

___
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] Image in HTML-TextField doesn't get loaded

2006-05-22 Thread eugen pflüger

is your swf in the same directory as your html?
the path must match from your html not your swf.

eugen


Am 22.05.2006 um 16:16 schrieb judah:

Hi Sönke,

Try using the full path to the image. I've had some issues with  
relative paths in the past. Sometimes it does not show up if I have  
used or I leave out the www in the url.


Judah

Sönke Rohde wrote:

Hi,

I got the problem, that images within HTML-Textfields don't show  
up. When I
test the site on my local webserver all works fine but not online  
on my
server. I can't imagin any problems with my server or any chmod  
issues.


Here an example:
The part within the content-node is set as text:
content![CDATA[pimg src=img/test.jpgHere is text./p]]
/content

Tested with Flash Player 8  9.

Any ideas?
Sönke

___
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





--
Always bear in mind that your own resolution to succeed is more  
important than any one thing.


You can have anything you want - if you want it badly enough. You  
can be anything you want to be, do anything you set out to accomplish  
if you hold to that desire with singleness of purpose.

- Abraham Lincoln

___
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









plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] textfield.type no effect?! flash8 bug? 2

2006-05-18 Thread eugen pflüger

hello,

someone had this problem before???

 
-


hello,

couldnt find anything in the archives.
is this a flash 8 bug?

changing textfield.type dynamically has just no effect.

// code
var me = this;
this.on_btn.onRelease = function ()
{
me.field.type = input;
}

this.off_btn.onRelease = function ()
{
me.field.type = dynamic;
}
// code end

tracing field.type outputs a change (from input to dynamic and  
back again).
but the behaviour just depends on what i was setting in the ide. when  
i set it to input it remains an input textfield. if i set it to  
danamic it always stays a dynamic textfield.

isnt it supposed to be changed dynamically? am i missing something?

tia
eugen
 
-



___
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









plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] textfield.type no effect?! flash8 bug?

2006-05-17 Thread eugen pflüger

hello,

couldnt find anything in the archives.
is this a flash 8 bug?

changing textfield.type dynamically has just no effect.

// code
var me = this;
this.on_btn.onRelease = function ()
{
me.field.type = input;
}

this.off_btn.onRelease = function ()
{
me.field.type = dynamic;
}
// code end

tracing field.type outputs a change (from input to dynamic and  
back again).
but the behaviour just depends on what i was setting in the ide. when  
i set it to input it remains an input textfield. if i set it to  
danamic it always stays a dynamic textfield.

isnt it supposed to be changed dynamically? am i missing something?

tia
eugen



___
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] Exporting dynamically generated vector drawings

2006-05-16 Thread Eugen Pflüger
see this post:
(by the way thanks g.)


blazePDF will do this -- and has been used to do similar Flash vector
graphics to PDF art apps (in fact, one app just won an award).

www.blazepdf.com is the site, and the free version should be more than
enough to get you going.

hth :-)
g.

On 5/15/06, eugen pflüger [EMAIL PROTECTED] wrote:

 hello,

 i am just wondering if anybody knowsis there a way to print
 vectorshapes into a pdf document?

 i know on mac there was this trick to fire the print function to an
 virtual laser printer that saved a postscript file. then you could
 open that document in illustrator.
 i wonder if now or in as 3.0 (and/or flex) there is a good solution
 to get vectors.
 does anybody know?

 just saw this on flickr. its done with processing. would be great if
 this would work in flash.
 http://www.flickr.com/photos/watz/146861875/in/photostream/

 tia
 eugen



-- 
weblog: broadcast.artificialcolors.com
blazePDF: www.blazepdf.com
band: www.cutratebox.com



 --- Ursprüngliche Nachricht ---
 Von: Bill Brown [EMAIL PROTECTED]
 An: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Betreff: [Flashcoders] Exporting dynamically generated vector drawings
 Datum: Tue, 16 May 2006 13:26:31 -0700
 
 Can anyone recommend a method of exporting dynamically generated drawings
 (using the Drawing API) from Flash to a high-quality printable format?
 I'm trying to create a .pdf or .ai file of actionscript generative art so
 that I can send it to the printers for poster-size prints.
 
 I saw Joshua Davis talk at Flash Forward about a technique for doing this,
 but I forget what it was - can anyone help?
 
 Thanks,
 BB
 ___
 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
 

-- 
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
Feel free mit GMX DSL! http://www.gmx.net/de/go/dsl
___
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] vectorshapes to pdf?

2006-05-15 Thread eugen pflüger

hello,

i am just wondering if anybody knowsis there a way to print  
vectorshapes into a pdf document?


i know on mac there was this trick to fire the print function to an  
virtual laser printer that saved a postscript file. then you could  
open that document in illustrator.
i wonder if now or in as 3.0 (and/or flex) there is a good solution  
to get vectors.

does anybody know?

just saw this on flickr. its done with processing. would be great if  
this would work in flash.

http://www.flickr.com/photos/watz/146861875/in/photostream/

tia
eugen
___
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] XRAY breaks my movie

2006-05-04 Thread eugen pflüger

hello xray professionals,

i really need your help!

i installed xray with the extension manager. everythings fine.
then i put the xray component on stage on frame 1 (theres only 1  
frame) (classes export to frame 1).

then i did test movie.

trace window says this:
(1014) Connections: true | true
256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.

now its getting interesting:
i did uninstall the component with extension manager. restarted flash.
and when i test movie i get the same trace message!

file size of swf before installation was: 136 kb
after xray it is: 151 kb. the difference is about 16k. (thats whats  
said on the website).


so that thing is still in my fla/swf!
how do i get rid of it

i also did delete aso files and test movie. no change.

tia
eugen


___
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] Fwd: XRAY breaks my movie

2006-05-04 Thread eugen pflüger

oh, i forgot to mention:
i am on mac and use flash 8.

downloaded the latest version of xray:
standalone: 1.2.5
connector: 1.4.5



Anfang der weitergeleiteten E-Mail:


Von: eugen pflüger [EMAIL PROTECTED]
Datum: 4. Mai 2006 09:22:08 MESZ
An: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Betreff: XRAY breaks my movie

hello xray professionals,

i really need your help!

i installed xray with the extension manager. everythings fine.
then i put the xray component on stage on frame 1 (theres only 1  
frame) (classes export to frame 1).

then i did test movie.

trace window says this:
(1014) Connections: true | true
256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.

now its getting interesting:
i did uninstall the component with extension manager. restarted flash.
and when i test movie i get the same trace message!

file size of swf before installation was: 136 kb
after xray it is: 151 kb. the difference is about 16k. (thats whats  
said on the website).


so that thing is still in my fla/swf!
how do i get rid of it

i also did delete aso files and test movie. no change.

tia
eugen




___
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] Solved: XRAY breaks my movie

2006-05-04 Thread eugen pflüger

hello,

ok i am stupid! i deleted the component from the library and now my  
movie compiles again.

but i still wonder what that recursive problem is about.






Anfang der weitergeleiteten E-Mail:


Von: eugen pflüger [EMAIL PROTECTED]
Datum: 4. Mai 2006 09:25:14 MESZ
An: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Betreff: [Flashcoders] Fwd: XRAY breaks my movie
Antwort an: Flashcoders mailing list  
flashcoders@chattyfig.figleaf.com


oh, i forgot to mention:
i am on mac and use flash 8.

downloaded the latest version of xray:
standalone: 1.2.5
connector: 1.4.5



Anfang der weitergeleiteten E-Mail:


Von: eugen pflüger [EMAIL PROTECTED]
Datum: 4. Mai 2006 09:22:08 MESZ
An: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Betreff: XRAY breaks my movie

hello xray professionals,

i really need your help!

i installed xray with the extension manager. everythings fine.
then i put the xray component on stage on frame 1 (theres only 1  
frame) (classes export to frame 1).

then i did test movie.

trace window says this:
(1014) Connections: true | true
256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.

now its getting interesting:
i did uninstall the component with extension manager. restarted  
flash.

and when i test movie i get the same trace message!

file size of swf before installation was: 136 kb
after xray it is: 151 kb. the difference is about 16k. (thats  
whats said on the website).


so that thing is still in my fla/swf!
how do i get rid of it

i also did delete aso files and test movie. no change.

tia
eugen




___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] focus in internet explorer

2006-04-28 Thread eugen pflüger

hello guys and girls,

maybe i missed something...but when i start my flashfilm in ie on  
windows i always have to click first one time so that the flash film  
detects rollovers and everything.

i know all that stuff with focus and so on.
but i never encountred it this way. i swear it did behave normal all  
those years :)


did something change?
on firefox and safari is everthing alright.

i also tried this in my html:
body onLoad=window.focus();
but it has no effect in internet explorer.

best
eugen

___
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] Shared fonts nightmare

2006-04-28 Thread eugen pflüger

i never worked with shared fonts but maybe this could help you:
http://www.sharedfonts.com

e


Am 28.04.2006 um 09:44 schrieb Serge Jespers:


Hey guyz,

I'm working on this project that has a shared library with some  
movieclips and fonts...

It are those fonts that cause quite a bit of stress...

The designer on this project is on a PC and I work on a Mac... Not  
that that should matter but I'm taking a wild guess this is the  
problem...


The situation... Both his PC and my Mac have all the fonts... Same  
TTF files. However, if I use the shared fonts in the swf on the  
server, they come out looking like this: http://webkitchen.be/ 
downloads/sharedfonts.png

Not really what was intended...

If I make that library again, and use my shared lib instead of the  
one on the server, the text comes out right but is shifted down by  
quite a few pixels causing the design to be screwed up...


So yeah... Should we just drop the shared fonts and thereby add a  
some 50k to each swf? Or is there something we may not have thought  
about?


Thanks for your help,
Serge


___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] focus in internet explorer

2006-04-28 Thread eugen pflüger

hello hans,

thank you.
shouldnt it be: body onLoad=document.getElementById(swf).focus 
(); ?


well, none of both work. internet explorer gives me the hand-cursor- 
symbol and a tooltip says: click here to activate this element.

has this always been like this on windows? i never realized?

best
eugen



Am 28.04.2006 um 11:17 schrieb j.c.wichman:


Hi,

body onLoad=window.focus();  will take the focus away from your  
flash

object.
body onLoad=document.myFlashObjIDHere.focus(); should do the  
trick.


Greetz
Hans




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of eugen pflüger
Sent: Friday, April 28, 2006 10:37 AM
To: Flashcoders mailing list
Subject: [Flashcoders] focus in internet explorer

hello guys and girls,

maybe i missed something...but when i start my flashfilm in
ie on windows i always have to click first one time so that
the flash film detects rollovers and everything.
i know all that stuff with focus and so on.
but i never encountred it this way. i swear it did behave
normal all those years :)

did something change?
on firefox and safari is everthing alright.

i also tried this in my html:
body onLoad=window.focus();
but it has no effect in internet explorer.

best
eugen

___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] focus in internet explorer

2006-04-28 Thread eugen pflüger

hey,

it works. great script.

thanks for your help.

best
eugen


Am 28.04.2006 um 12:41 schrieb Suhas Kotkar:


Hi,
   Please refer to the following link to get the more details:

http://www.neo-archaic.net/blog/2006/04/25/objectswap.htm

This is because of the security added in the Internet explorer by MS.

Regards,

Suhas


-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders- 
[EMAIL PROTECTED] On Behalf Of eugen pflüger

Sent: Friday, April 28, 2006 4:07 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] focus in internet explorer

hello hans,

thank you.
shouldnt it be: body onLoad=document.getElementById(swf).focus
(); ?

well, none of both work. internet explorer gives me the hand-cursor-
symbol and a tooltip says: click here to activate this element.
has this always been like this on windows? i never realized?

best
eugen



Am 28.04.2006 um 11:17 schrieb j.c.wichman:


Hi,

body onLoad=window.focus();  will take the focus away from your
flash
object.
body onLoad=document.myFlashObjIDHere.focus(); should do the
trick.

Greetz
Hans




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of eugen pflüger
Sent: Friday, April 28, 2006 10:37 AM
To: Flashcoders mailing list
Subject: [Flashcoders] focus in internet explorer

hello guys and girls,

maybe i missed something...but when i start my flashfilm in
ie on windows i always have to click first one time so that
the flash film detects rollovers and everything.
i know all that stuff with focus and so on.
but i never encountred it this way. i swear it did behave
normal all those years :)

did something change?
on firefox and safari is everthing alright.

i also tried this in my html:
body onLoad=window.focus();
but it has no effect in internet explorer.

best
eugen

___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] Good Math script for sheet movementwhendragedontable

2006-04-04 Thread eugen pflüger

zeh,

thanks! looks good.

also good to know that the keyword for this is rigid body dynamics.
i'll look a bit aorund. maybe i can improve it.

i'll keep you updated.

thanks again.
e





Am 03.04.2006 um 18:57 schrieb Zeh Fernando:


Another good article on something like that is this --
http://www.mactech.com/articles/mactech/Vol.12/12.08/  
GXRigidBodyDragging/index.html
Here's one of my test SWFs by the way, so you can see  what I'm  
talking about:

http://hosted.zeh.com.br/misc/novo2.swf




looks great!
i thought that topic is dead for me. but maybe i give a triy again :)
zeh, would you share the code of your test swf?



It's a bit old (should be some kind of class now) but here it is:


Math.decToRad = function (graus) {
 return (graus * (Math.PI/180));
}
ASSetPropFlags(Math, decToRad, 1, 1);


Math.radToDec = function (radianos) {
 return (radianos / (Math.PI/180));
}
ASSetPropFlags(Math, radToDec, 1, 1);

MovieClip.prototype.makeDraggable = function() {
this.onPress = function() {
 this.lastMouseX = this._parent._xmouse;
 this.lastMouseY = this._parent._ymouse;
 this.onMouseMove = function() {
  this.deltaX = this._parent._xmouse - this.lastMouseX;
  this.deltaY = this._parent._ymouse - this.lastMouseY;

  this.delta = Math.sqrt((this.deltaX*this.deltaX) +  
(this.deltaY*this.deltaY));


  this.radiusX = this.lastMouseX - this._x;
  this.radiusY = this.lastMouseY - this._y;
  this.radius = Math.sqrt((this.radiusX*this.radiusX) +  
(this.radiusY*this.radiusY));
  this.dragAngle = Math.atan2(this.deltaX, this.deltaY) - Math.atan2 
(this.radiusX, this.radiusY);
  this.rotationAngleSin = this.delta * Math.sin(this.dragAngle) /  
this.radius;


  this._x += this.deltaX;
  this._y += this.deltaY;

  var p1 = {x:this._xmouse, y:this._ymouse};
  var p2 = {x:this._xmouse, y:this._ymouse};
  this.localToGlobal(p1);
  this._rotation -= Math.radToDec(Math.asin(this.rotationAngleSin))  
* (this.radius/25);

  this.localToGlobal(p2);

  this._x -= p2.x-p1.x;
  this._y -= p2.y-p1.y;

  this.lastMouseX = this._parent._xmouse;
  this.lastMouseY = this._parent._ymouse;

  updateAfterEvent();
 };
 this.onMouseMove();
};

this.onMouseUp = function() {
 delete this.onMouseMove;
};
};

Then to apply:

myMC.makeDraggable();

This is a literal remake of the equations mentioned on that article  
I've linked above (I even used similar variable names). It isn't  
perfect, though; you'll notice, for instance, that dragging an  
object by its center will make it rotate more than it normally  
should (as if the whole thing was lightweight). Probably some kind  
of strength based on the drag radius should be applied to the  
rotation force.


It did work perfect for what I needed, though (I just had to drag  
objects from a few special corners).


I know Yugo Nakamura has made something similar a lng time ago  
(Flash 4) and it worked great, with inertia and all, but I guess  
the logics behind his one were a bit different.



- Zeh
___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] Good Math script for sheet movement when dragedontable

2006-04-03 Thread eugen pflüger

i guess you are looking for something like this:
http://www.intentionallies.co.jp

this site is from yugo nakamura. very well scripted.

someday i tried it by myself but unfortunaly didnt get it to work.

my thoughts were this:
on click on a sheet find the distance from the middle and set it to  
be the new origin (thats the new rotation point).
then you have to find out in which direction the sheet should turn -  
calculate some forces...depending on the drag movement

something like this :)



Am 03.04.2006 um 14:22 schrieb Alias:

You could probably adapt the page drag mathematics from this  
article...


http://www.oreillynet.com/pub/a/javascript/2004/09/03/flashhacks.html

A good book to learn about trigonometry is the Complete Idiot's  
Guide to

Algebra by W. Michael Kelly - it's very well written and mathematical
beginner-friendly.
http://www.amazon.com/exec/obidos/tg/detail/-/1592571611?v=glance

You won't get far in flash development without a basic knowledge of  
trig,

and besides, it starts to be fun after the first couple of years :)

Hope this helps,
Alias
___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] Good Math script for sheet movement whendragedontable

2006-04-03 Thread eugen pflüger

looks great!

i thought that topic is dead for me. but maybe i give a triy again :)

zeh, would you share the code of your test swf?

thanks in advance.
e





Am 03.04.2006 um 16:11 schrieb Zeh Fernando:


Another good article on something like that is this --

http://www.mactech.com/articles/mactech/Vol.12/12.08/ 
GXRigidBodyDragging/index.html


It's done for some kind of Apple scripting language, but of course the
important part (trigonometry) still holds. That's what I used as a  
guide
when I wanted to build a similar 'rigib body dragging' mechanism  
for a site. Here's one of my test SWFs by the way, so you can see  
what I'm talking about:


http://hosted.zeh.com.br/misc/novo2.swf


- Zeh


- Original Message - From: eugen pflüger [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, April 03, 2006 10:08 AM
Subject: Re: [Flashcoders] Good Math script for sheet movement
whendragedontable


i guess you are looking for something like this:
http://www.intentionallies.co.jp

this site is from yugo nakamura. very well scripted.

someday i tried it by myself but unfortunaly didnt get it to work.

my thoughts were this:
on click on a sheet find the distance from the middle and set it to
be the new origin (thats the new rotation point).
then you have to find out in which direction the sheet should turn -
calculate some forces...depending on the drag movement
something like this :)



Am 03.04.2006 um 14:22 schrieb Alias:

You could probably adapt the page drag mathematics from this   
article...


http://www.oreillynet.com/pub/a/javascript/2004/09/03/flashhacks.html

A good book to learn about trigonometry is the Complete Idiot's   
Guide to

Algebra by W. Michael Kelly - it's very well written and mathematical
beginner-friendly.
http://www.amazon.com/exec/obidos/tg/detail/-/1592571611?v=glance

You won't get far in flash development without a basic knowledge  
of  trig,

and besides, it starts to be fun after the first couple of years :)

Hope this helps,
Alias
___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] Help with shared library fonts

2006-03-14 Thread eugen pflüger

maybe this could help you:
http://www.sharedfonts.com

e


Am 12.03.2006 um 07:05 schrieb Hypno Joe:


*I am using Flash8*

Is there a way to keep fonts in an external movie and load them
dynamically into a movie when needed?

The flash movie I am currently working on is a text editor that is all
generated dynamically.  A text box is generated on the main movie like
this:

this.createTextField(message_txt, 200, 10, 10, 560, 200);
message_txt.embedFonts = true;

The main text box is styled using TextFormat.

var messageformat:TextFormat;
meassageformat = new TextFormat();
messageformat.size = 20;
messageformat.font = hightower_font;

I have a button that calls in an external SWF that contains a list of
different fonts for the text box.  The fonts are embedded in the movie
and exported for action script and runtime sharing.   They change the
font like this:

this.aucion_mc.onRelease = function () {
messageformat = new TextFormat();
messageformat.font = aucion_font;
_root.message_txt.setTextFormat(messageformat);
}

The fonts show up in the external SWF as it is loaded into the main
movie but when one of the bottons is presssed, the text in the text
box disappears.

If I embed the fonts in the main movie, I have no problems.
Everything works fine.  But that defeats the purpose of having the
fonts exist externally.  I only want them to load if the user wants to
change fonts.
___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] FF Seattle Report

2006-03-06 Thread eugen pflüger
 developers when that time comes around.
To put it all into perspective, since Moock's video of the tokyo  
player 8 demonstration, almost everything i've heard from  
Macromedia has made me feel stronger and stronger about the notion  
that this segment of the industry is NOT something i want to be  
basing my economy on, and that's a terribly sad notion, because  
i've been at this Flash garbage professionally since i quit high  
school, a good 6 years ago, and i really feel strongly about it.


So what's the solution? Probably go through some bizarre freemason  
ritual to get access to the time machine Grant, Darron and Erik use  
to magically create time to keep up. As it is, i feel i was well  
poised to become a truly proficient developer, but that the weirdly  
unfocused direction Flash has taken is depriving me of my right  
to evolve with the format in a natural way, and by natural i mean  
without army issue narcotics that let me survive without sleep.


And that, is demotivating as all hell.

- Andreas, who isn't mad at the above mentioned developers, just  
puzzled and envious


Moses Gunesch wrote:
Man I had a great time and thought this conference really put the  
fire back into Flash.
The keynote really showed how exciting and positive the Adobe  
merger is!


They built an iTunes style app in flex2 in just a few minutes on  
stage, and they
showed off Apollo, the next platform for desktop-based flash apps.  
Everything is

changing at a lightning clip and I really saw what a hge deal
this merger is and how good it is really going to be for both of
those companies and for all of us, Kevin Lynch has been put into a
real position of influence which makes it happen. Adobe is really  
all about how to

leverage the pdf and flash players but they reassured that there
won't be any sort of attempt to combine these things directly, more
like all sorts of interesting strategies to provide a useful platform
using all these tools. Seems like in a few years they ought to try
and build an OS of their own (is Google?). Also showed an astounding
performance gain in As3, really impressive actually.

The conference is on a ripping comeback now, this was the biggest
crowd since the dotcom crash, at around 1500 attendees - everyone was
super focused and attentive at the sessions, and the parties were all
really fun and classy, including a catered party at Gameworks.

Lynda explained to me that FF will no longer be west/east coast
- just wherever they want. The next one planned is Austin -- going to
be a real blast, that's a sweet town, and it coincides with the  
Austin City Limits festival.


Really great material this year on Flex, AS3, Grant Skinner's talk  
was awesome, Tons of

great stuff, got to see the guys from Homestar Runner and JibJab talk
which was awesome. Fully 5 sessions dealt specifically with
externalizing technology and how Flash can be used for this very
easily now. I got lots an upbeat response for my session, heard
Natzke's and Hillman Curtis' sessions were great...

Over all this was an incredibly positive experience for me, it really
brought back the love and excitement for being in such a vibrant and
vital community.

Moses


___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


___
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] FLV's dropping frames on import for timeline playback.

2005-12-23 Thread eugen pflüger

hello matt, hello mark,

did one of you find a solution for that problem?
i need to scrub through a video as well.
scrubbing through a flv is not possible. it seems that frames in  
timeline are the only solution for it.

right?

thanks
eugen


Am 31.10.2005 um 11:29 schrieb Mark Burvill:

Putting videos directly on the timeline (if I'm right in thinking  
that's what you're doing) is not really the way to go, it's  
notoriously unreliable for anything other than really small videos.

Have you tried using one of the Media Display components?


Matt Muller wrote:

Hi, I have a 360 of a car in 3d I'm importing for timeline  
playback, and yes

i have set 1 keyFrame for every frame,
but it seems to drop a few frames making playback a little jerky,  
Ive tried

with the same FLV output from Flix Pro and Flash Video Encoder,
frame rate matches the Flash doc (25fps) and Ive exported png  
seqs, there
are no irregular frames. Also done an export from AE as FLV with  
Sorenson
(will have to wait for AE7 forr ON2) and thats perfect, did  
sorenson from
Flash Video Encoder and it was dropping frames, so my conclusion  
is there
are bugs in the encoder, or in the import proceess, anyone else  
had similar

trouble?
cheers
MaTT
___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


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


Re: [Flashcoders] help! class in external swf retains its interval even after close

2005-12-13 Thread eugen pflüger

you have to delete the interval explicit:

intervalName = setInterval();
clearInterval(intervalName);





Am 13.12.2005 um 10:58 schrieb Ramon Tayag:


Hey everone,

I have a movie that uses loadClip to load an external swf to, let's
say, mcBlank. That external swf uses a class that furthermore uses
several other classes. One of those classes has intervals that
continually dispatch an event.

Now, to close that popped up window, I 1) unloadClip mcBlank, then 2)
removeMovie the host movieclip.

When I load the movieclip again, the event is still being dispatched.

How do I solve this?

I basically have a VideoPlayer that has internal classes that dispatch
onPlaying so that the progress bar gets updated. When I close the
movie then load it again, the progress bar is still moving..

Thanks
--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


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


Re: [Flashcoders] help! class in external swf retains its interval even after close

2005-12-13 Thread eugen pflüger

yeah,

they are pretty nasty sometimes. they even stay active when you load  
a new swf in root.


sometime ago i got this link from jim:
http://www.kennybunch.com/index.php?p=16


Am 13.12.2005 um 11:33 schrieb Ramon Tayag:


I see, so intervals are located, in some sense, in the root clip?


On 12/13/05, eugen pflüger [EMAIL PROTECTED] wrote:

you have to delete the interval explicit:

intervalName = setInterval();
clearInterval(intervalName);





Am 13.12.2005 um 10:58 schrieb Ramon Tayag:


Hey everone,

I have a movie that uses loadClip to load an external swf to, let's
say, mcBlank. That external swf uses a class that furthermore uses
several other classes. One of those classes has intervals that
continually dispatch an event.

Now, to close that popped up window, I 1) unloadClip mcBlank,  
then 2)

removeMovie the host movieclip.

When I load the movieclip again, the event is still being  
dispatched.


How do I solve this?

I basically have a VideoPlayer that has internal classes that  
dispatch

onPlaying so that the progress bar gets updated. When I close the
movie then load it again, the progress bar is still moving..

Thanks
--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


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




--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


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


Re: [Flashcoders] Custom Comboboxes

2005-12-12 Thread eugen pflüger

ok, great stuff.
what about the combobox? anyone knows?


gr
e


Am 12.12.2005 um 16:29 schrieb Ben Smeets:


Wow, indeed a great idea :) Funny stuff :D

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin
Wood
Sent: maandag 12 december 2005 16:27
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Custom Comboboxes

oh, not quite, it didnt like the line breaks, anyway it ended up at  
the

same page :)

Martin Wood wrote:

you might like tinyurl.com :)

it turned that into this :

http://tinyurl.com/athba

Ben Smeets wrote:

Anybody know if the kind of comboboxes used in this  
productselector



MM
thingie:

http://www.macromedia.com/cfusion/store/index.cfm?store=OLS- 
EUview=o

ls_
prodcategory=/Software/Server/StandAlones/ 
FlashRemoting#loc=en_xeur

ang
eUpper=6%2C0%2C65%2C0HTMLVerRedirect=truereturnURL=%2Fcfusion% 
2Fsto

re%
2Fhtml%2Findex%2Ecfm%3Fstore%3DOLS%2DEU%26event%3DdisplayProduct% 
26ca

teg
oryPath%3D%2FSoftware%2FServer%2FStandAlones% 
2FFlashRemotingstore=OL

S-E
Uview=ols_prodcategory=/Software/Server/StandAlones/ 
FlashRemotingv

iew Name=Macromedia%20Products%20Store%20%2D%20EuropepageNotFound=0

(wow what a url...) are creatable with v2 components in the flash 8

ide?

Or are these kind of comboboxes only present with flex builds?
Any examples to styled comboboxes would also be appreciated. Tx in
advance :)

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





--
Martin Wood

http://relivethefuture.com/choronzon
___
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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://itself.pmalc.de
http://www.lifeperformance.net


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


[Flashcoders] l-system class in as 2.0 from branden hall

2005-12-12 Thread eugen pflüger

hello list,

some time ago branden hall had posted a class for l-systems on his  
old site.

did someone safed it? i just forgot about it and could use it right now!

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


Re: [Flashcoders] Someone knows about strange behaviour of window component on internet explorer?

2005-12-01 Thread eugen pflüger

well,

seems that nobody had that problem before.
than i will post a bug to macromedia.

its frustrating because that problem had occured on flash mx 2004 and  
is not fixed in flash 8.


eugen



Am 30.11.2005 um 15:19 schrieb eugen pflüger:


Hi list,
could this be a flash bug on internet explorer?

I have a movieclip with a lot of buttons that create different  
windows with different content. The swfs loaded into the windows  
have an onLoad method where more components are initialized. The  
problem is as follows:


When loading the swf, the window component is shown as a small  
window until the swf loads inside (then the window gets resized),  
so I added a complete event listener so when the window reports  
finalized the loading process I can make the window visible.
Nevertheless, I've found that in Internet Explorer, sometimes, the  
onLoad method occurs AFTER the complete event has been launched  
and not before as it should be (the event is generated before the  
swf has finished loading), the result is the window appearing  
before it is supposed to, showing uninitialized components in a  
very buggy way..
this problem occurs only in internet explorer on pc (not in firefox  
or safari or netscape on mac)


has somebody encountered this too? or does someone has an bugfix /  
workaorund?
i always thought that the flash player runs stable on all  
systems...sigh




tia
eugen


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










plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://www.lifeperformance.net

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


[Flashcoders] mousewheel support in flex2 components?

2005-12-01 Thread eugen pflüger

hello,

is there a plan to support mousewheel actions in flex2 components  
natively?

maybe also on mac?

has someone heard something about it?

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


[Flashcoders] Someone knows about strange behaviour of window component on internet explorer?

2005-11-30 Thread eugen pflüger

Hi list,
could this be a flash bug on internet explorer?

I have a movieclip with a lot of buttons that create different  
windows with different content. The swfs loaded into the windows have  
an onLoad method where more components are initialized. The problem  
is as follows:


When loading the swf, the window component is shown as a small window  
until the swf loads inside (then the window gets resized), so I added  
a complete event listener so when the window reports finalized the  
loading process I can make the window visible.
Nevertheless, I've found that in Internet Explorer, sometimes, the  
onLoad method occurs AFTER the complete event has been launched and  
not before as it should be (the event is generated before the swf has  
finished loading), the result is the window appearing before it is  
supposed to, showing uninitialized components in a very buggy way..
this problem occurs only in internet explorer on pc (not in firefox  
or safari or netscape on mac)


has somebody encountered this too? or does someone has an bugfix /  
workaorund?

i always thought that the flash player runs stable on all systems...sigh



tia
eugen


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


Re: [Flashcoders] Problem with .as files

2005-10-25 Thread eugen pflüger

maybe namespaces would help?!
class com.domain.className {}


Am 25.10.2005 um 09:00 schrieb I. Franklin:



What I do is, while compiling the swfs, I make sure that I have the
latest .as files(all other developers' .as files also who  
collborate on

the same project) in my system. Other developers make sure that have
each other's latest .as files in their system before compiling.  
This is

time consuming and prone to error. But do we have any other go? Is
Macromedia listening???

regards
Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Hill
Sent: Tuesday, October 25, 2005 12:15 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Problem with .as files

Yes, I've run into this before, and its very annoying. Is there any
workaround that you found?


I. Franklin wrote:



Thank you very much for all your responses.
I tried clearing the ASO files, but even then the problem persisted.

The problem actually was this :
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm? 
catid



=


288threadid=1061076highlight_key=ykeyword1=class

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ryanm
Sent: Tuesday, October 25, 2005 4:04 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Problem with .as files




This can also be an issue with working on a network drive. You  
should

make sure all your .as files are local.





   Or make sure that your local clock is a minute or two behind the
network machine's clock.

ryanm

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

_ 
__



_


This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. For more information on a proactive anti- 
virus

service working around the clock, around the globe, visit:
http://www.star.net.uk
_ 
__



_


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





--
 _
   __ __     
  |  |  \/ ___\  Chris Hill  
  |  |  / /_/   [EMAIL PROTECTED]
  |/\___  /  http://ubergeek.tv  
   /_/   The Smell of Geek!  
-

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

__ 
__

This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
__ 
__

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











plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://www.lifeperformance.net

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


Re: [Flashcoders] how to get a rollover event from a button component

2005-10-20 Thread eugen pflüger

hi micha,

thanks! its working.
but where did you get this trick from? lowlevelevents? never heard  
before. great!


eugen


Am 19.10.2005 um 16:48 schrieb Michael Stuhr:


eugen pflüger schrieb:


and also no onRollOver events or something like this. mouseMove  
is  not working either.

i thought maybe someone knows a hack?
eugen


import mx.events.LowLevelEvents;
foo.prototype = LowLevelEvents;
fooTrace = function (evt) {
trace (evt.target._name);
}
foo.addEventListener ('mouseOver', fooTrace);

foo is a v2 Button on Stage.

micha


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











plugisto
...
eugen pflüger

alexanderstr. 109
70180 stuttgart

fon +49.711.6739797
mobil   +49.177.6428272
e-mail  [EMAIL PROTECTED]
...
http://www.plugisto.net
http://www.lifeperformance.net

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


[Flashcoders] how to get a rollover event from a button component

2005-10-19 Thread eugen pflüger

hello,

this should be an easy one but i dont get it.

how can i catch a rollover event from a button component?
i just wanted to build a little tooltip.

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