AW: [Flashcoders] repositioning Video-Object breaks Video-Object?

2006-11-19 Thread Kerem Gülensoy
hi marlon,
unfortunately this does solve my problem since you are moving the movieclip
that contains the video-object and not the videoobject itself... :-( but
thanks anyway
any other ideas? :-/

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Marlon
Harrison
Gesendet: Sonntag, 19. November 2006 14:43
An: Flashcoders mailing list
Betreff: Re: [Flashcoders] repositioning Video-Object breaks Video-Object?

I've moved &scaled a movieclip with a video object in it with no problem.
Maybe give that a shot?

On 11/19/06, Kerem Gülensoy <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> has anyone tried out to place a flv on the stage, give it an 
> instancename and reposition it with eg. instancename._x = 50 ? the 
> video is moved to _x=50, but videoplayback stops and (most strangely) 
> audio is still playing...
> is this a known issue? can anyone give a hint how to manage to move a 
> video-object without breaking it besides putting it into a movieclip?
>
> thanks,
> kerem
> ___
> 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] repositioning Video-Object breaks Video-Object?

2006-11-19 Thread Kerem Gülensoy
Hi all,
has anyone tried out to place a flv on the stage, give it an instancename
and reposition it with eg. instancename._x = 50 ? the video is moved to
_x=50, but videoplayback stops and (most strangely) audio is still
playing...
is this a known issue? can anyone give a hint how to manage to move a
video-object without breaking it besides putting it into a movieclip?
 
thanks,
kerem
___
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


AW: [Flashcoders] Fitting squares into an area

2006-05-08 Thread Kerem Gülensoy
you could divide the area, divide one half again, divide the other half, and
so on...n-times...

cheers | kerem

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Mike
Mountain
Gesendet: Montag, 8. Mai 2006 14:51
An: Flashcoders mailing list
Betreff: [Flashcoders] Fitting squares into an area

Anyone got any script to cover the following problem:
Given an area (x,y)  what's the best way of filling it with 'n' squares?
Cheers
M


___
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


AW: [Flashcoders] Is a colour stated as 0xFF00FF an object?

2006-04-27 Thread Kerem Gülensoy
Number

cheers | kerem 

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Kent
Humphrey
Gesendet: Donnerstag, 27. April 2006 13:54
An: Flashcoders mailing list
Betreff: [Flashcoders] Is a colour stated as 0xFF00FF an object?

Is a colour stated as 0xFF00FF an object?

I am getting a colour from an xml attribute with XPath (colour="0xFF00FF"),
and then trying to use that colour with the mc tween class -
my_mc.colorTo(bgColour, 1). But it always changes to black.

If I trace() the bgColour, it has the correct value.

If I trace the typeof() the bgColour, it returns object.

What should the type be for this to work?

Thanks for your time.
___
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


AW: [Flashcoders] flv -> avi/mov/mpg ?

2006-01-09 Thread Kerem Gülensoy
thnx, i´ll give it a try!

kerem 

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Fabio
Sonnati
Gesendet: Montag, 9. Januar 2006 17:31
An: Flashcoders mailing list
Betreff: Re: [Flashcoders] flv -> avi/mov/mpg ?

It is a well known issue...
Read my last post entry: http://flashvideo.progettosinergia.com

Fabio Sonnati


- Original Message -
From: "Kerem Gülensoy" <[EMAIL PROTECTED]>
To: "'Flashcoders mailing list'" 
Sent: Monday, January 09, 2006 5:20 PM
Subject: [Flashcoders] flv -> avi/mov/mpg ?


hi all,
i´m having problems in converting/exporting fcs-generated flv to a
"standard-video-format"...ffmpeg gives me an error ...exporting via
flash-ide exports without audio..*grrr*...any hints?

thanks | kerem

___
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 mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


AW: [Flashcoders] flv -> avi/mov/mpg ?

2006-01-09 Thread Kerem Gülensoy
unfortunately this seams not to work with fcs-generated flvs...any other
ideas? 


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Hubert
Cumberdale
Gesendet: Montag, 9. Januar 2006 17:29
An: Flashcoders mailing list
Betreff: Re: [Flashcoders] flv -> avi/mov/mpg ?

On 1/9/06, Kerem Gülensoy <[EMAIL PROTECTED]> wrote:

> hi all,
> i´m having problems in converting/exporting fcs-generated flv to a 
> "standard-video-format"...ffmpeg gives me an error ...exporting via 
> flash-ide exports without audio..*grrr*...any hints?

http://www.videohelp.com/forum/archive/t259578.html
___
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] flv -> avi/mov/mpg ?

2006-01-09 Thread Kerem Gülensoy
hi all,
i´m having problems in converting/exporting fcs-generated flv to a
"standard-video-format"...ffmpeg gives me an error ...exporting via
flash-ide exports without audio..*grrr*...any hints?

