Re: [Flashcoders] Install flash 8 player without user interactivity

2005-11-03 Thread franto
it is on WAN, there is update script which runs automatically and can copy files

so it is enough to copy ActiveX file to some specific folder, and it
will be installed new player, that would be great...

On 11/3/05, Mike Mountain <[EMAIL PROTECTED]> wrote:
> So many questions...
>
> Are they on a WAN?
> Are they switched on 24/7?
> Do they have a content delivery mechanism?
>
> You should be able to just drop in the ActiveX control in the relevant
> folder using the existing content delivery system over your kiosk
> WANbut as I don't know how you're managing the data on your
> kiosks...who can say.
>
> M
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of franto
> > Sent: 03 November 2005 11:56
> > To: flashcoders@chattyfig.figleaf.com
> > Subject: [Flashcoders] Install flash 8 player without user
> > interactivity
> >
> > Hi,
> >
> > is it possible to install Flash 8 player for browser (mainly
> > IE) withou user interactivity?
> > I need this on kiosk (SiteKiosk), there are many our kiosk in
> > the world, and we need update to flash 8 player, but it must
> > be done automatically without user interactivity?
> > Does anyone know if this is possible?
> >
> > Thanks
> > --
> > --
> > -
> > Franto
> >
> > http://blog.franto.com
> > http://www.flashcoders.sk
> > ___
> > 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
>


--
-
Franto

http://blog.franto.com
http://www.flashcoders.sk
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash standalone awkwardness

2005-11-03 Thread Maximilian Reuss
Hi Luke,

if you need a Windows exe with autorun, splash screen ...
I recommend you some third party swf2exe tools.
Swfstudio3 www.northcode.com
Screenweaver http://www.osflash.org/screenweaver
Zinc http://www.multidmedia.com/software/zinc/
Screenweaver is OpenSource, so check it.

But Stacey is right, when loading from CD-ROM drives, there is time to
wait and a stub exe only for initialisation and then loading the xtras
was always my favourite.

regards,
max

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


[Flashcoders] V2 Components - Themes/Styles/Skins - Window/ComboBox/Button

2005-11-03 Thread Steve Warren
*[A WHILE AGO ON FLASHCODERS...]*

On 8/3/05, Iestyn Lloyd <[EMAIL PROTECTED]> wrote:Hi all,

i've skinned the FMX2004 scrollpane component by altering the
ScrollBarAssets MC, and now i've been told that i need to have 2
completely different skins for the scrollpane - and that they need to be
shown at the same time.
Is this possible? If so... err.. how? :)

* [SOUND OF CRICKETS CHIRPING] ie: nobody replied.
*
---

I need to do the same thing with a Window component, and have perhaps an
easier question about the ComboBox.

I've been studying and working with Themes, Styles and Skinning for the V2
Components on a project with a deadline that has come and gone - we're
behind! The project was developed using the V2 components early on, with the
skinning of the components and final design implementation saved for last. I
was recently brought into the project to do this work, and have found
working with the v2 components to be, well... difficult to accomodate.

I have since dug my heels in, and am doing the best I can under the
circumstances. We've been successful at skinning the RadioButton and
CheckBox, and have had limited success with the ComboBox. Button and Window
have been the most difficult.

If you look at the built-in Macromedia Help, there's lots of detailed
information on the subjects. Here are my questions, and thanks in advance
for any help provided!

1) Window

I need to create several instances of the Window component - some with
TitleBackgrounds (standard MenuBars with a Title and a Close Button), and
some without. If you read the Help section [Components Language
Reference/Window Component/Customizing The Window Component] you'll see what
you can do with Styles and Skins. The TitleBackground is a skin element
only, so if you customize the skin to delete the TitleBackground... it
affects ALL instances of the Window component. I would have liked to see a
Window Style setting "TitleBackgroundVisible:Boolean" which could be set to
TRUE or FALSE. Or better yet, a Style setting that would accomodate
["Default", "Disabled", "CustomLinkageID"].

I started creating a custom MyWindow component that simply opens a container
with a close button (the simplest form of window), but I ran into other
problems. To create the window I'm struggling with, a custom built DialogBox
class is called first, which creates an instance of a Window that depends on
(Macromedia's built-in) PopUpManager class to manage overlapping Windows and
their Modality. Without using the actual Window component, these features
are unavailable without doing lots of extra research, development and
testing.

MY QUESTION IS: Is there any way to create more than one standard Window
component that PopUpManager will recognize? It seems we are locked in when
we use the Window component to ONE SKIN per document. I would love to use a
standard Window component for application wide usage, but have additional
custom Window implementations with custom graphics that reference elements
in more than a single "Window assets" folder inside a single THEME.

2) ComboBox

I edited the skin graphics for ComboBox inside the ComboBox assets folder.
We're currently basing our THEME on the standard HALO THEME. Currently the
highlight of the ComboBox when you pull it down is green. I looked into the
ThemeColor Style setting for Halo's ComboBox and was surprised to see three
possible values - ["HaloGreen", "HaloBlue", "HaloOrange"]. I dug into the
components FLA file to try to figure out why there might be a limited three
settings in a Style, and couldn't figure it out.

Maybe you'll laugh when I say I would have appreciated a "HaloGrey"
option... but I'm not laughing. Can someone please tell me how to achieve
GREY???

-
CONCLUSION
-

I would have preferred to write my own classes or custom components for this
type of job, but I came into the project after those critical decisions were
made. I like some of what I see from the whole Theme/Style/Skin
implementation, but overall it seems kludgy and weird to me. I didn't even
talk about the most basic Button component yet, which I overrided
immediately and created a custom component for. There is nothing more
difficult than skinning a Button that you need to use everywhere, but looks
different than the default Buttons that come with the program.

Can anyone shed some light on my predicament?

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


RE: [Flashcoders] library fonts

2005-11-03 Thread Martin Klasson


Zarates single-file fontlibrary isn't that good as I thought it was.
It downloads the same large fontfile twice. Since he had bot export and import 
in the same file. This is then a solution that doesn't really work. Unless you 
really want to rely on caching services.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zárate
Sent: den 8 september 2005 09:10
To: Flashcoders mailing list
Subject: Re: [Flashcoders] library fonts

Hello,

To work with Shared Fonts, you can try Ivan Dembicki's Shared Font
Manager [1]. I've also writed a little article [2] to work with them.
It's still incomplete, but it may helps you.

Good luck!

[1] - http://www.sharedfonts.com/
[2] - 
http://translate.google.com/translate?u=http%3A%2F%2Fwww.zarate.tv%2Farticulos%2Fshared_fonts%2Findex.php&langpair=es%7Cen&hl=es&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools

Still Google translation sorry :)

On 9/7/05, elibol <[EMAIL PROTECTED]> wrote:
> I've created a library font, I've assigned it a library identifier and I've
> set it to export on the first frame, since, unfortunately, I can't figure
> out any other way of exporting it. I do believe however there may be a way
> of exporting it on the second frame using a swf assembler/disassembler. If
> anyone knows how to I'd appreciate it if you could share your technique.
> 
> Now, my problem is that I'm unable to assign the library symbol font to a
> text field that's dynamically generated, however it works with textfields
> that already exists. I haven't tested textfields that're exported with
> movieclips, but I think this should work fine too.
> 
> To be clear, setTextFormat doesn't set the exported font for textfields
> created with createTextField.
> 
> Any input would greatly be appreciated.
> 
> Thanks,
> 
> HE
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 


-- 
Zárate
___
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] dynamic text field - auto size to text

2005-11-03 Thread lists

perfect! thanks!


::
 Dustin 
::


-- Original Message ---
From: Diego Guebel <[EMAIL PROTECTED]>
To: Flashcoders mailing list 
Sent: Fri, 04 Nov 2005 16:41:17 +1300
Subject: Re: [Flashcoders] dynamic text field - auto size to text

> take a look to this method: TextFormat.getTextExtent() at:
> http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?
context=Flash_MX_2004&file=1840.html
> 
> I hope it help,
> cheers, Diego
> 
> lists wrote:
> 
> >Hi there - I was wondering if it was possible to determine how large a text 
> >field would need to be to 
accomidate the 
> >text assigned to it? Say for example i am using the createTextField in 
> >actionscript, I can pass the parameter on 
the 
> >width, but I need to determine that before I create the text field... ideas?
> >
> >Thanks!
> >
> >::
> > Dustin
> >::
> >
> >___
> >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
--- End of Original Message ---

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


RE: [Flashcoders] Help For Custom Components

2005-11-03 Thread Robert Edgar
Hmm,
We bought AS2Doc a year ago, its good, probably still the best around(due to
lack of any real competition) but...
the bad news is AS2Doc development was abandoned in March and now there is
no support whatsoever or bug fixes or new releases coming ever...

There are a number of bugs, like some Interface classes get skipped, the
PanelActions generate junk at times, and some essential features missing
like no way to document events and of course once AS3 is here there wil be
no way forward.

It still might be worth buying but anyone doing so needs to do it with there
eyes wide open. 
Rob

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JOR
Sent: Thursday, November 03, 2005 5:29 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Help For Custom Components


Gregory_GOusable wrote:
> In MX 2004, you can write the help in form of HTML files (number of
> files) instead of "reference" tag in "customactions".
> 
> Then, add the tag for each html file to your .mxi like that:  source="_your_path_/file_name.html"
> destination="$flash/HelpPanel/Help/_your_folder_" />
> 
> See "Extending Flash Help Panel Content" article in "Flash 
> Documentation" on MM site. Also, I'd recommend just download any 
> component (for Flash MX 2004) and look through it's content, mxi etc.
> 
> 

I just bought AS2DOC and it's awesome at creating Flash documentation 
files.  I just ran it on a couple of packages I had recently written 
with JavaDoc style commenting and in a matter of seconds it created 
detailed help docs and an mxi file for me.  I packaged the mxi file into 
an mxp and installed it into Flash.  After looking through the docs I 
see I left some comments out so I'm going to use it as a reference to 
where to go back to my classes and add more information to fill out the 
pages more.

Pricey but great product.  Highly recommended.  Unfortunatley their free 
trial version does not do Flash help files.

JOR



___
===  James O'Reilly
===
===  SynergyMedia, Inc.
===  www.synergymedia.net

___
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] Help For Custom Components

2005-11-03 Thread JOR

Gregory_GOusable wrote:

In MX 2004, you can write the help in form of HTML files (number of
files) instead of "reference" tag in "customactions".

Then, add the tag for each html file to your .mxi like that:


See "Extending Flash Help Panel Content" article in "Flash
Documentation" on MM site.
Also, I'd recommend just download any component (for Flash MX 2004)
and look through it's content, mxi etc.




I just bought AS2DOC and it's awesome at creating Flash documentation 
files.  I just ran it on a couple of packages I had recently written 
with JavaDoc style commenting and in a matter of seconds it created 
detailed help docs and an mxi file for me.  I packaged the mxi file into 
an mxp and installed it into Flash.  After looking through the docs I 
see I left some comments out so I'm going to use it as a reference to 
where to go back to my classes and add more information to fill out the 
pages more.


Pricey but great product.  Highly recommended.  Unfortunatley their free 
trial version does not do Flash help files.


JOR



___
===  James O'Reilly
===
===  SynergyMedia, Inc.
===  www.synergymedia.net

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


Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Gregory_GOusable

In MX 2004, you can write the help in form of HTML files (number of
files) instead of "reference" tag in "customactions".

Then, add the tag for each html file to your .mxi like that:


See "Extending Flash Help Panel Content" article in "Flash
Documentation" on MM site.
Also, I'd recommend just download any component (for Flash MX 2004)
and look through it's content, mxi etc.


-- 
Best regards,
 Gregory_GOusable

http://GOusable.com
Flash components development.
Usability services.

>you wrote:
frcfc> Message: 3
frcfc> Date: Thu, 3 Nov 2005 16:09:13 -0500
frcfc> From: eric dolecki <[EMAIL PROTECTED]>
frcfc> Subject: [Flashcoders] Help For Custom Components
frcfc> To: Flashcoders mailing list 
frcfc> Message-ID:
frcfc> <[EMAIL PROTECTED]>
frcfc> Content-Type: text/plain; charset=ISO-8859-1

