RE: [Flashcoders] gotoAndStop and Frame labels as Numbers

2006-05-23 Thread Fitzpatrick, Kevin
Matthew,

Because in this case "2" would refer to the second of a number of
"slides".  I know it's not an ideal situation.  


Jason, 
As to it being a best practice to start with a non-numeric character, I
totally understand the logic behind that.  However, I believe that this
is flaw in the player that we are being detoured around by the *best
practices*.  As we all know "2" is very different from 2.  If I specify
a string "2" why would the player reinterpret that into the Number(2)?
Whether I named it a silly name or not, why would the developers have
thought that I'd want them to change the datatype of my parameter when I
explicitly defined it as a String?  

We'll probably work around it by calling the frame "Slide 2" or whatever
but it does seem like a silly restriction.  

Of course, there is *always* the chance that I'm doing something
incredibly wrong, too :)

Thanks,
Kevin

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthew
Simpson
Sent: Tuesday, May 23, 2006 1:42 PM
To: Flashcoders mailing list
Subject: RE: [Flashcoders] gotoAndStop and Frame labels as Numbers

Just curious, but why would you want to use numerics as frame labels
then use frameLabel:String? Why not frameLabel:Number?

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Fitzpatrick, Kevin
Sent: Tuesday, May 23, 2006 1:33 PM
To: Flashcoders mailing list
Subject: [Flashcoders] gotoAndStop and Frame labels as Numbers

Hey all,

A question regarding frame labels. When using the
gotoAndStop(frameLabel:String) method in a simple flash movie and the
string could be evaluated to a Number (such as the string "2" or "20")
it seems that the flash player does evaluate it and sends the playhead
to *frame 2* instead of the frame *labeled '2' *.

Does everyone else experience this problem and is there anyway around it
that still allows one to label a frame with a string that could be a
number.

Sorry if that was a bit confusing.

Thanks,
Kevin

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing SAP Global Solutions
Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [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


___
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] gotoAndStop and Frame labels as Numbers

2006-05-23 Thread Fitzpatrick, Kevin
Hey all,

A question regarding frame labels. When using the
gotoAndStop(frameLabel:String) method in a simple flash movie and the
string could be evaluated to a Number (such as the string "2" or "20")
it seems that the flash player does evaluate it and sends the playhead
to *frame 2* instead of the frame *labeled '2' *.

Does everyone else experience this problem and is there anyway around it
that still allows one to label a frame with a string that could be a
number.

Sorry if that was a bit confusing.

Thanks,
Kevin

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [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] puzzle: how to verify piece-fitting?

2006-03-10 Thread Fitzpatrick, Kevin
I can't off the top of my head think of any visual ways of doing it, but
you can check the relationship of the pieces to each other.  For
instance if piece A can only fit to the left of B and the bottom of C
(it's the lower left hand corner) then you could check those two
distance relationships and the rotation of each.  

You'd have to store all of the "right" relationships somewhere, such as
in the piece instances.

Is this the kind of solution you're looking for? 


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of lars
Sent: Friday, March 10, 2006 8:04 AM
To: Flashcoders mailing list
Subject: [Flashcoders] puzzle: how to verify piece-fitting?

hi all. i'm looking for some example on puzzle games which "detect"
(show the user) that the pieces are arranged correct. those i know
are "simple" drag and drop together ones with do not detect that the
pieces are arranged correct and fit. any examples or ideas on how
to "detect" that (when having different puzzle piece forms)? thanks:
lars


___
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] Podcasts

2006-02-21 Thread Fitzpatrick, Kevin
I'm glad to hear that Eric, I listened to your podcast a while back and
was hoping it would come back. 

Congratulations on the baby, the important things come first. 


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eric
dolecki
Sent: Tuesday, February 21, 2006 10:26 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Podcasts

I have to apologize for my lack of podcasts of late. Since my wife and I
just had a baby, I plan to get back on them at night. The latest
Garageband
with Podcasting studio is going to make things a lot better and indeed
easier for me to get them posted online.

Thanks for the kind words.

- edolecki

On 2/21/06, Mike Britton <[EMAIL PROTECTED]> wrote:
>
> For Flash, I like Eric Dolecki's:
>
> http://www.ericd.net
>
> Mike
> ___
> 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] Podcasts

2006-02-21 Thread Fitzpatrick, Kevin
Anyone have any good AS/Flash or non Flash OOP development podcasts that
they find interesting?

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [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


[Flashcoders] CustomButton

2006-02-20 Thread Fitzpatrick, Kevin
OK, I give up.  How do you use CustomButton? (the v2 extension of
mx.controls.Button)  It's just giving me tons of trouble and I can't
find a document that really spells it out.  I've read Dave Myron of
orangechicken's comments on it but I can't really figure out the
important steps to use this class.

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [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] Browser back button, is it necessary?

2006-02-20 Thread Fitzpatrick, Kevin
I believe they are using something similar to the technique described in
this article on Community MX.  I think you need the pay subscription to
read it. http://www.communitymx.com/content/article.cfm?cid=727E8

However, for those who don't have a subscription, it basically uses two
frames, one of which is invisible.  In the main movie when you click a
link it actually does a getURL including a tag of some sort on the
invisible frame. (e.g. history.html?section=foo)  When history.html
reloads it has a javascript function which document.writes a flash movie
called something like history.swf which has a FlashVars reference to the
section variable of the URL.  This flash movie talks to the other one
through LocalConnection, telling it to go to whatever section it wants.
So when the user presses their back button it is actually refreshing
history.html which will then tell the main movie what to do.  A little
confusing at first, but it's a nice hack.


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jose
Maria Barros
Sent: Monday, February 13, 2006 3:10 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Browser back button, is it necessary?

There is other site with back button in the browser...its made with what
they call " dynamic deeplinking"..but i dont know how they do that..but
its
possible.

http://www.advanceflash.com/




On 2/13/06, Miles Thompson <[EMAIL PROTECTED]> wrote:
>
> At 03:03 AM 2/13/2006, Daniel Freeman wrote:
>
> >Is it even possible to disable it?  How do you do
> >that?  (Unless, you open a new window with no
> >controls).  Or is there some technique I don't know?
> >(JavaScript?)
> >
> >The problem with the back button is that people are
> >very used to using it for navigating internet content.
> >  When I got non-technical people to test my Central
> >applications (in the Central environment, not the
> >browser) they would still ask "Where's the back button?".
> >
> >
> >
>
>
> It's a real conundrum - so many sites provide their own "Back" button,
> usually in JavaScript, some users look for that. Other users tune up
their
> custom keyboards and mice to use the built-in Back/Forward capability,
> others become very used to the keyboard shortcuts. Still others
> religiously
> use the browser's navigation buttons.
>
> Last summer I project I was involved with, for a short while, required
> browser navigation to work, while still minimizing load times for
Flash. I
> left before that was implemented, so can't tell you how it was done.
>
> So, to answer the original question - yes, ideally provide browser
> navigation. Realistically, some Flash applications are so complex it's
not
> practical.
> Example? www.gigagolf.com, no back button, v. impressive RIA. (There's
an
> even more complex one mentioned a couple of weeks ago which can model
big
> share buys and the offer to make.)
>
> So, as always, "It depends".
>
> Cheers - Miles
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.1.375 / Virus Database: 267.15.6/257 - Release Date:
2/10/2006
>
>
> ___
> 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] performance difference between flash stand alone andbrowsers

2006-02-10 Thread Fitzpatrick, Kevin
Honest question: Why are you running it at 90fps?  That's incredibly
fast.  TV runs only at ~30 fps and film at only 24 fps.

As to your question, my guess would be that browsers, as applications,
require a whole lot more memory and processing power to run than the
just the standalone app because they are running their own application +
the flash player.  Scaling shouldn't change anything as there is still
as much information to render, it's just using smaller lines to do so.
I hope that helps you out.


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Skoglund
Sent: Friday, February 10, 2006 7:21 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] performance difference between flash stand alone
andbrowsers

I have created a small game that runs with a very high framerate when
running in the standalone flashplayer (90+ fps) but is very sluggish in
both
IE and Firefox (more like 18 fps). As a matter of fact I still get a
good
framerate in the standalone player, while simultainously running the
sluggish game in a browser!

 

I don't really understand why the performance is so slow. Can anyone
enlighten me on what bottlenecks I might have stumped onto?  I have
tried to
scale the game to 50% but it doesn't affect performance very much.

 

Thanks for any hints,

/David Skoglund

www.monsterland.se

 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date:
2006-02-10
 
___
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] Chinese / Japanese Text Input

2006-02-07 Thread Fitzpatrick, Kevin
!

It just occurred to me that I've been answering the wrong question.
I've been talking about output, not input.  I would absolutely agree
with Kenneth on input, uses device fonts for inputs.

Sorry about the miscommunication.


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kenneth
Kawamoto
Sent: Friday, February 03, 2006 9:47 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Chinese / Japanese Text Input

 >I think it's possible Japanese characters in Tahoma font won't be 
present on some installations - but that on others Tahoma will have all 
the Japanese characters.

Tahoma includes characters for Greek, Hebrew, Arabic and Thai but not 
Chinese, Japanese, Korean and others. So there's no way you can use 
Tahoma for Japanese.

It's a lovely font, however it's a Microsoft font and not installed in 
all the machines (e.g. older Macs), so be careful!


Kenneth Kawamoto
www.materiaprima.co.uk

___
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


RE: [Flashcoders] Chinese / Japanese Text Input

2006-02-07 Thread Fitzpatrick, Kevin
Well, I definitely can't claim to be an expert on the issue, however I'm
sure we're using Tahoma 12 Bold in all our files.  Perhaps something is
being set by the flash player in those locales, such as our Chinese site
(http://www40.sap.com/china/index.epx), if the font is not found but we
have set the source files to Tahoma.

Of course you are correct about it not being installed on older Macs,
however, the higher ups in marketing made the decision not to support
those browsers/Oses.  Wouldn't necessarily have been my decision, but
that's the way it came down.

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kenneth
Kawamoto
Sent: Friday, February 03, 2006 9:47 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Chinese / Japanese Text Input

 >I think it's possible Japanese characters in Tahoma font won't be 
present on some installations - but that on others Tahoma will have all 
the Japanese characters.

Tahoma includes characters for Greek, Hebrew, Arabic and Thai but not 
Chinese, Japanese, Korean and others. So there's no way you can use 
Tahoma for Japanese.

It's a lovely font, however it's a Microsoft font and not installed in 
all the machines (e.g. older Macs), so be careful!


Kenneth Kawamoto
www.materiaprima.co.uk

___
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


RE: [Flashcoders] Chinese / Japanese Text Input

2006-02-02 Thread Fitzpatrick, Kevin
We use Tahoma on our world-wide country sites and so far, it has worked
fine for all of the character sets we've come across.


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kenneth
Kawamoto
Sent: Thursday, February 02, 2006 2:54 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Chinese / Japanese Text Input

 >Does anyone have knowledge they can share about the best way to 
guarantee that an end user will be able to enter text into a flash movie

using characters in their own language (ie Chinese or Japanese).

The only way which works always is to use device fonts: "_sans", 
"_serif", or "_typewriter". You cannot specify the font, because there 
is no such font that contains all the characters used in all the 
languages in the world!

By the way it does not make any differences between those 3 device fonts

- some languages display in generic sans font but some other does in 
serif, regardless of the font settings.

Kenneth Kawamoto
www.materiaprima.co.uk

___
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


RE: [Flashcoders] component resource

2006-01-27 Thread Fitzpatrick, Kevin
I loved this article on ultrashock:
http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/tutorials/fla
shmx2004/v2a-01.php 


Also if you are a Community MX member check out these:

http://www.communitymx.com/content/article.cfm?cid=A06B3C7D7B74030D
http://www.communitymx.com/content/article.cfm?cid=A220365685F21B36
http://www.communitymx.com/content/article.cfm?cid=A1020277546B91B8

All very useful for the first time component developer.

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nik
crosina
Sent: Friday, January 27, 2006 3:29 AM
To: Flashcoders mailing list
Subject: [Flashcoders] component resource

Hi Guys,

We are starting to use and develop components ourselves, and I just
wondering whether you  know any especially good resources on the net
to learn more about components in general, or more about specific
existing ones ...

Thanks

--
Nik C
___
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


RE: [Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Fitzpatrick, Kevin
Thanks for all the information folks.

Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Allen
Sent: Monday, January 16, 2006 1:59 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Flash Projects & Visual Source Safe

Hi Kevin,

The project setup in Flash MX 2004 and its VSS integration leave much to
be
desired.  I personally would suggest that you look into using Eclipse
with
the VSS plugin (http://sourceforge.net/projects/vssplugin/ ) for that to
manage your Flash projects.  You will need one of the ActionScript
editor
plugins for Eclipse as well.  Check out either FDT (
http://www.powerflasher.com/fdt ) or the open source ASDT
(http://asdt.org/).

While setting these tools up may take a bit of time to figure out, in
the
end there are tremendous advantages to doing so.  You get a better code
editor than what comes with the Flash IDE, you are able to integrate
with
versioning systems like CVS, SVN, and VSS, you can get other plugins for
other code editing like Java, PHP, etc..., integrating with a  much
faster
compiler (MTASC) is relatively straight forward, and much more.

Anyway, it's just a suggestion.  I hope it helps.

-Chris



On 1/16/06, Fitzpatrick, Kevin <[EMAIL PROTECTED]> wrote:
>
> Miles,
>
> Sorry I wasn't more specific, I am using MX 2004 Pro and the option
> isn't there.  I can't seem to find any more information on the
problem.
>
>
> Unforunately, I'm tied to VSS because the entire department uses it.
>
>
> Kevin Fitzpatrick
> Flash Designer,
> SAP.com Web Services Team - SAP Global Marketing
> SAP Global Solutions Center
> 3999 West Chester Pike
> Newtown Square, PA 19073
> C (267) 254-6225
> E [EMAIL PROTECTED]
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Miles
> Thompson
> Sent: Monday, January 16, 2006 12:32 PM
> To: Flashcoders mailing list; flashcoders@chattyfig.figleaf.com
> Subject: Re: [Flashcoders] Flash Projects & Visual Source Safe
>
> Read the docs - integration of VSS with Flash is for Flash 2004 MX
> Professional.
>
> You might want to look at Subversion (version control software) with
> Tortoise (Windows interface); I've not used it for Flash because the
> .fla
> is one honking big binary.
>
> FWIW - tried both Subversion and VSS for Visual Basic work and much
> preferred the former.
>
> Cheers - Miles
>
>
> At 11:28 AM 1/16/2006, Fitzpatrick, Kevin wrote:
>
> >Hello, all.  Long time listener, first time caller.  And of course, I
> >have an annoying question to start out with:
> >
> >So I've finally gotten around to setting up VSS and to start using
> >projects and I'm realizing that when I go into Flash Projects to set
up
> >a "Site" with VSS (see figure 1
>
><http://www.geocities.com/kevin_fitzpatrick3d/flash-project-sourcesafe.
> g
> >if> ) and it seems like the option for Visual SourceSafe isn't there.
> >
> >Now I know I have the VSS Client installed (see figure 2
> ><http://www.geocities.com/kevin_fitzpatrick3d/visual-sourcesafe.gif>
)
> >and I know I can connect via that client to the server. This all then
> >leads me to the question of why don't I have that option? I've been
> >working on this all morning and I haven't found mention of this issue
> >anywhere.
> >
> >I am currently using Flash MX 2004 v7.2.
> >
> >Any and all comments are appreciated.
> >
> >Thanks,
> >Kevin
> >
> >
> >Kevin Fitzpatrick
> >Flash Designer,
> >SAP.com Web Services Team - SAP Global Marketing
> >SAP Global Solutions Center
> >3999 West Chester Pike
> >Newtown Square, PA 19073
> >C (267) 254-6225
> >E [EMAIL PROTECTED]
> >
> >___
> >Flashcoders mailing list
> >Flashcoders@chattyfig.figleaf.com
> >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.1.371 / Virus Database: 267.14.18/230 - Release Date:
> 1/14/2006
>
>
> ___
> 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
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Fitzpatrick, Kevin
Miles, 

Sorry I wasn't more specific, I am using MX 2004 Pro and the option
isn't there.  I can't seem to find any more information on the problem.


Unforunately, I'm tied to VSS because the entire department uses it.


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Miles
Thompson
Sent: Monday, January 16, 2006 12:32 PM
To: Flashcoders mailing list; flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Flash Projects & Visual Source Safe

Read the docs - integration of VSS with Flash is for Flash 2004 MX 
Professional.

You might want to look at Subversion (version control software) with 
Tortoise (Windows interface); I've not used it for Flash because the
.fla 
is one honking big binary.

FWIW - tried both Subversion and VSS for Visual Basic work and much 
preferred the former.

Cheers - Miles


At 11:28 AM 1/16/2006, Fitzpatrick, Kevin wrote:

>Hello, all.  Long time listener, first time caller.  And of course, I
>have an annoying question to start out with:
>
>So I've finally gotten around to setting up VSS and to start using
>projects and I'm realizing that when I go into Flash Projects to set up
>a "Site" with VSS (see figure 1
><http://www.geocities.com/kevin_fitzpatrick3d/flash-project-sourcesafe.
g
>if> ) and it seems like the option for Visual SourceSafe isn't there.
>
>Now I know I have the VSS Client installed (see figure 2
><http://www.geocities.com/kevin_fitzpatrick3d/visual-sourcesafe.gif> )
>and I know I can connect via that client to the server. This all then
>leads me to the question of why don't I have that option? I've been
>working on this all morning and I haven't found mention of this issue
>anywhere.
>
>I am currently using Flash MX 2004 v7.2.
>
>Any and all comments are appreciated.
>
>Thanks,
>Kevin
>
>
>Kevin Fitzpatrick
>Flash Designer,
>SAP.com Web Services Team - SAP Global Marketing
>SAP Global Solutions Center
>3999 West Chester Pike
>Newtown Square, PA 19073
>C (267) 254-6225
>E [EMAIL PROTECTED]
>
>___
>Flashcoders mailing list
>Flashcoders@chattyfig.figleaf.com
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.371 / Virus Database: 267.14.18/230 - Release Date:
1/14/2006


___
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


RE: [Flashcoders] Extending UIComponent or MovieClip

2006-01-16 Thread Fitzpatrick, Kevin
Nevermind, I have found an example after much searching.  If anyone is
interested I found this example of someone else's class on the web.

http://www.bdontwerp.nl/resources/components/simpleslider/SimpleSlider.a
s 

Thanks anyway! Hope this helps anyone who was having the same problem I
was!


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Fitzpatrick, Kevin
Sent: Monday, January 16, 2006 11:03 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Extending UIComponent or MovieClip

Does anyone have a working example of extending UIComponent or MovieClip
to create a component that uses Live Preview & publishes in both Flash
Player 6 and 7?  I know this involves using clipParameters &
initFromClipParameters but I cannot find anything that spells this out
at all.  People mention it all the time all over the web but it is just
not clear to me.

I know this was beat to death a couple of years ago but I'm just working
with it now and to no avail.

Thanks,
Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

___
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] Extending UIComponent or MovieClip

2006-01-16 Thread Fitzpatrick, Kevin
Does anyone have a working example of extending UIComponent or MovieClip
to create a component that uses Live Preview & publishes in both Flash
Player 6 and 7?  I know this involves using clipParameters &
initFromClipParameters but I cannot find anything that spells this out
at all.  People mention it all the time all over the web but it is just
not clear to me.

I know this was beat to death a couple of years ago but I'm just working
with it now and to no avail.

Thanks,
Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

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


[Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Fitzpatrick, Kevin
Hello, all.  Long time listener, first time caller.  And of course, I
have an annoying question to start out with:

So I've finally gotten around to setting up VSS and to start using
projects and I'm realizing that when I go into Flash Projects to set up
a "Site" with VSS (see figure 1
 ) and it seems like the option for Visual SourceSafe isn't there.

Now I know I have the VSS Client installed (see figure 2
 )
and I know I can connect via that client to the server. This all then
leads me to the question of why don't I have that option? I've been
working on this all morning and I haven't found mention of this issue
anywhere.

I am currently using Flash MX 2004 v7.2.

Any and all comments are appreciated.

Thanks,
Kevin 


Kevin Fitzpatrick
Flash Designer,
SAP.com Web Services Team - SAP Global Marketing 
SAP Global Solutions Center
3999 West Chester Pike
Newtown Square, PA 19073
C (267) 254-6225
E [EMAIL PROTECTED]

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