thanks | kerem

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


AW: [Flashcoders] reverse play FLV?

2005-12-21 Thread Kerem Gülensoy
did you try rendering the flv with more keyframes ? works fine for me...

cheers,
kerem

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Bart
Wttewaall
Gesendet: Mittwoch, 21. Dezember 2005 15:58
An: Flashcoders mailing list
Betreff: Re: [Flashcoders] reverse play FLV?

You can't play an flv backwards because of the way it is encoded. A video
consists of sequencial compressed images. If you jump to a frame, the
decoder has to collect an I-frame (a complete image) and walk through
B-frames (partial images containing only changed eareas) to accumulate
frames until it has reached your selected frame.
Understandably, that requires some performance.

If you'd like to play in reverse you'll have 2 options: create another flv
from reverse footage and play that one instead, or create an image sequence
of loose images and put them in a mc. Now you can build controls that play
through the mc (or swf) in any direction or speed you wish.

Bart

2005/12/21, Dechesne, Elvin <[EMAIL PROTECTED]>:
> Hi there,
>
> I have an issue regarding playing FLV embedded on the timeline in 
> reverse order. Im using a simple script to check if the playhead has 
> reached the end of the video and then reverse plays it. However, this 
> seems to choke the player, my guess is the codec can't cope with this. 
> Processor performance leaps from 10% to a staggering 70-80%. Is there 
> a workaround for this, or should I simply abandon the idea to use this
method?
>
> Many thanks for any advice,
>
> Elvin Dechesne
> satama interactive
> ___
> 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 mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


AW: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread Kerem Gülensoy
hmm...works fine here in flash8...i couldnt notice a change in behavior
yet...
i´m embedding the chars i need in a textfield, putting it on the stage,
creating a new one, setting embedfonts to true, applying a textformat and a
text -> and it works fine :)

cheers,
 k.

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Mike
Mountain
Gesendet: Dienstag, 13. Dezember 2005 15:29
An: Flashcoders mailing list
Betreff: RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten
me

 

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kerem 
> Gülensoy
> Sent: 13 December 2005 14:24
> To: 'Flashcoders mailing list'
> Subject: AW: [Flashcoders] Embedded fonts vs. Html : Can anybody 
> enlighten me
> 
> it still works fine for me...what exactly doesnt work? 

In flash 8 on my pc, embedding the font chars (in the props panel) for one
text box doesn't carry over to be accessible by all other text boxes with
the same font. I find it tricky to be any more specific than I was before.

> for me the biggest con about fontsymbols is that you have to embed 
> almost the whole font and can not choose which characters to 
> embed...also embedding of special characters like polish and turkish 
> doesnt work...or did i overlook something?
> 
> k.
___
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


AW: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread Kerem Gülensoy
it still works fine for me...what exactly doesnt work? 
for me the biggest con about fontsymbols is that you have to embed almost
the whole font and can not choose which characters to embed...also embedding
of special characters like polish and turkish doesnt work...or did i
overlook something?

k.

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Mike
Mountain
Gesendet: Dienstag, 13. Dezember 2005 15:11
An: Flashcoders mailing list
Betreff: RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten
me

While we're on the subject, my general fix for this issue used to be a
textbox offstage with everything embedded - all other textboxes could then
access the embedded font. This seems to have stopped working (not sure in
which version it stopped working) which is a real shame as it was a much
easier way of ensure your fonts were included than pissing around in the
library / ticking all the relevant tags on the text boxes/ adding the
relevant code per text box.

Anyone know why this was broken?

