[Flashcoders] SWF player...

2006-07-25 Thread Steve Lloyd
Hi List,

I am trying not to re-invent the wheel and am looking for what I call a SWF
player like the one at Adobe:
http://www.adobe.com/products/flash/flashpro/

All it needs to do is load in one external .swf but if it loads in more
great!

Anybody know of an open-source .fla file(s) that will get me close to this?
Not having any luck with my Google searches yet.

Thanks,

-Steve

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] SWF player...

2006-07-25 Thread Steve Lloyd
Charles,

Unfortunately the client has provided me a locked .swf which contains their
movie instead of a .flv.  The default components appear to only handle .flv
and .mp3 files so that ruled that out.

I was able to find something workable on Flashkit.com and have it fairly
tweaked to what I want now but I thank you for the response.

Regards,

-Steve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Charles
Parcell
Sent: Tuesday, 25 July 2006 10:58 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] SWF player...

Wow  wow!

What are you asking for?  A SWF player is the Flash Player. I think there is
terminology issue here.

Perhaps you are looking for a FLV Player? One that you can just point to a
FLV file and it will play, etc.  If this is the case then look in your
components. There is an FLV player there.

Charles P.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] SWF player...

2006-07-25 Thread Steve Lloyd
I've got something that works with the .swf now but I will definitely keep
your link handy for the next time I run into this problem.  Thanks -Steve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Grden
Sent: Tuesday, 25 July 2006 11:25 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] SWF player...

if you're looking to extract those resources (FLV, mp3) from the compiled
SWF for your client, check out ASV:

http://buraks.com/asv/

Open your SWF with it and extract all of the resources/embedded assets

JG

On 7/25/06, Steve Lloyd [EMAIL PROTECTED] wrote:

 Charles,

 Unfortunately the client has provided me a locked .swf which contains
 their
 movie instead of a .flv.  The default components appear to only handle
 .flv
 and .mp3 files so that ruled that out.

 I was able to find something workable on Flashkit.com and have it fairly
 tweaked to what I want now but I thank you for the response.

 Regards,

 -Steve


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Massive XML files and Flash

2006-01-05 Thread Steve Lloyd
XPath.  Beautiful!  I've been looking for something like that!  Thanks, will
give it a shot!  -Steve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy
Johnston
Sent: Friday, 6 January 2006 11:23 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Massive XML files and Flash

I've found this as version of xpath very very handy..

easy to implement and use also..

http://www.xfactorstudio.com/ActionScript/AS2/XPath/


Thanks Jester, but databases are not my forte, to do it quickly I'd
like to just use ActionScript only. Is there anyway I can just load
specific sections of the XML or do I have to load the whole file into
memory?

On 05/01/06, JesterXL [EMAIL PROTECTED] wrote:
  

Does it have to stay in that format?  Meaning, can you convert it and
throw
it into a database?  Paging is still an effective methodology, and if you
can throw it in a database, you can then do what Flash does best and load
what you need on the fly.

- Original Message -
From: Jonathan Clarke [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, January 05, 2006 7:21 PM
Subject: [Flashcoders] Massive XML files and Flash


Hi,

I find myself in a situation where I need to build a tool to analyse
lots of xml data. Thousands of records containing a lot of strings as
well as numericals. I'm sure there are lots of more suitable
applications and languages, but I the only one I know is Actionscript.
Luckily, I know it very well and am more than confident at parsing
XML; however, I've never delt with data on this scale before. So, I'm
interested to know if anyone has any experience of dealing with this
sort of build, and whether it is feasible to expect Flash to handle
it.

More on the data: I need to cross-reference and check data accross 3
xml files. They are all big, but the biggest, by way of an example in
Excel form, has 25,000 records each with around 30 fields, often very
string heavy.

Any tips would be greatly appreciated?

--
Jonathan Clarke
1976 Ltd
http://19seventysix.co.uk
e: [EMAIL PROTECTED]
m (UK): +44 773 646 1954
m (Barbados): +1246 259 9475
___
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





--
Jonathan Clarke
1976 Ltd
http://19seventysix.co.uk
e: [EMAIL PROTECTED]
m (UK): +44 773 646 1954
m (Barbados): +1246 259 9475
___
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