[Flashcoders] Flashcoders - Flashcomm

2006-12-08 Thread Dennis - I Sioux

Hey,

Was just wondering if anyone knew any news about the fixing of the 
flashcoders Flashcomm list (believe it was a database problem).


With kind regards,

Dennis
I Sioux


___
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] Flashcoders Digest, Vol 23, Issue 19

2006-12-08 Thread Dennis Landi
I'm creating a tile designer.

In the right-hand pane, click on a tile you want to
change, and then choose a new tile in left-hand pane.

http://dennislandi.com/tiledesigner/tile_designer03.html

The left-hand pane loads 1000 thumbnails.  Can you let
me know how snappy those thumbnails get loaded for
you?  

Try it in Firefox and IE.

Secondly.  I've got a problem, FF displays the SWF
perfectly, but IE appears to enlarge the SWF by
approximatly 20%, at least on my machines!  Is this
happening for you as well?  (g).

And if so, can anyone tell me why?  This is driving me
nuts.

-d


Dennis Landi
Senior Software Engineer/Architect

Home: (703) 726-0778

[EMAIL PROTECTED]
http://www.dennislandi.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] IE enlarging swf? FF not. What's up?

2006-12-08 Thread Dennis Landi
I'm creating a tile designer.

In the right-hand pane, click on a tile you want to
change, and then choose a new tile in left-hand pane.

http://dennislandi.com/tiledesigner/tile_designer03.html

The left-hand pane loads 1000 thumbnails.  Can you let
me know how snappy those thumbnails get loaded for
you?  

Try it in Firefox and IE.

Secondly.  I've got a problem, FF displays the SWF
perfectly, but IE appears to enlarge the SWF by
approximatly 20%, at least on my machines!  Is this
happening for you as well?  (g).

And if so, can anyone tell me why?  This is driving me
nuts.

-d
___
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] FLV video and How did they do it?

2006-12-08 Thread Berkay Unal

Hi Coders,

There is an option on the Video2brain's FLV player (
http://www.video2brain.com/videoplayer.cfm?video_id=1631)  that when you
click on a icon on the player as shown on the pic below the video's quality
changes.It smthing like antializing is turned off or on. I think it's
smthing with the FLV itself but could not figured out

Anybody know how did they achieved it or did they used some
software(Sorenson) for creating the FLV instead of Macromedia Video Encoder.

Here are the screenshots of the this oprion turned on and off

Turned Off:
http://img242.imageshack.us/img242/949/turnedoffzw1.gif

Turned ON:
http://img89.imageshack.us/img89/7968/turnedonsj8.gif

FLV Specs for the video
http://img138.imageshack.us/img138/7504/flvspecsgf0.gif

Any help i'll appriciate it much :)

Thanks

--
Berkay UNAL
[EMAIL PROTECTED]
___
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 video and How did they do it?

2006-12-08 Thread Michael Stuhr

Berkay Unal schrieb:

Hi Coders,

There is an option on the Video2brain's FLV player (
http://www.video2brain.com/videoplayer.cfm?video_id=1631)  that when you
click on a icon on the player as shown on the pic below the video's quality
changes.It smthing like antializing is turned off or on. I think it's
smthing with the FLV itself but could not figured out


it's a feature of the video Object :-)


If you're using FLVPlayer you can use it like:


var video = flvplayer.getVideoPlayer (flvplayer.visibleVideoPlayerIndex);
video = video._video; // dirty! 
video.smoothing = !video.smoothing;

micha
___
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] IE enlarging swf? FF not. What's up?

2006-12-08 Thread Hans Wichman

Hi,
it takes a long lng time (only tested it on ie).
Can't you load one single large bitmap and use that single bitmap to create
all the tiles?

greetz
JC


On 12/8/06, Dennis Landi [EMAIL PROTECTED] wrote:


I'm creating a tile designer.

In the right-hand pane, click on a tile you want to
change, and then choose a new tile in left-hand pane.

http://dennislandi.com/tiledesigner/tile_designer03.html

The left-hand pane loads 1000 thumbnails.  Can you let
me know how snappy those thumbnails get loaded for
you?

Try it in Firefox and IE.