M 

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Cedric 
> Muller
> Sent: 13 December 2005 14:02
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] Embedded fonts vs. Html : Can anybody 
> enlighten me
> 
> just to be sure, you are speaking of Flash 8 ?
> did something change (new bugs, new workarounds) into that regard (vs 
> Flash 7) ?
> 
> cedric
> 
> >> Ps: Aren't textfields something macromedia was proud of in the new 
> >> release? (I've had nothing but problems with it)
> 
> ___
> 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 mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


AW: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread Kerem Gülensoy
you can create a fontsymbol in the library...but i´ve encountered problems
with multilanguage applications in embedding special characters with
fontsymbols..i wouldnt recommend it...

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
[EMAIL PROTECTED]
Gesendet: Dienstag, 13. Dezember 2005 14:14
An: flashcoders@chattyfig.figleaf.com
Betreff: RE: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten
me

Sorry, it does work. Html wasn't set to true in that off stage textfield.

But isn't there a way to embed both versions of font without a off stage
textfield?

Vriendelijke groeten,

Lieven Cardoen

PointX Multimedia

Engelse Wandeling 2 K18

8500 Kortrijk

Tel. 056 35 23 89

Fax 056 35 26 48

www.pointx.be


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas
Sent: dinsdag 13 december 2005 13:58
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten
me

No - it's just that as far as Flash embedding is concerned Verdana Italic is
_different_ from Verdana.

What you need to do is embed both versions of the font - Verdana Italic and
Verdana.

The easiest way to do that is to stick a dynamic textfield offstage, and put
two lines of text in it. Set it to embed, and make sure that the first line
is in plain text and the second line is in italic.

That should do the trick.

Cheers,
  Ian

On 12/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>  --> this is done by the textField but Italic
doesn't
> show. Could it be that the font Verdana doesn't support Italic?
>
>
___
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 mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


AW: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread Kerem Gülensoy
you have to place two textfields on the stage...one for italic, one for
non-italic... no idea how to put two formats in one dynamic textfield on
stage neither...

k.

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Ian Thomas
Gesendet: Dienstag, 13. Dezember 2005 13:58
An: Flashcoders mailing list
Betreff: Re: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten
me

No - it's just that as far as Flash embedding is concerned Verdana Italic is
_different_ from Verdana.

What you need to do is embed both versions of the font - Verdana Italic and
Verdana.

The easiest way to do that is to stick a dynamic textfield offstage, and put
two lines of text in it. Set it to embed, and make sure that the first line
is in plain text and the second line is in italic.

That should do the trick.

Cheers,
  Ian

On 12/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>  --> this is done by the textField but Italic 
> doesn't show. Could it be that the font Verdana doesn't support Italic?
>
>
___
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


AW: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

2005-12-13 Thread Kerem Gülensoy
even though you dont want to hear it: its possible ;) do you apply a
textformat on the textfield? is the font embeded in a texfield or do you use
a fontsymbol?

kerem

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
[EMAIL PROTECTED]
Gesendet: Dienstag, 13. Dezember 2005 12:20
An: flashcoders@chattyfig.figleaf.com
Betreff: [Flashcoders] Embedded fonts vs. Html : Can anybody enlighten me

Dear colleagues, 

 

Apparently it isn't possible to have a textfield with embedded fonts and
html. Is this correct and why is this.

 

Don't just tell me it is possible, because I've tested it, and when I embed
the font, the html doesn't come true. For instance blablabla doesn't
appear.

 

Thx, Lieven Cardoen

 

Ps: Aren't textfields something macromedia was proud of in the new release?
(I've had nothing but problems with it)

___
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


AW: [Flashcoders] Unicode, Russian, Japanese, simplified Chinese and other horrific creatures

2005-12-13 Thread Kerem Gülensoy
there shouldn´t be any problems as long as the xmls are utf-8 and the
required fonts are embedded

cheers kerem 

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
[EMAIL PROTECTED]
Gesendet: Dienstag, 13. Dezember 2005 11:40
An: 'Flashcoders mailing list'
Betreff: [Flashcoders] Unicode, Russian, Japanese,simplified Chinese and
other horrific creatures

Hi List,

i have a flash application already in different languages (german, french,
english, spain, italian). I pull in the different languages through utf-8
xml files. Now there is the need for also russian, japanese and simplified
chinese.

Has anyone already gathered some experiences in using these languages, utf-8
xml files and flash? Ah, by the way, the export format of my flash movies
will be player 6.

Are there any issues we have to consider.
Many thanks for your insights...

Oliver


This message was sent using IMP, the Internet Messaging Program.

___
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


AW: [Flashcoders] floating point

2005-12-07 Thread Kerem Gülensoy
try adding integers...i ran into the same problem some time ago...
this will work:

var i = 0;
onEnterFrame = function () {
i = i + 1;
trace (i);
if (i/10 == 0.7) trace("here");
}

kerem

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Hans
Wichman
Gesendet: Sonntag, 4. Dezember 2005 20:31
An: Flashcoders mailing list
Betreff: [Flashcoders] floating point

Hi peeps,
related discussions have been on here before, but i didn't find a real
answer.
Imagine this piece of code:
var i = 0;

onEnterFrame = function () {
i = i + 0.1;
trace (i);
if (i == 0.7) trace("here");
}

as you might expect, after running for 7 frames, it traces "here".
However if you change 0.7 to 0.8, it stops working.

I assume this is to floating point math and rounding errors and stuff?
In what way can i check for equality to 0.7 then? With a bigger than,
smaller than construction?

This seems so weird to me...

greetz
Hans

___
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] fp8 + mac + streamingvideo --> strange behavior??

2005-12-01 Thread Kerem Gülensoy
hi all,
i´m having problems streaming a livestream with audio from fcs via fp8
(mac)...the sound is totally distorted .. the strange thing about this is
that it isnt destorted both on fp7 (mac) livestream and fp8 (mac) netstream
without fcs...any idea how i can fix this? 
 
cheers | kerem
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders