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

2006-11-19 Thread Kerem Gülensoy
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ülenso

[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

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:

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 0x

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

2006-01-09 Thread Kerem Gülensoy
ead 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/

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

2006-01-09 Thread Kerem Gülensoy
-> 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

[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 Flashcode

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: [Flashcoder

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

2005-12-13 Thread Kerem Gülensoy
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

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.

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]

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.

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: Diens

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

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 A

[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 _