Secondly.  I've got a problem, FF displays the SWF
perfectly, but IE appears to enlarge the SWF by
approximatly 20%, at least on my machines!  Is this
happening for you as well?  (g).

And if so, can anyone tell me why?  This is driving me
nuts.

-d
___
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] FLV video and How did they do it?

2006-12-08 Thread Yehia Shouman

FYI, if the solution involves streaming, Fash Media Server, can serve
different files depending on the client's machine, which really works for
people with low speed connection vs. higher ones

On 12/8/06, Michael Stuhr [EMAIL PROTECTED] wrote:


Berkay Unal schrieb:
 Hi Coders,

 There is an option on the Video2brain's FLV player (
 http://www.video2brain.com/videoplayer.cfm?video_id=1631)  that when you
 click on a icon on the player as shown on the pic below the video's
quality
 changes.It smthing like antializing is turned off or on. I think it's
 smthing with the FLV itself but could not figured out

it's a feature of the video Object :-)


If you're using FLVPlayer you can use it like:


var video = flvplayer.getVideoPlayer (flvplayer.visibleVideoPlayerIndex);
video = video._video; // dirty!
video.smoothing = !video.smoothing;

micha
___
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] FLV video and How did they do it?

2006-12-08 Thread Berkay Unal

The things is that i ahve tested their FLV player with a local flv i have
created but it does not work.

Can it be smthing with the encoding of the FLV . A special program used ?




On 12/8/06, Yehia Shouman [EMAIL PROTECTED] wrote:


FYI, if the solution involves streaming, Fash Media Server, can serve
different files depending on the client's machine, which really works for
people with low speed connection vs. higher ones

On 12/8/06, Michael Stuhr [EMAIL PROTECTED] wrote:

 Berkay Unal schrieb:
  Hi Coders,
 
  There is an option on the Video2brain's FLV player (
  http://www.video2brain.com/videoplayer.cfm?video_id=1631)  that when
you
  click on a icon on the player as shown on the pic below the video's
 quality
  changes.It smthing like antializing is turned off or on. I think it's
  smthing with the FLV itself but could not figured out

 it's a feature of the video Object :-)


 If you're using FLVPlayer you can use it like:


 var video = flvplayer.getVideoPlayer (flvplayer.visibleVideoPlayerIndex
);
 video = video._video; // dirty!
 video.smoothing = !video.smoothing;

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





--
Berkay UNAL
[EMAIL PROTECTED]
___
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] Zinc 2.5 Alternative

2006-12-08 Thread Berkay Unal

Well it think it is still the best

On 12/7/06, Elena Blanco [EMAIL PROTECTED] wrote:


hello
I know you guys discussed this topic many times in the past, but I can't
seem to find any reference to it.

What do you recommend as an alternative of Zinc 2.5? Is there a better
product out there.

Than you SO much in advance for your answer

Elena

___
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





--
Berkay UNAL
[EMAIL PROTECTED]
___
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] Zinc 2.5 Alternative

2006-12-08 Thread Ian Thomas

Depends what you want, but general opinion seems to point to mProjector
(costs money but feature-full) or Screenweaver HX (free but not
feature-complete). I'd stay away from Zinc - it's just too buggy.

Ian

On 12/7/06, Elena Blanco [EMAIL PROTECTED] wrote:


hello
I know you guys discussed this topic many times in the past, but I can't
seem to find any reference to it.

What do you recommend as an alternative of Zinc 2.5? Is there a better
product out there.

Than you SO much in advance for your answer

Elena



___
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 video and How did they do it?

2006-12-08 Thread Michael Stuhr

Berkay Unal schrieb:

The things is that i ahve tested their FLV player with a local flv i have
created but it does not work.

Can it be smthing with the encoding of the FLV . A special program used ?





what isit you want to achieve ?

micha
___
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] RE: Class seemingly left out of compile

2006-12-08 Thread Matthew Ganz
strange, because independent testing of each swf (container not loading 
submovie) shows that both are pointing to the version of the class that i am 
updating. meaning, the updated trace statements are coming thru.