frcfc> I get all the jazz about the customactions XML document - but can that 
file
frcfc> be specified in an MXI file so when you install a component via MXP, it
frcfc> installs the help as well?

frcfc> Looking for documentation, not finding any yet.

frcfc> e.dolecki


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


Re: [Flashcoders] How to draw a copy of a curve?

2005-11-03 Thread Gregory_GOusable
OK, thanks to Jon for giving me a hope :-)
I'll try to be more specific now.

I'm developing  a product, Dynamic Blend Flash component which
allows you to dynamically build blend groups based on your symbols.
Have a look: http://www.gousable.com/flash/dynBlend.html

*Blend* tools in CorelDRAW or Freehand allow to "apply blend to
curve", which is very useful for creating visual effects.
So, I'd like to implement this, too.

The problem is that, unlike Corel, I can't know the user's curve
parameters and have to determine them in runtime.
I think the solution is to create a copy of user's curve (or parallel
one).
Do anyone know the appropriate algorithm (cubic curves etc)?

For now, user can only imitate "applying to curve" using some
tricks...

Thanks in advance.


> Jon Bradley wrote:
frcfc> Date: Thu, 3 Nov 2005 13:06:00 -0500
frcfc> From: Jon Bradley
frcfc> Subject: Re: [Flashcoders] How to draw a copy of a curve?
frcfc> To: Flashcoders mailing list 
frcfc> Message-ID: <[EMAIL PROTECTED]>
frcfc> Content-Type: text/plain;   charset=US-ASCII;   format=flowed

frcfc> On Nov 3, 2005, at 12:44 PM, Gregory_GOusable wrote:

>> Unfortunately, this is not appropriate for me :-( .
>> Also, I've just found the answer (negative) here:
>> http://www.faqs.org/faqs/graphics/algorithms-faq/
>>
>> Thanks to all who tried to help.
>Jon Bradley wrote:
frcfc> You mean to draw a parallel curve? Not with bezier, but with cubic 
frcfc> curves you can - and you can approximate a cubic curve with a set of 
frcfc> bezier curves, so the result is close enough ( <<<1pixel difference 
frcfc> from original curve normal).

frcfc> As you were checking the graphics gem FAQ, I don't think you worded 
frcfc> your question accurate enough for people here to help out.  Maybe 
frcfc> rephrasing what you are looking for may lead to better responses?

frcfc> cheers,

frcfc> jon

frcfc> Jon Bradley
frcfc> http://www.magicsnacks.com/shiftedpixels



-- 
Best regards,
 Gregory_GOusable

http://GOusable.com
Flash components development.
Usability services.


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


Re: [Flashcoders] dynamic text field - auto size to text

2005-11-03 Thread Diego Guebel

take a look to this method: TextFormat.getTextExtent() at:
http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=1840.html

I hope it help,
cheers, Diego

lists wrote:

Hi there - I was wondering if it was possible to determine how large a text field would need to be to accomidate the 
text assigned to it? Say for example i am using the createTextField in actionscript, I can pass the parameter on the 
width, but I need to determine that before I create the text field... ideas?


Thanks!

::
Dustin
::

___
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] dynamic text field - auto size to text

2005-11-03 Thread lists
Hi there - I was wondering if it was possible to determine how large a text 
field would need to be to accomidate the 
text assigned to it? Say for example i am using the createTextField in 
actionscript, I can pass the parameter on the 
width, but I need to determine that before I create the text field... ideas?

Thanks!

::
 Dustin
::

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


[Flashcoders] Open SWF format for AVM2?

2005-11-03 Thread Frederick N. Brier
Someone just back from MAX said that the SWF format will not be public 
as it has been up to this point.  Is that true?


Seems hard to believe.  Won't that prevent companies like ElectricRain 
(Swift3D), Wildform (WildFxPro, Linx, PowerFx, etc), GlobFx (SwifChart), 
SWiSHzone.com (Swish Max/Video2/Studio/Presenter), Mdm (Zinc) from being 
able to generate the new AVM2 format?


Fred.

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


Re: [Flashcoders] Flash standalone awkwardness

2005-11-03 Thread stacey
Chances are, the exe is unpacking. How big is the exe you are trying to run?
In Director, we used to create a stub exe that really had nothing much but
launched the exe the way we needed with the xtras and then referenced a
file. It was much friendly for the wait time.

> On 11/3/05, Luke Munn <[EMAIL PROTECTED]> wrote:
>> Hi there,
>>
>> Googled this and searched the archives but can't really find this
>> addressed anywhere online.
>>
>> I'm creating an educational CD-ROM in Flash, which will use a Flash
>> Projector to ensure everyone can run it.
>>
>> The issue is on starting the player up there is an awkward couple of
>> seconds where you see the Flash player with it's menus, at a default
>> size, before the fscommand kicks in and the whole thing goes
>> fullscreen.
>>
>> While this isn't a huge problem from a usability or technical
>> perspective, it just looks awkward aesthetically and detracts from the
>> concept of the CD-ROM. The initial movie being loaded is only 500K, so
>> I can't really speed this load up. Ideally I'd like it to be like any
>> fullscreen game or software, which loads with a splash screen if
>> necessary and then immediately comes up full screen with no awkward
>> menus, resizing, etc.
>>
>
> I don't know if this will help, but try moving all your assets / code to
> frame 2 or 3 or later, and put the fullscreen fscommand on frame 1.
>
> -David R
> ___
> 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] FileReference.upload -> "Filedata"

2005-11-03 Thread bryan.rice


On Nov 3, 2005, at 9:19 PM, David Rorex wrote:


Is there a reason you need to change it?



No - just curious.  Thanx.

blue skies,
bryan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-03 Thread Diego Guebel

hey rajat,
I just posted regarding the same issue a couple of hours before, could 
you please send me your working example...

I'm still fighting with the textarea component.
Cheers, Diego.

Rajat Paharia wrote:


Hey Max -

You're right - that fixes it! I guess having an image as the first
thing in the TextArea causes the problem. Strange... Anyway, thanks! -
rajat

On 11/2/05, Maximilian Reuss <[EMAIL PROTECTED]> wrote:
 


Looks like the problem is leaving this empty..

   


var strComments:String = "";
 


putting there an real string in, per example:

var strComments:String = "User ratings:";

causes no problem with the picture alignment.
you can try to put there only an  in that string and you can see
the textfield aligns the first stars wrong.

i hope you can reproduce my evaluation.


max




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.7/155 - Release Date: 01.11.2005

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

   




--
Rajat Paharia
[EMAIL PROTECTED]
http://www.bunchball.com
http://www.rootburn.com
___
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] IMG embedded in HTML TextArea problem

2005-11-03 Thread Rajat Paharia
Hey Max -

You're right - that fixes it! I guess having an image as the first
thing in the TextArea causes the problem. Strange... Anyway, thanks! -
rajat

On 11/2/05, Maximilian Reuss <[EMAIL PROTECTED]> wrote:
>
> Looks like the problem is leaving this empty..
>
> > var strComments:String = "";
>
> putting there an real string in, per example:
>
> var strComments:String = "User ratings:";
>
> causes no problem with the picture alignment.
> you can try to put there only an  in that string and you can see
> the textfield aligns the first stars wrong.
>
> i hope you can reproduce my evaluation.
>
>
> max
>
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.362 / Virus Database: 267.12.7/155 - Release Date: 01.11.2005
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>


--
Rajat Paharia
[EMAIL PROTECTED]
http://www.bunchball.com
http://www.rootburn.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash standalone awkwardness

2005-11-03 Thread David Rorex
On 11/3/05, Luke Munn <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> Googled this and searched the archives but can't really find this
> addressed anywhere online.
>
> I'm creating an educational CD-ROM in Flash, which will use a Flash
> Projector to ensure everyone can run it.
>
> The issue is on starting the player up there is an awkward couple of
> seconds where you see the Flash player with it's menus, at a default
> size, before the fscommand kicks in and the whole thing goes fullscreen.
>
> While this isn't a huge problem from a usability or technical
> perspective, it just looks awkward aesthetically and detracts from the
> concept of the CD-ROM. The initial movie being loaded is only 500K, so I
> can't really speed this load up. Ideally I'd like it to be like any
> fullscreen game or software, which loads with a splash screen if
> necessary and then immediately comes up full screen with no awkward
> menus, resizing, etc.
>

I don't know if this will help, but try moving all your assets / code
to frame 2 or 3 or later, and put the fullscreen fscommand on frame 1.

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


Re: [Flashcoders] FileReference.upload -> "Filedata"

2005-11-03 Thread David Rorex
On 11/3/05, bryan.rice <[EMAIL PROTECTED]> wrote:
> Every example of the Flash 8 file Upload feature uses the variable
> name "Filedata" in the server side script when referring to the
> file.  Is this *always* the name that Flash passes to the server, or
> can this be specified somewhere?  I can only find examples, but not
> documentation stating this one way or another - can some one point me
> to some documentation (or Central documentation that is similar) ?
>
> [To illustrate, in HTML you would create an file input control and
> specify the name: .  In your
> script you would then refer to FileToUpload when manipulating the file.]

I don't think you can change the 'Filedata' value, at least I haven't
seen any way to. Is there a reason you need to change it?

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


Re: [Flashcoders] FileReference onIOError

2005-11-03 Thread David Rorex
>> -Original Message-
>>
>> I am using the FileReference class in Flash Player 8
>>
>> My listener is receiving the onIOError callback.
>>
>> Unfortunately, the callback does not provide any specific details about
>> the error.
>>
>> How can I get error details for the onIOError callback?

On 11/3/05, Sullivan, Sean C - MWT <[EMAIL PROTECTED]> wrote:
>
> It appears that FileReference.upload does not work with HTTPS URL's
>
> http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=
> 288&threadid=1059687

>From the flash documentation for FileReference.onIOError:

"Invoked when an input/output error occurs.
This listener is invoked when the upload or download fails for any of
the following reasons:
...
 - The value passed to the url parameter in upload() contains an
invalid protocol. Valid protocols are HTTP and HTTPS. "

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


Re: [Flashcoders] Card/Poker Game inquiry

2005-11-03 Thread Brian Mays
That's a good question, and one I didn't think to ask.  Let me get
with our P.M. tomorrow and I'll let you know.

Brian Mays

On 11/3/05, Jobe Makar <[EMAIL PROTECTED]> wrote:
> Hi Brian,
>
> Are you looking for a multiplayer game or a single player with computer AI?
> If you want to email me directly I can give you some information.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] FileReference.upload -> "Filedata"

2005-11-03 Thread bryan.rice
Every example of the Flash 8 file Upload feature uses the variable  
name "Filedata" in the server side script when referring to the  
file.  Is this *always* the name that Flash passes to the server, or  
can this be specified somewhere?  I can only find examples, but not  
documentation stating this one way or another - can some one point me  
to some documentation (or Central documentation that is similar) ?


[To illustrate, in HTML you would create an file input control and  
specify the name: .  In your  
script you would then refer to FileToUpload when manipulating the file.]


blue skies,
bryan
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash Player 8 - debug player?

2005-11-03 Thread Muzak
Check "Players" folder in the flash 8 install directory.

regards,
Muzak

- Original Message - 
From: "Sullivan, Sean C - MWT" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 10:47 PM
Subject: [Flashcoders] Flash Player 8 - debug player?



Where can I download the debug version of Flash Player 8 ?

I searched www.macromedia.com but I could not find it.


Sean



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


Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Muzak
http://www.muzakdeezign.com/mxi_creator/

Add the customactions.xml file to the files list and select 'Flash 
CustomActions' from the File Destination drop down.
All will be taken care of ;-)

regards,
Muzak

- Original Message - 
From: "eric dolecki" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 10:09 PM
Subject: [Flashcoders] Help For Custom Components


I get all the jazz about the customactions XML document - but can that file
be specified in an MXI file so when you install a component via MXP, it
installs the help as well?

Looking for documentation, not finding any yet.

e.dolecki
___
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] Batch linkage jsfl command

2005-11-03 Thread Muzak
Ooooh...
Sorry man, wasn't really sure what you were looking for.
You're talking about the fact that the library listing itself isn't updated.
Mine is always too small to read that anyway (which is why I totally missed it).

Now, I just checked, with your code and added lib.selectNone() and it 
immediately updates the Lib view here.