the problem, however, seems to be that when both swfs import that class, and 
the container is loading the submovie, the updates are not shown.
- Original Message - 
From: Ron Wheeler [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, December 07, 2006 5:42 PM
Subject: Re: [Flashcoders] RE: Class seemingly left out of compile



You might clear the cache.

You might also check to see if any other swf has the same class. If flash 
has a copy of a class from any swf it uses it for all instances.


Ron


Ian Thomas wrote:
Hm. Can't think of anything obvious. Worth checking/recompiling all 
involved

movies (shared libraries as well), that's all.

Ian

On 12/7/06, Matthew Ganz [EMAIL PROTECTED] wrote:


bingo!

there's an import statement in my submovie and in the container movie. i
removed it from my submovie and recompiled both swfs but it's still not
showing my updated trace statements. am i missing something?

thanks!!



___
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] RE: Class seemingly left out of compile

2006-12-08 Thread Ian Thomas

Really must be coming in from somewhere else. Shared library?

It's not a cached version of either/both the .swfs that you're testing in a
browser or anything like that?

Copy it all (without the .swfs) to a new folder or new machine, and try a
rebuild - if you still get the same behaviour, something is clearly still
compiling the old version somewhere.

Ian

On 12/8/06, Matthew Ganz [EMAIL PROTECTED] wrote:


strange, because independent testing of each swf (container not loading
submovie) shows that both are pointing to the version of the class that i
am
updating. meaning, the updated trace statements are coming thru.

the problem, however, seems to be that when both swfs import that class,
and
the container is loading the submovie, the updates are not shown.



___
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] Good book on vectors / collisions for games

2006-12-08 Thread Paul Steven
Just working on a game at the moment that involves various balls colliding.

I have found some good resources on the web explaining ball to ball
collision, with various approaches suggested.

I also have Jobe Makars Flash MX Game Design book which covers this too.

Anyway I would like to know if anyone can suggest any other books that cover
this subject and similar maths / physics for games.

Does the Mathematics and Physics for Programmers by Danny Kodicek cover this
topic?

Thanks

Paul

___
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] Zinc 2.5 Alternative

2006-12-08 Thread Steven Sacks | BLITZ
If you're not in a rush, there's always Apollo.  :)
___
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] Zinc 2.5 Alternative

2006-12-08 Thread chris daubney
If you're considering Apollo, Mike Chambers discusses how desktop 
applications may be deployed  distributed with the Apollo runtime in 
this podcast...

http://weblogs.macromedia.com/mesh/files/podcasts/07-14-06_mike_chambers.mp3

Chris



Steven Sacks | BLITZ:

If you're not in a rush, there's always Apollo.  :)
___
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] UIObject/UIComponent: Getting started

2006-12-08 Thread David Ham
I am working on a Flash app that will be set up in an MVC architecture. It
will have draggable objects, a menu, a property inspector, and other UI
pieces. In the past I have built my Views with composition; that is, by
including the MovieClip as a property instead of subclassing it. But I have
been looking at the UIObject and UIComponents and wondering if subclassing
them would be a better move.

So:

* Do you recommend these for this kind of development, or are they best for
straight up component development? Is the extra overhead/learning curve
worth it?

* Does anyone have any Flash 8 tutorials they'd recommend? I have read the
Chafic Kazoun piece at UltraShock and have seen the Jesse Warden tutorials
(both excellent! Thanks gentlemen!) but can use all the help I can get.

Best regards,

OK
DAH


___
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] UIObject/UIComponent: Getting started

2006-12-08 Thread Bryan Thompson
I've had better results using 'widgets' that extend MovieClip.  For most
situations you don't need (or want) the overhead of  UIObject and
UIComponent.

Bryan

 I am working on a Flash app that will be set up in an MVC architecture. It
 will have draggable objects, a menu, a property inspector, and other UI
 pieces. In the past I have built my Views with composition; that is, by
 including the MovieClip as a property instead of subclassing it. But I
 have
 been looking at the UIObject and UIComponents and wondering if subclassing
 them would be a better move.
 
 So:
 
 * Do you recommend these for this kind of development, or are they best
 for
 straight up component development? Is the extra overhead/learning curve
 worth it?
 
 * Does anyone have any Flash 8 tutorials they'd recommend? I have read the
 Chafic Kazoun piece at UltraShock and have seen the Jesse Warden tutorials
 (both excellent! Thanks gentlemen!) but can use all the help I can get.
 
 Best regards,
 
 OK
 DAH


___
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] Mac Projector won't go fullscreen

2006-12-08 Thread Bill Abel
I've not had time to try it that way yet. I didn't have time to  
experiment.

-b


On Dec 7, 2006, at 8:13 PM, Bill Napier wrote:


That's weird. I'll be doing this soon too. So, this won't work?
//1
//2
fscommand(fullscreen,false);
//3
fscommand(fullscreen,true);

It would be worth it, to elimate the flicker.
___
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] UIObject/UIComponent: Getting started

2006-12-08 Thread T. Michael Keesey

I've tried both ways, and generally prefer to subclass MovieClip. Both
approaches do have their advantages, though, at least in AS 1.0 and
2.0. But in AS3.0, there's no benefit at all to the composition
method. You can declare new movie clips without attaching them to any
timeline--they just exist as normal objects in memory until you add
them as a child of some other clip.

On 12/8/06, David Ham [EMAIL PROTECTED] wrote:

I am working on a Flash app that will be set up in an MVC architecture. It
will have draggable objects, a menu, a property inspector, and other UI
pieces. In the past I have built my Views with composition; that is, by
including the MovieClip as a property instead of subclassing it. But I have
been looking at the UIObject and UIComponents and wondering if subclassing
them would be a better move.

___
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] JSFL Saving a created document

2006-12-08 Thread Chris W. Paterson
Hi all,

I've been lurking for a long time and decided to join up!  I'm working on a 
little project with JSFL.  I want to create a JSFL script that automates 
setting up a project for me, including creating the directory structure and 
project file and a starter FLA file that has some actions on it.

I got all the way to fl.createDocument(); and I realized that I can't figure 
out any way to automate saving the document under a specific name... Is this 
possible?

Thanks!

Chris
 
 






 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.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] passing parameters to function on context menu

2006-12-08 Thread shang liang

var cm:ContextMenu=new ContextMenu(cmHandler);
function cmHandler(){
trace(menu open);
}
var item1=new ContextMenuItem(item 1, itemHandler);
item1.value=1;
cm.customItems.push(item1);
function itemHandler(obj, item){
trace(item value: +item.value);
}
this.menu=cm;

On 12/8/06, Marc Hoffman [EMAIL PROTECTED] wrote:

Not sure why you'd need to pass parameters, since the context menu is
established by your code and doesn't allow sub-menus (from what I've
read). Whatever parameter you need to pass, I assume it's a result of
something else happening in the movie, so why not store it in a
variable in the movie and then access it as part of the function
_test? If the parameter varies depending where the user right-clicks,
you'd need a new context menu for that area of the stage, or you
could evaluate where the mouse cursor is and use that to generate the
parameter. If you need variations on the function from a single
context menu, just create more custom items (up to 15 are allowed).

Or am I missing something?

Marc Hoffman

At 12:38 PM 12/7/2006, you wrote:

Hi!
I have this code:
var cm:ContextMenu = new ContextMenu();
cm.hideBuiltInItems();
cm.customItems.push(new ContextMenuItem(My menu, _test));
my_dg[menu] = cm;//my_dg is an data grid component

How i can pass parameters to function _test


___
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




--
/*
Bored, sometimes.
*/
___
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 video and How did they do it?

2006-12-08 Thread shang liang

Myth bustered!

There's no special effect or complicated streaming from FMS. I
downloaded it's flv file and put in my flash. If you scale the video
50%, or anything less than 100%, you will get the aliased effect (are
u sure it's an effect?), if you scale it back to 100%, the thing shows
normal. Wouldn't be hard to figure out what code they are using.

on(release){
   if(_xscale==100){
   _xscale=_yscale=50;
   }else{
   _xscale=_yscale=100;
   }
}

On 12/8/06, Michael Stuhr [EMAIL PROTECTED] wrote:

Berkay Unal schrieb:
 The things is that i ahve tested their FLV player with a local flv i have
 created but it does not work.

 Can it be smthing with the encoding of the FLV . A special program used ?




what isit you want to achieve ?

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




--
/*
Bored, sometimes.
*/
___
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] JSFL Saving a created document

2006-12-08 Thread Steven Sacks | BLITZ
You should download the JSFL documentation file.

fl8_extending.pdf

Not sure what the URL is but search Adobe's site and you'll find it like
I did.

Here's a taste of the functions that handle it.  
Check my blog for the entire script where I am creating templates.
http://www.stevensacks.net/


var doc = fl.getDocumentDOM();
function saveFile(s) {
var fPath = getRelativePath() + s + .fla;
fl.saveDocument(doc, fPath);
}
function getRelativePath() {
var pathArr = doc.path.split(\\);
pathArr.length--;
return(file:/// + pathArr.join(/) + /);
}
___
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 video and How did they do it?

2006-12-08 Thread Yehia Shouman

FYI, if the solution involves streaming, Fash Media Server, can serve
different files depending on the client's machine, which really works for
people with low speed connection vs. higher ones

I didnt and won't open the link !

On 12/9/06, shang liang [EMAIL PROTECTED] wrote:


Myth bustered!

There's no special effect or complicated streaming from FMS. I
downloaded it's flv file and put in my flash. If you scale the video
50%, or anything less than 100%, you will get the aliased effect (are
u sure it's an effect?), if you scale it back to 100%, the thing shows
normal. Wouldn't be hard to figure out what code they are using.

on(release){
if(_xscale==100){
_xscale=_yscale=50;
}else{
_xscale=_yscale=100;
}
}

On 12/8/06, Michael Stuhr [EMAIL PROTECTED] wrote:
 Berkay Unal schrieb:
  The things is that i ahve tested their FLV player with a local flv i
have
  created but it does not work.
 
  Can it be smthing with the encoding of the FLV . A special program
used ?
 
 
 
 
 what isit you want to achieve ?

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



--
/*
Bored, sometimes.
*/
___
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 applicatin and database

2006-12-08 Thread Nehal Gandhi

Hey,

I need help for deciding the architect  for project which is an application



Application would get installed on win/mac , standalone/network scenario.
Flash is fixed as front end, and need to decide middle tire +db.

Which db should I use which support all above mention platform and scenario?




Client wants freeware db. one option is Java web service + Firebird.
firebird has some problem while installing on Mac.



Director +v12 has performance issues. Has any one worked on such kind of
project? Can anyone guide?



Thanks

Nehal
___
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 applicatin and database

2006-12-08 Thread lincoln
You'll want to consider something along the lines of Flash Remoting  
for such a project.


When choosing a remoting option, price and platform are the key  
components to consider.  Consider these two options:


- macromedia\adobe flash remoting (.net\iis)  costs cash

- amfphp (linux,php) \ free and easy

good luck!
-lincoln


On Dec 8, 2006, at 9:20 PM, Nehal Gandhi wrote:


Hey,

I need help for deciding the architect  for project which is an  
application




Application would get installed on win/mac , standalone/network  
scenario.

Flash is fixed as front end, and need to decide middle tire +db.

Which db should I use which support all above mention platform and  
scenario?





Client wants freeware db. one option is Java web service + Firebird.
firebird has some problem while installing on Mac.



Director +v12 has performance issues. Has any one worked on such  
kind of

project? Can anyone guide?



Thanks

Nehal
___
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] Flashcoders - Flashcomm

2006-12-08 Thread greg h

Dennis,

The Flashcomm list has been back up since Nov 1.  My guess is that you need
to resubscribe.  I think the corruption that brought the list down resulted
in the subscriber list being lost.  I am guessing that because there has
been very low traffic since it came back up.  The following link has some
details from Dave Watts about what brought the list down:
http://blog.owenvandijk.nl/2006/09/flashcomm_updat.html

You can resubscribe here:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

btw ... while the Flashcomm list was down I got onto another list, the Flash
Media List.  It currently remains busier than the revived Flashcomm list.
Plus most of the high level specialists are now on the Flash Media List,
including some Adobe employees and product managers.  You can subscribe to
the Flash Media List here:
http://www.flashcomguru.com/flashmedialist/

hth,

g


On 12/8/06, Dennis - I Sioux [EMAIL PROTECTED] wrote:


Hey,

Was just wondering if anyone knew any news about the fixing of the
flashcoders Flashcomm list (believe it was a database problem).

With kind regards,

Dennis
I Sioux


___
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] :: anyone passed flash 8 certification exam?::