regards,
Muzak

- Original Message - 
From: "Mike Mountain" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 5:46 PM
Subject: RE: [Flashcoders] Batch linkage jsfl command


Not quite - if you try the script I posted it doesn't update the library
view with the linkage names until you click on them - even though it's
done it's mojo.

M

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Muzak
> Sent: 03 November 2005 16:19
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] Batch linkage jsfl command
>
> You mean as in deselecting the lib symbols?
>
> var lib = fl.getDocumentDOM().library;
> lib.selectNone();
>
> Or you could display an alert dialog:
>
> alert("Linkage ID's set");
>
> regards,
> Muzak


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


Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Alain Rousseau

as promised,

here is a link that will tell you exactly what to do and what to download to 
help you create your help files.
http://www.macromedia.com/support/documentation/en/flash/mx2004/extending_help/index.html

It's for Flash MX 2004 but is still valid for Flash 8, so there should be no 
problem. You'll have all you need to create your help files.

Alain



Alain Rousseau wrote:

Documentation about mxi file creation is inside Dreamweaver ... go 
figure ! You should also download Dreamweaver extensions that help you 
build your mxi file, there should be a little help file about how to 
do it. I am now at work, and all my notes on this are at home so this 
is the best I can do right now.


I have sucessfully installed help files for flash before, I'll get 
back at you when I've got all my files at hand.


Alain

eric dolecki wrote:

I get all the jazz about the customactions XML document - but can 
that file

be specified in an MXI file so when you install a component via MXP, it
installs the help as well?

Looking for documentation, not finding any yet.

e.dolecki
___
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] Different font sizes in Tree Component

2005-11-03 Thread Claudia Barnal

Hey Mark,

Thanks a lot for your stuff! It really is what I needed. Very good examples.



From: "Mark Mulhollam" <[EMAIL PROTECTED]>
Reply-To: Flashcoders mailing list 
To: "Flashcoders mailing list" 
Subject: RE: [Flashcoders] Different font sizes in Tree Component
Date: Thu, 3 Nov 2005 09:33:07 -0600

Hi Claudia,

   You can do a lot with formatting in a tree component with 
cellRenderers.

Please see

http://www.tc.umn.edu/~mulho005/trees3.html   for examples.  The relevant 
files

are at

http://www.tc.umn.edu/~mulho005/trees3.zip

Mark
Minneapolis, Minnesota

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Claudia
Barnal
Sent: Wednesday, November 02, 2005 1:26 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Different font sizes in Tree Component


>check cellRenderers... you'll have to roll one up, and then assign some
>formatted text to the labels for the nodes as you want.

Thanks Ed, I was afraid something like this was needed…

Each time I have to do something with the V2 components, it seems as if I
spend more time trying to make them work, than if I would have done the
thing from scratch.

It seems so stupid to have to do all that hullabaloo just to change the 
font

size of different branch types.

Is there anyone out there that has already implemented this with the
CellRenderer? I would love to hear your comments.

Thank you,
Caludia

_

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


_
MSN Messenger 7.5 is now out. Download it for FREE here. 
http://messenger.msn.co.uk


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


RE: [Flashcoders] FileReference onIOError

2005-11-03 Thread Sullivan, Sean C - MWT

It appears that FileReference.upload does not work with HTTPS URL's

http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=
288&threadid=1059687



-Original Message-


I am using the FileReference class in Flash Player 8

My listener is receiving the onIOError callback.

Unfortunately, the callback does not provide any specific details about
the error.

How can I get error details for the onIOError callback?

Sean


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


[Flashcoders] RE: Flashcoders Digest, Vol 10, Issue 4 ---->> 23 of 23

2005-11-03 Thread Sorensen, Shannon M - MWL
23 of 23

Kindest regards,
Shannon
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, November 01, 2005 2:57 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Flashcoders Digest, Vol 10, Issue 4

Send Flashcoders mailing list submissions to
flashcoders@chattyfig.figleaf.com

To subscribe or unsubscribe via the World Wide Web, visit
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Flashcoders digest..."


Today's Topics:

   1. Expert-Level ActionScripters for hire (BOSTON) (Noyes, Jeff)
   2. Does FP8 upgrade require admin privileges? (Peter O'Brien)
   3. Getting a video frame as a bitmap (Joe Cutting)
   4. RE: Getting a video frame as a bitmap (Merrill, Jason)
   5. XPath Query HELP! (Doug Coning)
   6. Lite-weight Scrolling textfield (JOR)
   7. Re: XPath Query HELP! ([EMAIL PROTECTED])
   8. Single giant bitmap vs Multiple smaller bitmaps - Performance
  Effects? (Bill Brown)
   9. Circle, rotation to ? (eric dolecki)
  10. How do you send data from a movie to a loaded swf? (Noyes, Jeff)
  11. RE: Circle, rotation to ? (Merrill, Jason)
  12. Re: Circle, rotation to ? (Martin Wood)
  13. RE: Circle, rotation to ? (Merrill, Jason)
  14. Re: Circle, rotation to ? (Martin Wood)
  15. Re: Circle, rotation to ? (Helen Triolo)
  16. RE: Circle, rotation to ? (Merrill, Jason)
  17. Re: Circle, rotation to ? (eric dolecki)
  18. Re: Circle, rotation to ? (Martin Wood)
  19. RE: blog presentation > flash (dc)
  20. Using the FocusManager ([EMAIL PROTECTED])
  21. Re: Circle, rotation to ? (Eric E. Dolecki)
  22. Re: Using the FocusManager (Sam Shrefler)
  23. Flash FileReference and Firefox 1.0.7 (Sullivan, Sean C - MWT)


--

Message: 1
Date: Tue, 1 Nov 2005 13:02:34 -0500
From: "Noyes, Jeff" <[EMAIL PROTECTED]>
Subject: [Flashcoders] Expert-Level ActionScripters for hire (BOSTON)
To: "Flashcoders mailing list" 
Message-ID:

<[EMAIL PROTECTED]>
Content-Type: text/plain;   charset="us-ascii"

Position is in and around Boston.

Requirements:
- must have JPS or ASP integration experience
- must have experience building business-to-business applications

Please send resume to [EMAIL PROTECTED] 


--

Message: 2
Date: Tue,  1 Nov 2005 18:22:59 +
From: "Peter O'Brien" <[EMAIL PROTECTED]>
Subject: [Flashcoders] Does FP8 upgrade require admin privileges?
To: Flashcoders mailing list 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Does a Flash Player 8 upgrade require admin privileges?

I'm guessing it's not a straight yes or no... but any info regarding
this
would be much appreciated.

Cheers,

Pete




--

Message: 3
Date: Tue, 01 Nov 2005 18:30:02 +
From: Joe Cutting <[EMAIL PROTECTED]>
Subject: [Flashcoders] Getting a video frame as a bitmap
To: flashcoders@chattyfig.figleaf.com
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"; format=flowed

Does anyone know how to get a single frame of a video as a bitmap in
Flash 8?

I thought it would be pretty straightforward but maybe I'm missing
something.

Cheers

Joe



--

Message: 4
Date: Tue, 1 Nov 2005 14:04:09 -0500
From: "Merrill, Jason" <[EMAIL PROTECTED]>
Subject: RE: [Flashcoders] Getting a video frame as a bitmap
To: "Flashcoders mailing list" 
Message-ID:

<[EMAIL PROTECTED]
om>

Content-Type: text/plain;   charset="us-ascii"

This was just posted on Flashnewbies:

http://www.sephiroth.it/tutorials/flashPHP/print_screen/

See the "Advanced" example of taking a video frame and capturing it.

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com










>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Joe Cutting
>>Sent: Tuesday, November 01, 2005 1:30 PM
>>To: flashcoders@chattyfig.figleaf.com
>>Subject: [Flashcoders] Getting a video frame as a bitmap
>>
>>Does anyone know how to get a single frame of a video as a bitmap in
Flash 8?
>>
>>I thought it would be pretty straightforward but maybe I'm missing
something.
>>
>>Cheers
>>
>>Joe
>>
>>___
>>Flashcoders mailing list
>>Flashcoders@chattyfig.figleaf.com
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
NOTICE:
This message is for the designated recipient only and may contain
privileged or confidential information. If you have received it in
error, please notify the sender immediately and delete the original. Any
other use of this e-mail by you is prohibited.


--

Me

Re: [Flashcoders] img tag in textarea

2005-11-03 Thread Diego Guebel

this is the best solution I've got after googling for a while:
http://www.actionscripts.org/tutorials/intermediate/load_images_via_XML/index.shtml

thanks for the reply.
diego

Eric E. Dolecki wrote:

the image tag is big buggy. I'd think about nesting some mcs and  
using a scrollpane or something else instead :/




On Nov 3, 2005, at 5:05 PM, Diego Guebel wrote:


I cant get  the  tag works as expected/
I want to have some text with images around in a textarea and they  
simply appear on top of each other.

I tried hardcoding their dimension and it still doent work.
This is an example code I have:

var my_ta:mx.controls.TextArea;
my_ta.setSize(320, 240);
my_ta.html = true;
my_ta.text = "The Royal Nonesuch width='100' height='50'>";
my_ta.text += "The Royal Nonesuch width='100' height='50'>";
my_ta.text += "The Royal Nonesuch src='aliceTan' width='100' height='50'>";


besides this I realized that  tag doesnt have display: block by  
default.

I have to add my_ta.text += ""; or 

Thank in advance.
Diego
___
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] img tag in textarea

2005-11-03 Thread Eric E. Dolecki
the image tag is big buggy. I'd think about nesting some mcs and  
using a scrollpane or something else instead :/




On Nov 3, 2005, at 5:05 PM, Diego Guebel wrote:


I cant get  the  tag works as expected/
I want to have some text with images around in a textarea and they  
simply appear on top of each other.

I tried hardcoding their dimension and it still doent work.
This is an example code I have:

var my_ta:mx.controls.TextArea;
my_ta.setSize(320, 240);
my_ta.html = true;
my_ta.text = "The Royal Nonesuch width='100' height='50'>";
my_ta.text += "The Royal Nonesuch width='100' height='50'>";
my_ta.text += "The Royal Nonesuch src='aliceTan' width='100' height='50'>";


besides this I realized that  tag doesnt have display: block by  
default.

I have to add my_ta.text += ""; or 

Thank in advance.
Diego
___
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] Flash standalone awkwardness

2005-11-03 Thread Luke Munn

Hi there,

Googled this and searched the archives but can't really find this 
addressed anywhere online.


I'm creating an educational CD-ROM in Flash, which will use a Flash 
Projector to ensure everyone can run it.


The issue is on starting the player up there is an awkward couple of 
seconds where you see the Flash player with it's menus, at a default 
size, before the fscommand kicks in and the whole thing goes fullscreen.


While this isn't a huge problem from a usability or technical 
perspective, it just looks awkward aesthetically and detracts from the 
concept of the CD-ROM. The initial movie being loaded is only 500K, so I 
can't really speed this load up. Ideally I'd like it to be like any 
fullscreen game or software, which loads with a splash screen if 
necessary and then immediately comes up full screen with no awkward 
menus, resizing, etc.


Thanks for your help,
Luke Munn
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] FileReference onIOError

2005-11-03 Thread Sullivan, Sean C - MWT

I am using the FileReference class in Flash Player 8

My listener is receiving the onIOError callback.

Unfortunately, the callback does not provide any specific details about
the error.

How can I get error details for the onIOError callback?

Sean



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


Re: [Flashcoders] Card/Poker Game inquiry

2005-11-03 Thread Diego Guebel

Hi jobe,
I'm interested in that information you offered as well, do you have that 
published somewhere?

Cheers, Diego

Jobe Makar wrote:


Hi Brian,

Are you looking for a multiplayer game or a single player with 
computer AI? If you want to email me directly I can give you some 
information.


Jobe Makar
http://www.electrotank.com
http://www.electro-server.com
phone: 919-609-0408
mobile: 919-610-5754
fax: 919-341-8104
- Original Message - From: "Brian Mays" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 4:34 PM
Subject: [Flashcoders] Card/Poker Game inquiry


Not being a programmer, I didn't really know where to start.
Hopefully you guys would be able to point me in the right direction.