2006-12-08 Thread [EMAIL PROTECTED]
arin,

i recently sat and passed the Flash 8 Certification exam.

i had previously passed the Developer cert for both Flash MX and MX 2004. i 
had never sat the Designer cert.
  
my  impression is that the Flash 8 Certification exam IS a Developer exam.  my 
guess is that to pass the Flash 8 certification, you have to know  ActionScript.
  
mind you, when you sit the exam you might end up  with a completely different 
set of questions. my guess is that they  have hundreds of questions, of which 
you will have to answer 70.  passing grade is 70%, meaning you have to get 49+ 
correct to pass. and  you have 75 minutes to complete the exam.
  
yeah, the test prep materials for the Flash 8 Cert suck.
  
  but ...
  
  here are some things you definitely should do:
  -- sample questions that download with the PDF at Adobe.com with the info 
about the Flash 8 exam
  http://partners.adobe.com/public/en/ace/ACE_Exam_Guide_Flash_8.pdf
  -- sample question that download with the PDF at Adobe.com with the info 
about the Flash MX 2004 Developer exam
  
www.adobe.com/support/training/certified_professional_program/flmx2004_dev_sample.pdf
  -- sample question that download with the PDF at Adobe.com with the info 
about the Flash MX 2004 Designer exam
  
www.adobe.com/support/training/certified_professional_program/flmx2004_des_sample.pdf
  -- know what is new with Flash 8. there are 1  hour of training videos on F8 
new features here:
  http://movielibrary.lynda.com/html/modPage.asp?ID=170
and you can get a 24 hour free pass here:
  http://www.lynda.com/freepass/24
  
beyond  that, you can use some MX 2004 Developer study guide materials. tom  
kitta created a sample exam and put up a ton of his notes. you can  find  links 
to both here:
  http://www.tomkitta.com/flash/index.cfm
  
and you can still get the MX 2004 Developer study guide book:
  
http://www.amazon.com/Macromedia-Flash-Certified-Developer-Study/dp/0321256026/
  
  as i said earlier, you might end up with completely different questions  than 
I did. following are 3 topics that I saw more than 1 question on:
  -- LoadVars
  -- Font outline embedding. defaults for static text, dynamic text, input 
text.  etc.
  -- Video.  Video class. import formats supported.
  -- Audio.  Sound class. import formats supported.
  
one surprise for me was no questions related to components. v2 or otherwise.  
none. nada.
  
there  were non-ActionScript questions. some related to the IDE. so maybe  
those came in from the Designer cert, or maybe not. things like  publish 
profiles, bandwidth profiler, etc.
  
  one last bit of advice, if you can afford to take it twice, the best  way to 
find out what is on the exam is to take it. you definitely have  to prep for 
the first time that you take the exam. in the event that  you don't pass on the 
first go, you have to know enough to know what  you didn't know. if that makes 
sense. so if you can afford the risk of  taking the test a second time don't 
over agonize about it. prep, go, if  you pass the first time excellent. if not, 
likely you will know exactly  what you need to study up on to pass it with 
flying colors the second  time around.
  
i hope this helps. please post back about your experience after you take the 
exam.
  
  and anyone else who has taken the exam. please post your impressions too.
  
  best of luck!
  
  On 12/6/06, Orindom Dhar [EMAIL PROTECTED] wrote:Hello,
  
  Has anyone out there,cleared the flash 8 professional certification  exam. If 
yes, could you please give some advice on how to prepare for  it. Unlike 
previous flash certifications, in flash 8 they have combined  the designer and 
developer and made it as one,its ridiculous! As a  hardcore actionscripter I 
would have loved to skip the graphic  designing part.Sigh!Also there is no 
clear cut blueprint from adobe for  flash 8 cert exam.
  
  Any help in this regard is highly appreciated.
  
  regards,
  
  Arin

 
-
Have a burning question? Go to Yahoo! Answers and get answers from real people 
who know.
___
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