One of our project managers is wondering what it would take to create
a poker game using Flash to place on our site.  They're open to the
possibility of licensing some technology I think.  I don't really know
what to tell him, but I know many of you have game building
experience.

Thanks so much!

Brian Mays
___
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] img tag in textarea

2005-11-03 Thread Diego Guebel

I cant get  the  tag works as expected/
I want to have some text with images around in a textarea and they 
simply appear on top of each other.

I tried hardcoding their dimension and it still doent work.
This is an example code I have:

var my_ta:mx.controls.TextArea;
my_ta.setSize(320, 240);
my_ta.html = true;
my_ta.text = "The Royal Nonesuch width='100' height='50'>";
my_ta.text += "The Royal Nonesuch width='100' height='50'>";
my_ta.text += "The Royal Nonesuch width='100' height='50'>";


besides this I realized that  tag doesnt have display: block by default.
I have to add my_ta.text += ""; or 

Thank in advance.
Diego
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Flash Player 8 - debug player?

2005-11-03 Thread Sullivan, Sean C - MWT

Where can I download the debug version of Flash Player 8 ?

I searched www.macromedia.com but I could not find it.


Sean

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


Re: [Flashcoders] Card/Poker Game inquiry

2005-11-03 Thread Jobe Makar

Hi Brian,

Are you looking for a multiplayer game or a single player with computer AI? 
If you want to email me directly I can give you some information.


Jobe Makar
http://www.electrotank.com
http://www.electro-server.com
phone: 919-609-0408
mobile: 919-610-5754
fax: 919-341-8104
- Original Message - 
From: "Brian Mays" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 4:34 PM
Subject: [Flashcoders] Card/Poker Game inquiry


Not being a programmer, I didn't really know where to start.
Hopefully you guys would be able to point me in the right direction.

One of our project managers is wondering what it would take to create
a poker game using Flash to place on our site.  They're open to the
possibility of licensing some technology I think.  I don't really know
what to tell him, but I know many of you have game building
experience.

Thanks so much!

Brian Mays
___
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] Card/Poker Game inquiry

2005-11-03 Thread Brian Mays
Not being a programmer, I didn't really know where to start. 
Hopefully you guys would be able to point me in the right direction.

One of our project managers is wondering what it would take to create
a poker game using Flash to place on our site.  They're open to the
possibility of licensing some technology I think.  I don't really know
what to tell him, but I know many of you have game building
experience.

Thanks so much!

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


Re: [Flashcoders] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Weyert de Boer

Hi
My experience is the opposite. The Dual 2.5 ghz G5 on my desk at work 
is barely faster than the AMD64 2800 at home. The G5 was crazy money, 
my AMD64 cost me £600.
Hmm, if I fill huge PSD file with a black-to-white gradient then 
PhotoShop on the mac is faster then on my pc. One of the reasons why I 
will do my DTP work on the Apple instead. Anyway Apple Powerbook G4 
should be nice to have, though. I am gonna buy some more memory for it 
when available. I currently got a Centrino 1.7ghz and a Powerbook G4. I 
think it's nice. Do you have experience with Mac and Windows license for 
Studio MX 2004?
Laptops are another issue though, I believe Apple laptops compare much 
better with PC laptops. Until of course you get into the desktop 
replacement laptops, which you can get with 3ghz+ CPUs in them 
now...Not to mention gigs of RAM and RAIDs...But I digress...


I do like Mac Mini's, I think they'd make a great little mac to have 
around.

___
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] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Kent Humphrey

Weyert de Boer wrote:

Hi!

I just ordered a new Powerbook G4 15" for the design work. My experience 
is that the Apple PowerPC are way faster in
graphics then a pc. 10-15secs for gradient fills. Hopefully the 
Powerbook G4 1.67ghz  is fast enough for the PhotoShop and Flash work.


My experience is the opposite. The Dual 2.5 ghz G5 on my desk at work is barely 
faster than the AMD64 2800 at home. The G5 was crazy money, my AMD64 cost me £600.


Laptops are another issue though, I believe Apple laptops compare much better 
with PC laptops. Until of course you get into the desktop replacement laptops, 
which you can get with 3ghz+ CPUs in them now...Not to mention gigs of RAM and 
RAIDs...But I digress...


I do like Mac Mini's, I think they'd make a great little mac to have around.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Alain Rousseau
Documentation about mxi file creation is inside Dreamweaver ... go 
figure ! You should also download Dreamweaver extensions that help you 
build your mxi file, there should be a little help file about how to do 
it. I am now at work, and all my notes on this are at home so this is 
the best I can do right now.


I have sucessfully installed help files for flash before, I'll get back 
at you when I've got all my files at hand.


Alain

eric dolecki wrote:


I get all the jazz about the customactions XML document - but can that file
be specified in an MXI file so when you install a component via MXP, it
installs the help as well?

Looking for documentation, not finding any yet.

e.dolecki
___
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] Help For Custom Components

2005-11-03 Thread eric dolecki
I get all the jazz about the customactions XML document - but can that file
be specified in an MXI file so when you install a component via MXP, it
installs the help as well?

Looking for documentation, not finding any yet.

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


Re: [Flashcoders] Cost of set interval

2005-11-03 Thread eric dolecki
Its a lot better than onEnterFrame thats for sure. How many intervals? Just
one? Go nuts.

e.dolecki

On 11/3/05, Judah Frangipane <[EMAIL PROTECTED]> wrote:
>
> Is there any noticable performance loss in using set interval? I've
> stayed away from them for years because I thought they might slow down
> an application but that was 5 years ago. I'm thinking of calling (to
> update) something every second. Maybe less maybe more. Any performance
> hit with watch?
>
> Thanks!
> Judah
> ___
> 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] Cost of set interval

2005-11-03 Thread Judah Frangipane
Is there any noticable performance loss in using set interval? I've 
stayed away from them for years because I thought they might slow down 
an application but that was 5 years ago. I'm thinking of calling (to 
update) something every second. Maybe less maybe more. Any performance 
hit with watch?


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


Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread Mike West

Will try that link—thanks all for the help.


On Nov 3, 2005, at 12:56 PM, Kevin Bowers wrote:


Hi,
Just found this link to a trial download for LiveMotion 2

http://www.download.com/Adobe-LiveMotion/3000-6676_4-10130362.html

Kev

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
West
Sent: 03 November 2005 16:10
To: Flashcoders mailing list
Subject: [Flashcoders] LiveMotion Woes

I have a client looking to edit several (100s) of files that were
created in LiveMotion by an animator and now are dropped on my door.
This is a long shot-but does anyone know of a converter to open the
original LiveMotion files in Flash? or any way to remove buttons and
actions?

Thanks,
Mike

___
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] LiveMotion Woes

2005-11-03 Thread Alias
ASV *might* be able to help you... I know it has a decompile/reassemble function

http://www.buraks.com/asv/

HTH,
Alias

On 11/3/05, Mike West <[EMAIL PROTECTED]> wrote:
> I have a client looking to edit several (100s) of files that were
> created in LiveMotion by an animator and now are dropped on my door.
> This is a long shot—but does anyone know of a converter to open the
> original LiveMotion files in Flash? or any way to remove buttons and
> actions?
>
> Thanks,
> Mike
>
> ___
> 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] LiveMotion Woes

2005-11-03 Thread Kevin Bowers
Hi, 
Just found this link to a trial download for LiveMotion 2

http://www.download.com/Adobe-LiveMotion/3000-6676_4-10130362.html 

Kev

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
West
Sent: 03 November 2005 16:10
To: Flashcoders mailing list
Subject: [Flashcoders] LiveMotion Woes

I have a client looking to edit several (100s) of files that were  
created in LiveMotion by an animator and now are dropped on my door.
This is a long shot-but does anyone know of a converter to open the  
original LiveMotion files in Flash? or any way to remove buttons and  
actions?

Thanks,
Mike

___
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 Yahoo Maps - how do they update the URL?

2005-11-03 Thread Rajat Paharia
Thanks guys! - rajat

On 11/3/05, JesterXL <[EMAIL PROTECTED]> wrote:
> Bunch of ways:
>
> http://www.quasimondo.com/archives/000570.php
>
> http://www.unfocus.com/Projects/FlashSuite/
>
> http://www.chakramedia.com/deeplink-backbutton/index.html
>
> - Original Message -
> From: "Rajat Paharia" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" 
> Sent: Thursday, November 03, 2005 1:39 AM
> Subject: [Flashcoders] Flash Yahoo Maps - how do they update the URL?
>
>
> When you're dragging the map around? - http://maps.yahoo.com/beta/index.php
>
> btw - this was supposedly all built with Flex:
> http://www.techcrunch.com/2005/11/02/new-yahoo-maps-shows-power-of-flash/
>
> - rajat
> --
> Rajat Paharia
> [EMAIL PROTECTED]
> http://www.bunchball.com
> http://www.rootburn.com
> ___
> 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
>


--
Rajat Paharia
[EMAIL PROTECTED]
http://www.bunchball.com
http://www.rootburn.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread eric dolecki
No converters from lm to fla. Do you have the SWFs at least?
Get a copy of lm2 and extract all the assets and rebuild. Or try ASV5. If no
SWFs, gotta get a copy of lm2 :/

e.dolecki

On 11/3/05, eric dolecki <[EMAIL PROTECTED]> wrote:
>
> I know someone who was an software engineer on LiveMotion 2... I'll ping
> him about it.
>
> e.dolecki
>
> On 11/3/05, John Dowdell <[EMAIL PROTECTED]> wrote:
> >
> > Mike West wrote:
> > > I have a client looking to edit several (100s) of files that were
> > > created in LiveMotion by an animator and now are dropped on my door.
> > > This is a long shot—but does anyone know of a converter to open the
> > > original LiveMotion files in Flash? or any way to remove buttons and
> > > actions?
> >
> > To my knowledge, the LiveMotion authoring files can only be opened in
> > LiveMotion. I think this was removed from the Adobe sales catalog awhile
> >
> > back, but may be available on eBay. (Just be sure to get a reputable
> > seller, so you're not executing instructions from strangers.)
> >
> > Other than that, one possibility may be to take their deliverable SWF,
> > and open these in a SWF decompiler, one by one, to remove the unwanted
> > interactivity. Anyone have a better idea here...?
> >
> > jd
> >
> >
> >
> >
> >
> > --
> > John Dowdell . Macromedia Developer Support . San Francisco CA USA
> > Weblog: http://www.macromedia.com/go/blog_jd
> > Aggregator: http://www.macromedia.com/go/weblogs
> > Technotes: http://www.macromedia.com/support/
> > Spam killed my private email -- public record is best, thanks.
> > ___
> > 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] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Weyert de Boer

Hi!

I just ordered a new Powerbook G4 15" for the design work. My experience 
is that the Apple PowerPC are way faster in
graphics then a pc. 10-15secs for gradient fills. Hopefully the 
Powerbook G4 1.67ghz  is fast enough for the PhotoShop and Flash work.


Anyway does anyone know how I can convince Macromedia to convert my 2nd 
studio copy from windows to osx? I don't really like to buy a new copy :(


Yours,
Weyert de Boer
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] What is the minimum size (in kb) for a flexapplication

2005-11-03 Thread JesterXL
Among other things, it provides API's for creating custom markers instead of 
that plain Red droplet thing Google Maps has.  You can create your own 
overlays like the default map dragger that it as at the top right.  Finally, 
there are controls which provide context called Widgets which are accessible 
from the map control panel.  All this provides the event infrastructure, map 
friendly API's and datatypes already coded for you.

...and all of the above integrates into the Flex framework, Flash framework, 
or your JavaScript framework.

Dude, I'm not even a map geek and that's awesome!  Does Google Maps have 
stuff like that?  I seroiusly don't know, never looked, that's why I'm 
asking.

- Original Message - 
From: "Eric Mauvière" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 2:34 PM
Subject: Re: [Flashcoders] What is the minimum size (in kb) for a 
flexapplication


Thank you Jesse,
your answer is very clear, as usual.
insanely awesome API ?
Well, i'd like to share your enthusiasm, i don't quite see significant
differences with Google maps,
except that with Yahoo it is slower...
I really love those Rich (designed for) Intranet Applications...

Eric

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 8:04 PM
Subject: Re: [Flashcoders] What is the minimum size (in kb) for
aflexapplication


> OMG, I sure you're criteria is more than that.  The Yahoo! Maps have an
> insanely awesome API that developers have put in there such as creating
> your
> own markers, overlays, and widgets as well as other crazy cool methods &
> GIS
> stuff.
>
> The minimum size of a Flex 1.5 Flash Player 7 SWF is 126kb; but that
> doesn't
> have any controls other than the base application classes.
>
> The Flex 1.5 framework is just that, a framework; it's not just a bunch of
> controls and widgets, but has support for creating applications within it,
> although, for larger applications, you're better off utizling an
> appcliation
> framework atop that such as ARP or Cairngorm.
>
> The YahooMap.swc itself is 339kb which is compiled into the file Flash or
> Flex SWF.  If you are looking for less filesize, Flash may be the way to
> go
> since you can choose what controls you use or not... or even the *gasp*
> AJAX/JavaScript inclusion so you are just using the 339kb map itself.
>
>
> - Original Message - 
> From: "Eric Mauvière" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" 
> Sent: Thursday, November 03, 2005 1:42 PM
> Subject: [Flashcoders] What is the minimum size (in kb) for a
> flexapplication
>
>
> I tried to evaluate code size in kb in both Google maps and Yahoo maps :
>
> Google maps : 170 kb (js file)
> Yahoo maps : 370 kb (mxml...swf files)
>
> I understand that Flex UI components are included in those 370 kb, but the
> difference is quite amazing.
>
> What is the minimum incompressible size for a Flex application (if this
> makes sense) ?
>
> Thanks by advance
>
> Eric
>
>
>
> ___
> 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] LiveMotion Woes

2005-11-03 Thread eric dolecki
I know someone who was an software engineer on LiveMotion 2... I'll ping him
about it.

e.dolecki

On 11/3/05, John Dowdell <[EMAIL PROTECTED]> wrote:
>
> Mike West wrote:
> > I have a client looking to edit several (100s) of files that were
> > created in LiveMotion by an animator and now are dropped on my door.
> > This is a long shot—but does anyone know of a converter to open the
> > original LiveMotion files in Flash? or any way to remove buttons and
> > actions?
>
> To my knowledge, the LiveMotion authoring files can only be opened in
> LiveMotion. I think this was removed from the Adobe sales catalog awhile
> back, but may be available on eBay. (Just be sure to get a reputable
> seller, so you're not executing instructions from strangers.)
>
> Other than that, one possibility may be to take their deliverable SWF,
> and open these in a SWF decompiler, one by one, to remove the unwanted
> interactivity. Anyone have a better idea here...?
>
> jd
>
>
>
>
>
> --
> John Dowdell . Macromedia Developer Support . San Francisco CA USA
> Weblog: http://www.macromedia.com/go/blog_jd
> Aggregator: http://www.macromedia.com/go/weblogs
> Technotes: http://www.macromedia.com/support/
> Spam killed my private email -- public record is best, thanks.
> ___
> 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] What is the minimum size (in kb) for a flex application

2005-11-03 Thread Eric Mauvière

Thank you Jesse,
your answer is very clear, as usual.
insanely awesome API ?
Well, i'd like to share your enthusiasm, i don't quite see significant 
differences with Google maps,

except that with Yahoo it is slower...
I really love those Rich (designed for) Intranet Applications...

Eric

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 8:04 PM
Subject: Re: [Flashcoders] What is the minimum size (in kb) for 
aflexapplication




OMG, I sure you're criteria is more than that.  The Yahoo! Maps have an
insanely awesome API that developers have put in there such as creating 
your
own markers, overlays, and widgets as well as other crazy cool methods & 
GIS

stuff.

The minimum size of a Flex 1.5 Flash Player 7 SWF is 126kb; but that 
doesn't

have any controls other than the base application classes.

The Flex 1.5 framework is just that, a framework; it's not just a bunch of
controls and widgets, but has support for creating applications within it,
although, for larger applications, you're better off utizling an 
appcliation

framework atop that such as ARP or Cairngorm.

The YahooMap.swc itself is 339kb which is compiled into the file Flash or
Flex SWF.  If you are looking for less filesize, Flash may be the way to 
go

since you can choose what controls you use or not... or even the *gasp*
AJAX/JavaScript inclusion so you are just using the 339kb map itself.


- Original Message - 
From: "Eric Mauvière" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 1:42 PM
Subject: [Flashcoders] What is the minimum size (in kb) for a
flexapplication


I tried to evaluate code size in kb in both Google maps and Yahoo maps :

Google maps : 170 kb (js file)
Yahoo maps : 370 kb (mxml...swf files)

I understand that Flex UI components are included in those 370 kb, but the
difference is quite amazing.

What is the minimum incompressible size for a Flex application (if this
makes sense) ?

Thanks by advance

Eric



___
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] LiveMotion Woes

2005-11-03 Thread John Dowdell

Mike West wrote:
I have a client looking to edit several (100s) of files that were  
created in LiveMotion by an animator and now are dropped on my door.
This is a long shot—but does anyone know of a converter to open the  
original LiveMotion files in Flash? or any way to remove buttons and  
actions?


To my knowledge, the LiveMotion authoring files can only be opened in 
LiveMotion. I think this was removed from the Adobe sales catalog awhile 
back, but may be available on eBay. (Just be sure to get a reputable 
seller, so you're not executing instructions from strangers.)


Other than that, one possibility may be to take their deliverable SWF, 
and open these in a SWF decompiler, one by one, to remove the unwanted 
interactivity. Anyone have a better idea here...?


jd





--
John Dowdell . Macromedia Developer Support . San Francisco CA USA
Weblog: http://www.macromedia.com/go/blog_jd
Aggregator: http://www.macromedia.com/go/weblogs
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] What is the minimum size (in kb) foraflexapplication

2005-11-03 Thread JesterXL
You are so damn competitive Scott, haha, I love it!  Ok, hold...

:: goes to look ::

Ok, the Flex 1.5 mx.swc is 1,117kb; so about 1 meg.  Including all controls, 
charting components, formatters, effects, validation, assets, etc. that's 
what's in there.

:: goes to try to add all classes ::

I doubt I got everything, but tried.  Final size:

345kb

I used every tag that's available via the tabs; there may be some other 
classes that I didn't use, but not many that's for sure.

- Original Message - 
From: "Scott Hyndman" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 2:11 PM
Subject: RE: [Flashcoders] What is the minimum size (in kb) 
foraflexapplication


Out of interest, what's the largest possible size of a Flex 1.5 app 
containing all controls?

Scott


-Original Message-
From: [EMAIL PROTECTED] on behalf of JesterXL
Sent: Thu 11/3/2005 2:04 PM
To: Flashcoders mailing list
Cc:
Subject: Re: [Flashcoders] What is the minimum size (in kb) for 
aflexapplication
OMG, I sure you're criteria is more than that.  The Yahoo! Maps have an
insanely awesome API that developers have put in there such as creating your
own markers, overlays, and widgets as well as other crazy cool methods & GIS
stuff.

The minimum size of a Flex 1.5 Flash Player 7 SWF is 126kb; but that doesn't
have any controls other than the base application classes.

The Flex 1.5 framework is just that, a framework; it's not just a bunch of
controls and widgets, but has support for creating applications within it,
although, for larger applications, you're better off utizling an appcliation
framework atop that such as ARP or Cairngorm.

The YahooMap.swc itself is 339kb which is compiled into the file Flash or
Flex SWF.  If you are looking for less filesize, Flash may be the way to go
since you can choose what controls you use or not... or even the *gasp*
AJAX/JavaScript inclusion so you are just using the 339kb map itself.


- Original Message - 
From: "Eric Mauvière" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 1:42 PM
Subject: [Flashcoders] What is the minimum size (in kb) for a
flexapplication


I tried to evaluate code size in kb in both Google maps and Yahoo maps :

Google maps : 170 kb (js file)
Yahoo maps : 370 kb (mxml...swf files)

I understand that Flex UI components are included in those 370 kb, but the
difference is quite amazing.

What is the minimum incompressible size for a Flex application (if this
makes sense) ?

Thanks by advance

Eric



___
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


[Flashcoders] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Count Schemula
Just an FYI...

A long time Mac user, I switched from doing my artwork (PShop, After
Effects, 3d, etc) on Macs to using PC.

I like OSX ok though, and got a Mac Mini, but I really don't use it
for much, it's not fast enough to actually use to work on as a
workstation. It replaced my dual G5.

One day though, I started messing with it... and, well, Apache is
built in. I installed mySQL and PHP. Then I installed the new
ColdFusion 7.1 with the new Mac installer. I put yourSQL on it to
admin the mySQL, and it's very nice.

Works great. It's small, makes no noise and give off little heat.

I'm about to shut down my made from scrap parts PIII500 computer that
I have been using as a dev server.

Just an idea for you developer types. Used and refurb Minis are out there.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] What is the minimum size (in kb) for aflexapplication

2005-11-03 Thread Scott Hyndman
Out of interest, what's the largest possible size of a Flex 1.5 app containing 
all controls?

Scott


-Original Message-
From:   [EMAIL PROTECTED] on behalf of JesterXL
Sent:   Thu 11/3/2005 2:04 PM
To: Flashcoders mailing list
Cc: 
Subject:Re: [Flashcoders] What is the minimum size (in kb) for 
aflexapplication
OMG, I sure you're criteria is more than that.  The Yahoo! Maps have an 
insanely awesome API that developers have put in there such as creating your 
own markers, overlays, and widgets as well as other crazy cool methods & GIS 
stuff.

The minimum size of a Flex 1.5 Flash Player 7 SWF is 126kb; but that doesn't 
have any controls other than the base application classes.

The Flex 1.5 framework is just that, a framework; it's not just a bunch of 
controls and widgets, but has support for creating applications within it, 
although, for larger applications, you're better off utizling an appcliation 
framework atop that such as ARP or Cairngorm.

The YahooMap.swc itself is 339kb which is compiled into the file Flash or 
Flex SWF.  If you are looking for less filesize, Flash may be the way to go 
since you can choose what controls you use or not... or even the *gasp* 
AJAX/JavaScript inclusion so you are just using the 339kb map itself.


- Original Message - 
From: "Eric Mauvière" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 1:42 PM
Subject: [Flashcoders] What is the minimum size (in kb) for a 
flexapplication


I tried to evaluate code size in kb in both Google maps and Yahoo maps :

Google maps : 170 kb (js file)
Yahoo maps : 370 kb (mxml...swf files)

I understand that Flex UI components are included in those 370 kb, but the
difference is quite amazing.

What is the minimum incompressible size for a Flex application (if this
makes sense) ?

Thanks by advance

Eric



___
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] What is the minimum size (in kb) for a flexapplication

2005-11-03 Thread JesterXL
OMG, I sure you're criteria is more than that.  The Yahoo! Maps have an 
insanely awesome API that developers have put in there such as creating your 
own markers, overlays, and widgets as well as other crazy cool methods & GIS 
stuff.

The minimum size of a Flex 1.5 Flash Player 7 SWF is 126kb; but that doesn't 
have any controls other than the base application classes.

The Flex 1.5 framework is just that, a framework; it's not just a bunch of 
controls and widgets, but has support for creating applications within it, 
although, for larger applications, you're better off utizling an appcliation 
framework atop that such as ARP or Cairngorm.

The YahooMap.swc itself is 339kb which is compiled into the file Flash or 
Flex SWF.  If you are looking for less filesize, Flash may be the way to go 
since you can choose what controls you use or not... or even the *gasp* 
AJAX/JavaScript inclusion so you are just using the 339kb map itself.


- Original Message - 
From: "Eric Mauvière" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 1:42 PM
Subject: [Flashcoders] What is the minimum size (in kb) for a 
flexapplication


I tried to evaluate code size in kb in both Google maps and Yahoo maps :

Google maps : 170 kb (js file)
Yahoo maps : 370 kb (mxml...swf files)

I understand that Flex UI components are included in those 370 kb, but the
difference is quite amazing.

What is the minimum incompressible size for a Flex application (if this
makes sense) ?

Thanks by advance

Eric



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

2005-11-03 Thread 8ball Developer
Thank you all for your response.

On 11/2/05, Jordan Snyder <[EMAIL PROTECTED]> wrote:
>
> Martin is correct about Flash requiring FCS to stream MP3s. Flash can
> either
> pick up an MP3 from the server's filesystem, or connect to FCS to pick up
> a
> stream of MP3 information.
> He's also correct about Flash8 binary sockets and connecting to databases
> directly. I'm sure someone will dig into the socket level RDBMS specs for
> various servers and create connection classes for them, at some point in
> the
> future. But for the time being (which is what matters most), you DO have
> to
> have some sort of middleware, as Judah stated, and as you probably already
> know.
> Cheers
>
> On 11/2/05, Judah Frangipane <[EMAIL PROTECTED]> wrote:
> >
> > To stream an mp3 all you need is a path to the file. The flash player
> > will handle the streaming.
> >
> > For database interaction all you need is flash remoting. It is one of my
> > favorite features of flash. It ROCKS! You can check out the free
> > amfphp.com   or the commercial
> versions for asp.net ,
> > cold fusion, etc. We
> > have been using both and it makes it very easy to connect to a database.
> > You do need to know the related server-side technology (php, asp,
> > asp.net  , cf, etc) to use it.
> >
> > Judah
> >
> > 8ball Developer wrote:
> >
> > >>>1. Can flash play audio streamed from Helix (Real Server)?
> > >>>
> > >>>
> > >>flash streams mp3. thats all. (why it doesnt do ogg, i dont know.. :)
> > >>
> > >>
> > >
> > > Sorry. I meant to say: can a flash player, play mp3 streamed from
> Helix?
> > Or
> > >does it have to come From Flash comm?
> > >___
> > >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
> >
>
>
>
> --
> Jordan Snyder
> Applications Developer
> ImageAction, USA
> http://www.imageaction.com
> ___
> 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] What is the minimum size (in kb) for a flex application

2005-11-03 Thread Eric Mauvière

I tried to evaluate code size in kb in both Google maps and Yahoo maps :

Google maps : 170 kb (js file)
Yahoo maps : 370 kb (mxml...swf files)

I understand that Flex UI components are included in those 370 kb, but the 
difference is quite amazing.


What is the minimum incompressible size for a Flex application (if this 
makes sense) ?


Thanks by advance

Eric



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


Re: [Flashcoders] Preloading locally

2005-11-03 Thread Count Schemula
I would think for CD or Hard Drive, you could just stuff everything
into the main movie, within reason of course. Then when the Flash
movie is opened, all assets are loaded.

If you have a lot of video, just load it from the CD or Hard Drive,
there should be plenty of "bandwidth."

The only real reason to load things as needed is bandwidth and loading concerns.

I still try to do good designs, but part of me feels that if you have
a 800x600 computer with 128MB of RAM... you are used to things not
working.

On 11/3/05, Maximilian Reuss <[EMAIL PROTECTED]> wrote:
> As far as i know, local preloading doesn't work.
>
> You have to check the memory usage of your flash projector if it
> climbs up after each load. From my cd projects, it goes up.
> Before each load you need to unload your previous loaded swf each time to be 
> safe.
>
> regards,
> max
>
>
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.362 / Virus Database: 267.12.7/159 - Release Date: 02.11.2005
>
> ___
> 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] RE:txtNews.selectable = false NOT taking SOLVED

2005-11-03 Thread Miles Thompson

Very nice!!
Thanks - Miles

At 02:16 PM 11/3/2005, you wrote:

Miles -

To see all objects contained within a component use the code below.

for(var j in demo_txtarea) {
 trace("J IS " + j);
}

// demo_txtarea is the component instance

-  glad everything is all worked out!

-- Drue
Skyymap, Inc.

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

2005-11-03 Thread grant
If you get a better definition on activated...  If you have a page on the 
server that requires a certificate to be provided by the client the web browser 
will auto-accept valid certficates from major certificate signers (Thawte, 
Versign etc..).  If the certificate is expired or invalid or the URL doesn't 
match it the customer will be informed by the web browser and have the option 
to proceed or not.

Do you need more functionality than this ?

Grant

- Original Message -
From: Fruber Malcome [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: 11/3/05 12:17 PM
Subject: RE: [Flashcoders] certificates

> Without putting too much thought into it - sounds like you could build a
> component that executes a java command and then stops, and the java shell
> that received the command would make a call back into the flash component
> for the result. Same theory applies to C#.NET.
> 
> So doing a google on verifying certificates using Java will go a long way as
> well.
> 
> Thanks - Fruber
>  
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of PR Durand
> Sent: Thursday, November 03, 2005 6:41 AM
> To: Flashcoders mailing list
> Subject: [Flashcoders] certificates
> 
> Hi list!
> is everyone ok? (don't answer all, I just hope so ;)
> 
> I have to verify from flash if a specified certificate is "activated" (I
> don't know the exact term cause I don't know certificates and it will be
> made by someone else, but I mean that before the website is launched, a
> condition has been verified and the certificate is correct, activated,
> created...etc).
> so I'd like to know if it's possible to acces the certificates from Flash
> and what is the way for this.
> 
> Any ideas, links about certificates functioning in general are welcome too.
> 
> thanks a lot!
> 
> PR
> ___
> 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] Customer maps/mapquest ?

2005-11-03 Thread grant
yeah they have linkfree which I just found, this is what I was really looking 
for..

thanks :)

grant

- Original Message -
From: Nathan Kirby [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: 11/3/05 1:09 PM
Subject: RE: [Flashcoders] Customer maps/mapquest ?

> 5K a year is cheap when you consider the cost of not only hardware but the
> data(up to date) and software to do the deed. You could use a simple html
> form and just use a pop and supply the arguments needed to the mapquest
> page. Not 100% sure if that's okay or not, But would assume that since the
> use is going to there site, its just like they typed in the data.
> ___
> 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] RE:txtNews.selectable = false NOT taking SOLVED

2005-11-03 Thread drue . armstrong
Miles -

To see all objects contained within a component use the code below.

for(var j in demo_txtarea) {
 trace("J IS " + j);
}

// demo_txtarea is the component instance

-  glad everything is all worked out!

-- Drue
Skyymap, Inc.

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


RE: [Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread Nathan Kirby
5K a year is cheap when you consider the cost of not only hardware but the
data(up to date) and software to do the deed. You could use a simple html
form and just use a pop and supply the arguments needed to the mapquest
page. Not 100% sure if that's okay or not, But would assume that since the
use is going to there site, its just like they typed in the data.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] How to draw a copy of a curve?

2005-11-03 Thread Jon Bradley

On Nov 3, 2005, at 12:44 PM, Gregory_GOusable wrote:


Unfortunately, this is not appropriate for me :-( .
Also, I've just found the answer (negative) here:
http://www.faqs.org/faqs/graphics/algorithms-faq/

Thanks to all who tried to help.


You mean to draw a parallel curve? Not with bezier, but with cubic 
curves you can - and you can approximate a cubic curve with a set of 
bezier curves, so the result is close enough ( <<<1pixel difference 
from original curve normal).


As you were checking the graphics gem FAQ, I don't think you worded 
your question accurate enough for people here to help out.  Maybe 
rephrasing what you are looking for may lead to better responses?


cheers,

jon

Jon Bradley
http://www.magicsnacks.com/shiftedpixels

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


Re: [Flashcoders] How to draw a copy of a curve?

2005-11-03 Thread Gregory_GOusable

>Mike Mountain wrote:
>Draw your curve in a package that supports SVG then use a script to
>convert that to the drawing API - Helen Triolo had one on her
>Actionscript Toolbox site but I can find it now.

Unfortunately, this is not appropriate for me :-( .
Also, I've just found the answer (negative) here:
http://www.faqs.org/faqs/graphics/algorithms-faq/

Thanks to all who tried to help.

-- 
Best regards,
 Gregory_GOusable

http://GOusable.com
Flash components development.
Usability services.


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


RE: [Flashcoders] certificates

2005-11-03 Thread Fruber Malcome
Without putting too much thought into it - sounds like you could build a
component that executes a java command and then stops, and the java shell
that received the command would make a call back into the flash component
for the result. Same theory applies to C#.NET.

So doing a google on verifying certificates using Java will go a long way as
well.

Thanks - Fruber
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of PR Durand
Sent: Thursday, November 03, 2005 6:41 AM
To: Flashcoders mailing list
Subject: [Flashcoders] certificates

Hi list!
is everyone ok? (don't answer all, I just hope so ;)

I have to verify from flash if a specified certificate is "activated" (I
don't know the exact term cause I don't know certificates and it will be
made by someone else, but I mean that before the website is launched, a
condition has been verified and the certificate is correct, activated,
created...etc).
so I'd like to know if it's possible to acces the certificates from Flash
and what is the way for this.

Any ideas, links about certificates functioning in general are welcome too.

thanks a lot!

PR
___
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] lightbulb motion

2005-11-03 Thread Corban Baxter
You guys r0xors.. pressh.

Corban Baxter  |  rich media designer  |  www.funimation.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, November 03, 2005 2:56 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] lightbulb motion

http://www.thesundancekid.net/code/pendel/index.html
http://www.thesundancekid.net/code/cloth/index.html

fps is set too low (for some reason i can't remember now) which is why 
the movement looks a bit jerky.

unfortunately i don't have the fla:s here in london but i built the code 
around a white paper from one of the coders who worked on the game 
"Hitman". it was real easy to follow and if you just google for "verlet" 
"hitman" and perhaps something else, i'm sure you can find it too. i 
created a class around it in javascript a couple of years back and then 
later converted that to flash.

/andreas

Corban Baxter wrote:
> Hey guys I am trying to create an effect as if a light bulb is swaying from a 
> string in the ceiling. Anyone know what the best approach would be to do 
> something like this?
> 
> Corban Baxter  |  rich media designer  |  www.funimation.com
> 
> 
> ___
> 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] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
Not quite - if you try the script I posted it doesn't update the library
view with the linkage names until you click on them - even though it's
done it's mojo.

M

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Muzak
> Sent: 03 November 2005 16:19
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] Batch linkage jsfl command
> 
> You mean as in deselecting the lib symbols?
> 
> var lib = fl.getDocumentDOM().library;
> lib.selectNone();
> 
> Or you could display an alert dialog:
> 
> alert("Linkage ID's set");
> 
> regards,
> Muzak
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] chaining flvs to appear seamless.

2005-11-03 Thread Matt Ganz
hi.

i have a website with a video host who walks you thru all the sections
of the site.

currently, we are using 50 external flv files. each one weighs around 1mb.

every time the video host moves, we switch to another flv. why?
because the background changes and we need to throw the new one in.

we want to make it as seamless as possible so the user doesn't see
we're loading in new flvs whenever the video host moves.

but i just did a test trying to see how quickly i can switch between 3
of these flv files where i reset the flv via setMedia() and then
invoked play() ( i'm using the media display component ).

each new video needed between 1-2 seconds before it started again.

has anyone attempted s/thing like this before? what solutions should i
be looking for or how can i restructure my project to get around this
problem?

any tips are very much appreciated. thank you. -- matt.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread JesterXL
Hahah!  OMG dude... I am SOOO buying you a beer at the next get together.
So, so sorry to hear about that.  Don't know of one off-hand.

:: googles ::

Hrm... nothing on the first 3 pages... sorry.

- Original Message - 
From: "Mike West" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 11:09 AM
Subject: [Flashcoders] LiveMotion Woes


I have a client looking to edit several (100s) of files that were
created in LiveMotion by an animator and now are dropped on my door.
This is a long shot—but does anyone know of a converter to open the
original LiveMotion files in Flash? or any way to remove buttons and
actions?

Thanks,
Mike

___
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] Customer maps/mapquest ?

2005-11-03 Thread Jeff Small
Does Flashmaps do that? (flashmaps.com)


On 3 Nov 2005 16:03:07 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I need to provide a client with the ability for the customers to have driving 
> directions from their home to one of the clients 10 locations.  The map can 
> be html or flash based and the driving directions are really the key part.
>
> I looked at mapquest who provides a webservice, however their site advantage 
> API is $5k per year which seem pretty damn high for what I need.
>
> The use case would be.
>
> Customer clicks location they want to visit, customer types their address in 
> and then clicks get directions, the system displays directions.  This would 
> be almost the same as what we do manually when you visit mapquest as a 
> consumer other than the fact we pre-populate the ending address.
>
> I can't find if mapquest has a free webservice for getting directions or 
> something lower in cost.
>
> Grant
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread JesterXL
Yahoo! just started this:
http://maps.yahoo.com/beta/#trf=0

Developer info:
http://ws1.inf.scd.yahoo.com/maps/index.html

I'm pretty sure you can get directions and just host this in your site. 
Check the license though, still haven't read it.

- Original Message - 
From: <[EMAIL PROTECTED]>
To: 
Sent: Thursday, November 03, 2005 11:03 AM
Subject: [Flashcoders] Customer maps/mapquest ?



I need to provide a client with the ability for the customers to have 
driving directions from their home to one of the clients 10 locations.  The 
map can be html or flash based and the driving directions are really the key 
part.

I looked at mapquest who provides a webservice, however their site advantage 
API is $5k per year which seem pretty damn high for what I need.

The use case would be.

Customer clicks location they want to visit, customer types their address in 
and then clicks get directions, the system displays directions.  This would 
be almost the same as what we do manually when you visit mapquest as a 
consumer other than the fact we pre-populate the ending address.

I can't find if mapquest has a free webservice for getting directions or 
something lower in cost.

Grant
___
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] Customer maps/mapquest ?

2005-11-03 Thread Merrill, Jason
>>I need to provide a client with the ability for the customers to have
driving
>>directions from their home to one of the clients 10 locations.  The
map can be
>>html or flash based and the driving directions are really the key
part.
>>
>>I looked at mapquest who provides a webservice, however their site
advantage
>>API is $5k per year which seem pretty damn high for what I need.
>>
>>I can't find if mapquest has a free webservice for getting directions
or something
>>lower in cost.


Check out the new Yahoo maps built with Flex:
http://www.techcrunch.com/2005/11/02/new-yahoo-maps-shows-power-of-flash
/ 
 
Jesse just posted this reply regarding this app on Flexcoders - read the
thread:

"Keep in mind, Yahoo! is one of the few large companies that publicly
hosts a 
crossdomain.xml file to allow Flash developers to access their
webservice 
API's.  Flex doesn't really need this if you use the server as a proxy,
but 
they have a plethora of API's they have been pushing for awhile.

However, it really makes developers take you seriously when you deploy 
applications that utilize some of those very services you are offering.

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, November 03, 2005 9:57 AM
Subject: Re: [flexcoders] Yahoo Maps Example


The SWC file is great, the way it's written is blasphemy; I agree it
should
be changed, and damn quick before the blogsphere picks it up full steam.

- Original Message - 
From: "Robert Thompson" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, November 03, 2005 9:53 AM
Subject: Re: [flexcoders] Yahoo Maps Example


Thanks Jester!

It's obvious of course as has been said that Flash
Player is used for presentation of Flex -- still the
SWC as you say and I agree, is a big mistake as it can
cause "shock" :-/

Besides this mistake though, seems Yahoo is starting
to get it's act together in working with developers;
i'm sure to compete with Google.

I really see huge things for Web Services and Flex in
the next 1-3 yearswith the smooth performance of
Flash 8 Video, I just have to believe it's possible to
do one-up on DirectX and create a unifying OSX WINXP
3D model that is xml tag based in description of
object, environments, etc.  If this issue is somewhere
in there, the sky's the limit (as long as the
corp.anality stays out; but w/ the nice change in
reasonable deployment model for Flex2 I see good
things only).

--- JesterXL <[EMAIL PROTECTED]> wrote:

> For those who want to see a quick example, you can
> download the SWC
> (stupidly called Shockave control on the site,
> that's where the confusion
> came in), and use this code.  Keep in mind the
> sliders are NOT BACKWARDS!
> Since I'm not a map geek, this was my first lesson
> in latitude & longitude
> as applied to map movements.
>
> --JesterXL





Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com









NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Muzak
You mean as in deselecting the lib symbols?

var lib = fl.getDocumentDOM().library;
lib.selectNone();

Or you could display an alert dialog:

alert("Linkage ID's set");

regards,
Muzak

- Original Message - 
From: "Mike Mountain" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 4:48 PM
Subject: RE: [Flashcoders] Batch linkage jsfl command



> Enabling the Export for ActionScript option automatically
> sets the linkage ID to the name (without path) of the symbol.
> So setting the linkageIdentifier isn't really required.
>
> Just a FYI :-)
>

As per my example, no looping required...wonder if there's a way to
refresh the library though so you know the changes have happened.

M


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


[Flashcoders] LiveMotion Woes

2005-11-03 Thread Mike West
I have a client looking to edit several (100s) of files that were  
created in LiveMotion by an animator and now are dropped on my door.
This is a long shot—but does anyone know of a converter to open the  
original LiveMotion files in Flash? or any way to remove buttons and  
actions?


Thanks,
Mike

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


RE: [Flashcoders] change icon

2005-11-03 Thread Merrill, Jason
>>what about mac application? (change the icon)

Just now, a quick search using Google for "Mac icon editor" turned up
several results.

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com





NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] change icon

2005-11-03 Thread Derek Vadneau
"what about mac application? (change the icon)"

You only asked about .exe applications so I assumed you meant just for 
Windows.

Some of the Icon editors can change the icons of applications, but I'm not 
sure if they are limited to Windows or not, in that respect.


Derek Vadneau


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


[Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread grant

I need to provide a client with the ability for the customers to have driving 
directions from their home to one of the clients 10 locations.  The map can be 
html or flash based and the driving directions are really the key part.

I looked at mapquest who provides a webservice, however their site advantage 
API is $5k per year which seem pretty damn high for what I need.  

The use case would be.

Customer clicks location they want to visit, customer types their address in 
and then clicks get directions, the system displays directions.  This would be 
almost the same as what we do manually when you visit mapquest as a consumer 
other than the fact we pre-populate the ending address.

I can't find if mapquest has a free webservice for getting directions or 
something lower in cost.

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


Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault
I'll put a system in place and pass the information to the other (???) 
developpers (I'm working in a stange place where nobody talks to each other)


Mike Mountain wrote:


You'll have no knowledge of which clips are on stage at all?

You'd have to do a 'for in' loop build up an array of mc's on the stage and 
hitTest against em.

 


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of Éric Thibault

Sent: 03 November 2005 15:55
To: Flashcoders mailing list
Subject: Re: [Flashcoders] passing mouse event

OK but how do I know all instances on the stage, in nested MC's ?

I'm not developping that part of the project
   


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

 




--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad 

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


RE: [Flashcoders] Different font sizes in Tree Component

2005-11-03 Thread Claudia Barnal

Thanks Mark,

I'll have a look at you files now :)

Claudia


Hi Claudia,

   You can do a lot with formatting in a tree component with 
cellRenderers.

Please see

http://www.tc.umn.edu/~mulho005/trees3.html   for examples.  The relevant 
files

are at

http://www.tc.umn.edu/~mulho005/trees3.zip

Mark
Minneapolis, Minnesota


_
MSN Messenger 7.5 is now out. Download it for FREE here. 
http://messenger.msn.co.uk


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


RE: [Flashcoders] passing mouse event

2005-11-03 Thread Mike Mountain
You'll have no knowledge of which clips are on stage at all?

You'd have to do a 'for in' loop build up an array of mc's on the stage and 
hitTest against em.

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Éric Thibault
> Sent: 03 November 2005 15:55
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] passing mouse event
> 
> OK but how do I know all instances on the stage, in nested MC's ?
> 
> I'm not developping that part of the project
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault

OK but how do I know all instances on the stage, in nested MC's ?

I'm not developping that part of the project

HELP!  :'(

Mike Mountain wrote:

I dont want to do hittests for each object on the screen 
inside an onEnterFrame! 
   



Do it on an onMouseMove.

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

 




--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad 

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


Re: [Flashcoders] change icon

2005-11-03 Thread Spiros Gerokostas

Derek Vadneau wrote:

Of course check out the third party tools, as mentioned by Maximillian, 
since they have a lot of functionality.  But if all you need to do is 
replace the icon here is another free alternative:

ResHacker
http://www.angusj.com/resourcehacker/

Simply drag an EXE on the tool and select Actions > Replace Icon.  Select 
the icon and click File > Save.



Derek Vadneau
Northcode Inc.
http://www.northcode.com

- Original Message - 
From: "Spiros Gerokostas" <[EMAIL PROTECTED]>

To: "'Flashcoders mailing list'" 
Sent: Thursday, November 03, 2005 9:59 AM
Subject: [Flashcoders] change icon


Hi,

It is possible to change the icon of an .exe flash application to a
custom icon?

//Spiros Gerokostas


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

 


what about mac application? (change the icon)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] passing mouse event

2005-11-03 Thread Mike Mountain

> I dont want to do hittests for each object on the screen 
> inside an onEnterFrame! 

Do it on an onMouseMove.

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


RE: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain

> Enabling the Export for ActionScript option automatically 
> sets the linkage ID to the name (without path) of the symbol.
> So setting the linkageIdentifier isn't really required.
> 
> Just a FYI :-)
> 

As per my example, no looping required...wonder if there's a way to
refresh the library though so you know the changes have happened.

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


Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Muzak
Enabling the Export for ActionScript option automatically sets the linkage ID 
to the name (without path) of the symbol.
So setting the linkageIdentifier isn't really required.

Just a FYI :-)

regards,
Muzak

- Original Message - 
From: "Christophe Herreman" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, November 03, 2005 4:09 PM
Subject: Re: [Flashcoders] Batch linkage jsfl command


> Thx all,
>
> I altered this version to only assign the name of the item and not the full 
> path.
>
> var selItems = fl.getDocumentDOM().library.getSelectedItems();
>
> for(var i=0; iselItems[i].linkageExportForAS = true;
>selItems[i].linkageIdentifier = selItems[i].name.split("/").pop();
> }
>
> regards,
> Christophe
>


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


RE: [Flashcoders] change icon

2005-11-03 Thread Merrill, Jason
Just an opinion, but given what icon editors you can get for free or
cheap, those are expensive options if all he wants to do is change the
icon.  

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com










>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Maximilian Reuss
>>Sent: Thursday, November 03, 2005 10:12 AM
>>To: Flashcoders mailing list
>>Subject: Re: [Flashcoders] change icon
>>
>>Take a look at these swf2exe tools:
>>
>>swfstudio3 www.northcode.com
>>screenweaver http://www.osflash.org/screenweaver
>>zinc http://www.multidmedia.com/software/zinc/
>>
>>regards,
>>max
>>
>>
>>
>>--
>>No virus found in this outgoing message.
>>Checked by AVG Free Edition.
>>Version: 7.1.362 / Virus Database: 267.12.7/159 - Release Date:
02.11.2005
>>
>>___
>>Flashcoders mailing list
>>Flashcoders@chattyfig.figleaf.com
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault

I can't do that!

The application I'm working on will have about 10 draggable objects on 
the screen (components).  I have mostly no idea what will be added to 
the rest of the animation but the rollover of that added stuff must 
still work even when my about 10 objects are dragged over them!


What I need is to know what objet instances the draggable objet is over 
to trigger the rollover of those  instances (under).


I dont want to do hittests for each object on the screen inside an 
onEnterFrame!  There must be something that informs a draggable objet 
over what it is!?!


Thanks!


Scott Hyndman wrote:


So why don't you drop it then immediately start dragging it again?

Scott


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Éric Thibault
Sent:   Thu 11/3/2005 9:30 AM
To: Flashcoders mailing list
Cc: 
Subject:Re: [Flashcoders] passing mouse event
Thanks

I've tried it with no success because the droptarget property is only 
initialised once the dragged mc is droped!  Is there another property 
that can say over wich instance the dragged mc is?


Thanks a million!

elibol wrote:

 


Hi Eric,

Maybe a more optimized solution would be to have an onMouseMove event on the
movieclip that is being dragged, which would be activated when the movieclip
is dragged, that would run eval on the clips _droptarget property for each
onMouseMove event. Each target could have a distinguishing public property
that would be evaluated with the hitTest that would serve as the exception
for triggering the onRollOver function. The dragging clip would also do a
onRollOut trigger on the last clip it was over once the clip is no longer
over the target.

I tested this:

var lastMC:MovieClip;

function onPress(){
this.startDrag();
onMouseMove = runOnMouseMove;
}

function runOnMouseMove(){
var t = eval(this._droptarget);
trace(t);
if(t!=lastMC){
if(lastMC.isTarget){
lastMC.onRollOut();
lastMC = undefined;
}
if(t.isTarget){
lastMC = t;
t.onRollOver();
}
}
}

function onRelease(){
this.stopDrag();
onMouseMove = undefined;
}

onReleaseOutside = onRelease;


Good luck,

H


On 11/2/05, Éric Thibault <[EMAIL PROTECTED]> wrote:


   


Hi all!

I have an application that uses startdrag events.

My problem is that I have about 20 targets with rollover events (each
hilighting a different portion of a radiography). When I drag an MC
over those targerts, the rollover dont get triggered! Is there a way to
pass the mouse event under my dragged MC to trigger my rollovers? To
temporary solve this (an get a demo working) I've put en onenterframe
inside each of my targets that checkes if the mouse is over them!

There must be a better way to do that!

Thanks a million! :-)

--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality /
Advertencia de confidencialidad <
http://www.rec.ulaval.ca/lce/securite/confidentialite.htm>

___
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
 




--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad 

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


Re: [Flashcoders] change icon

2005-11-03 Thread Derek Vadneau
Of course check out the third party tools, as mentioned by Maximillian, 
since they have a lot of functionality.  But if all you need to do is 
replace the icon here is another free alternative:
ResHacker
http://www.angusj.com/resourcehacker/

Simply drag an EXE on the tool and select Actions > Replace Icon.  Select 
the icon and click File > Save.


Derek Vadneau
Northcode Inc.
http://www.northcode.com

- Original Message - 
From: "Spiros Gerokostas" <[EMAIL PROTECTED]>
To: "'Flashcoders mailing list'" 
Sent: Thursday, November 03, 2005 9:59 AM
Subject: [Flashcoders] change icon


Hi,

It is possible to change the icon of an .exe flash application to a
custom icon?

//Spiros Gerokostas


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


Re: [Flashcoders] [OT] light mac AS2 text editor

2005-11-03 Thread Evan


	The new testing version of SEPY is pretty good, it still crashes now 
and then but it's only about once or twice a week for me so I can live 
with that (both on a 1.4GHz iBook and a dual 1.8GHz G5).


http://www.sephiroth.it/_temp/SEPY_1.0.7.4.dmg


If you're working with other developers on a project definitely 
check out SubEthaEdit, it's collaboration tools are fantastic. It 
doesn't support auto complete but it does do syntax highlighting for AS2.


-Evan


eric dolecki wrote:

TextMate, SubEthaEdit, TextWrangler. Smultron could be okay if they ever
optimized it.

e.d.
___
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] Different font sizes in Tree Component

2005-11-03 Thread Mark Mulhollam
Hi Claudia,

   You can do a lot with formatting in a tree component with cellRenderers.
Please see

http://www.tc.umn.edu/~mulho005/trees3.html   for examples.  The relevant files
are at

http://www.tc.umn.edu/~mulho005/trees3.zip

Mark
Minneapolis, Minnesota

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Claudia
Barnal
Sent: Wednesday, November 02, 2005 1:26 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Different font sizes in Tree Component


>check cellRenderers... you'll have to roll one up, and then assign some
>formatted text to the labels for the nodes as you want.

Thanks Ed, I was afraid something like this was needed…

Each time I have to do something with the V2 components, it seems as if I
spend more time trying to make them work, than if I would have done the
thing from scratch.

It seems so stupid to have to do all that hullabaloo just to change the font
size of different branch types.

Is there anyone out there that has already implemented this with the
CellRenderer? I would love to hear your comments.

Thank you,
Caludia

_

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


Re: [Flashcoders] XPath Error...

2005-11-03 Thread grant
his XML is fine, its either the chattyfig server or our email clients stripping 
his xml..


//product[colors[clr='red']] will only return results if the first clr child 
node of the colors tag has a value of red.

the correct syntax to return any clr child of colors that matches red would be :

//product[colors/clr[.='red']]

but neither the xfactor studio xpath parser or the mx.xpath.xpathAPI classes 
return anything for that xpath query.  I tested it in internet explorer and it 
works fine.

grant

- Original Message -
From: Chris Wilcox [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: 11/3/05 10:00 AM
Subject: RE: [Flashcoders] XPath Error...

> Well spotted hadn't seen the inconsistent xml, which means you're also
> right about the XPath...
> 
> 
> 
> Chris Wilcox
> 
> 
> 
>  
>  
> Bounce Digital Ltd  
> 12 Goslett Yard | London | WC2H 0EQ UK 
> T +44(0)207 478 4488 | www.bouncedigital.co.uk
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Muzak
> Sent: 03 November 2005 14:09
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] XPath Error...
> 
> But the xml structure is not consistent (unless there was a typo).
> 
> 
>   
> 
> 
>   
> 
> 
> 
>   
> 
>   
>   
> 
>   
> 
> 
> So, if i'm not mistaken, this "//product[colors[clr= 'green']]" will
> only work for the second part (multiple 'colors' nodes), not 
> the first one.
> 
> regards,
> Muzak
> 
> - Original Message - 
> From: "Chris Wilcox" 
> To: "Flashcoders mailing list" 
> Sent: Thursday, November 03, 2005 2:30 PM
> Subject: RE: [Flashcoders] XPath Error...
> 
> 
> Hmm... it works if you nest the predicate bit to...
> 
> "//product[colors[clr= 'green']]"
> 
> ...apparently (after quick google) this is legal XPath.
> 
> 
> Chris Wilcox
> 
> 
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> __
> This email has been scanned by the MessageLabs Email Security System.
> __
> 
> 
> 
> __
> This email has been scanned by the MessageLabs Email Security System.
> __
> ___
> 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] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
 Oh it does work, it just doesn't refresh the library view.

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Mike Mountain
> Sent: 03 November 2005 15:04
> To: Flashcoders mailing list
> Subject: RE: [Flashcoders] Batch linkage jsfl command
> 
> var lib = fl.getDocumentDOM().library;
> if (lib.getItemProperty('linkageImportForRS') == true) { 
> lib.setItemProperty('linkageImportForRS', false); } 
> lib.setItemProperty('linkageExportForAS', true); 
> lib.setItemProperty('linkageExportForRS', false); 
> lib.setItemProperty('linkageExportInFirstFrame', true); 
> lib.setItemProperty('linkageClassName', '');
> 
> The history panel is a beautiful thing indeed
> 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] change icon

2005-11-03 Thread Merrill, Jason
Yes - just grab an icon editor application - lots of free and cheap ones
if you search with Google for "icon editor".  Microangelo is one of the
better ones.

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com










>>-Original Message-
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Spiros Gerokostas
>>Sent: Thursday, November 03, 2005 9:59 AM
>>To: 'Flashcoders mailing list'
>>Subject: [Flashcoders] change icon
>>
>>Hi,
>>
>>It is possible to change the icon of an .exe flash application to a
>>custom icon?
>>
>>//Spiros Gerokostas
>>___
>>Flashcoders mailing list
>>Flashcoders@chattyfig.figleaf.com
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
NOTICE:
This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of this e-mail by you 
is prohibited.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] change icon

2005-11-03 Thread Maximilian Reuss
Take a look at these swf2exe tools:

swfstudio3 www.northcode.com
screenweaver http://www.osflash.org/screenweaver
zinc http://www.multidmedia.com/software/zinc/

regards,
max



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.7/159 - Release Date: 02.11.2005

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


RE: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
Odd

This worked when I tested it the first time, now it doesn't.

M

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Mike Mountain
> Sent: 03 November 2005 15:04
> To: Flashcoders mailing list
> Subject: RE: [Flashcoders] Batch linkage jsfl command
> 
> var lib = fl.getDocumentDOM().library;
> if (lib.getItemProperty('linkageImportForRS') == true) { 
> lib.setItemProperty('linkageImportForRS', false); } 
> lib.setItemProperty('linkageExportForAS', true); 
> lib.setItemProperty('linkageExportForRS', false); 
> lib.setItemProperty('linkageExportInFirstFrame', true); 
> lib.setItemProperty('linkageClassName', '');
> 
> The history panel is a beautiful thing indeed
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Christophe Herreman
> > Sent: 03 November 2005 14:49
> > To: Flashcoders mailing list
> > Subject: [Flashcoders] Batch linkage jsfl command
> > 
> > Hi all,
> > 
> > does anyone know if there's a jsfl command to assign a 
> linkage id to a 
> > selection of items in the library? The linkage id should be 
> the same 
> > as the name of the item.
> > 
> > thx in advance,
> > Christophe
> > ___
> > 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] Batch linkage jsfl command

2005-11-03 Thread Christophe Herreman

Thx all,

I altered this version to only assign the name of the item and not the 
full path.


var selItems = fl.getDocumentDOM().library.getSelectedItems();

for(var i=0; i
var items = fl.getDocumentDOM().library.getSelectedItems();
for (var i=0; ijsfl help file: 
http://www.uni-weimar.de/~kleppe/flash/FlashJavaScriptHelp.jsfl


Helen

Christophe Herreman wrote:


Hi all,

does anyone know if there's a jsfl command to assign a linkage id to 
a selection of items in the library? The linkage id should be the 
same as the name of the item.


thx in advance,
Christophe




___
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] passing mouse event

2005-11-03 Thread Scott Hyndman
So why don't you drop it then immediately start dragging it again?

Scott


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Éric Thibault
Sent:   Thu 11/3/2005 9:30 AM
To: Flashcoders mailing list
Cc: 
Subject:Re: [Flashcoders] passing mouse event
Thanks

I've tried it with no success because the droptarget property is only 
initialised once the dragged mc is droped!  Is there another property 
that can say over wich instance the dragged mc is?

Thanks a million!

elibol wrote:

>Hi Eric,
>
>Maybe a more optimized solution would be to have an onMouseMove event on the
>movieclip that is being dragged, which would be activated when the movieclip
>is dragged, that would run eval on the clips _droptarget property for each
>onMouseMove event. Each target could have a distinguishing public property
>that would be evaluated with the hitTest that would serve as the exception
>for triggering the onRollOver function. The dragging clip would also do a
>onRollOut trigger on the last clip it was over once the clip is no longer
>over the target.
>
>I tested this:
>
>var lastMC:MovieClip;
>
>function onPress(){
>this.startDrag();
>onMouseMove = runOnMouseMove;
>}
>
>function runOnMouseMove(){
>var t = eval(this._droptarget);
>trace(t);
>if(t!=lastMC){
>if(lastMC.isTarget){
>lastMC.onRollOut();
>lastMC = undefined;
>}
>if(t.isTarget){
>lastMC = t;
>t.onRollOver();
>}
>}
>}
>
>function onRelease(){
>this.stopDrag();
>onMouseMove = undefined;
>}
>
>onReleaseOutside = onRelease;
>
>
>Good luck,
>
>H
>
>
>On 11/2/05, Éric Thibault <[EMAIL PROTECTED]> wrote:
>  
>
>>Hi all!
>>
>>I have an application that uses startdrag events.
>>
>>My problem is that I have about 20 targets with rollover events (each
>>hilighting a different portion of a radiography). When I drag an MC
>>over those targerts, the rollover dont get triggered! Is there a way to
>>pass the mouse event under my dragged MC to trigger my rollovers? To
>>temporary solve this (an get a demo working) I've put en onenterframe
>>inside each of my targets that checkes if the mouse is over them!
>>
>>There must be a better way to do that!
>>
>>Thanks a million! :-)
>>
>>--
>>===
>>
>>Éric Thibault
>>Programmeur analyste
>>Réseau de valorisation de l'enseignement
>>Université Laval, pavillon Félix-Antoine Savard
>>Québec, Canada
>>Tel.: 656-2131 poste 18015
>>Courriel : [EMAIL PROTECTED]
>>
>>===
>>
>>Avis relatif à la confidentialité / Notice of Confidentiality /
>>Advertencia de confidencialidad <
>>http://www.rec.ulaval.ca/lce/securite/confidentialite.htm>
>>
>>___
>>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
>
>  
>


-- 
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad 

___
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


  1   2   >