[Flashcoders] Quickie for xml dynamic text loader in flash

2007-10-20 Thread Eric Walton
Hello All,


Quick question about an xml file I am loading into a dynamic text box.

K, I have a dynamic text box/area that loads a simple xml file using the
following:

var RootNode:XMLNode;
var myXML:XML = new XML();
myXML.ignoreWhite = true;
myXML.onLoad = loadNews;
myXML.load(xmlnews1/newsData.xml);
function loadNews(success:Boolean):Void {
if (success) {
RootNode = this.firstChild;
var content_str:String = +RootNode.childNodes[1].firstChild;
content_str += (+RootNode.childNodes[0].firstChild;
content_str += ) + RootNode.childNodes[2].firstChild;
news_txt.text = content_str;
}
}

OK, That works splendidly. Below is the xml file.

?xml version=1.0 encoding=UTF-8 standalone=no?
news xmlns=http://www.#.com;newsDate xmlns=June 29,
2008/newsDatenewsTitle xmlns=First manned mission to Mars
lands/newsTitlenewsContent xmlns=The first manned mission to Mars has
touched down on the surface of the red planet. After six months of space
travel, the five astronauts on board MarsEx 1 will finally experience an end
to their weightless conditions./newsContent/news

What I need to do is use the same xml file on numerous keyframes
but have each frame contain different text.

So could I do this?

?xml version=1.0 encoding=UTF-8 standalone=no?
news xmlns=http://www.#.com;newsDate xmlns=June 30,
2008/newsDatenewsTitle xmlns=First manned mission to Mars
lands/newsTitlenewsContent xmlns=The first manned mission to Mars has
touched down on the surface of the red planet. After six months of space
travel, the five astronauts on board MarsEx 1 will finally experience an end
to their weightless conditions./newsContent
/news

*added to xml file for second keyframe

news1 xmlns=http://www.#.com;newsDate xmlns=June 31,
2008/newsDatenewsTitle1 xmlns=Second Story
Title/newsTitlenewsContent1 xmlns=Here is the second story full
text/newsContent1
/news1

*added to xml file for third keyframe

news2 xmlns=http://www.#.com;newsDate xmlns=June 32,
2008/newsDatenewsTitle2 xmlns=Third Story
Title/newsTitlenewsContent2 xmlns=Here is the third story full
text/newsContent1
/news2


Also I am thinking I will need something in each keyframe to call
the specific text section of the xml file.

*Note*
In the beginning I had/have a dynamic text box on each keframe and each was
calling a seperate xml doc.
this way I will have only ONE xml file to edit for all the keyframes instead
of 80! I am really enjoying the
difficulty of this task.

Hope someone can help.
Much love,



Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.HollywoodFineART.com
www.Myspace.com/ericwalton9_edub9
Providentia Marketing LLC
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] exit screen button script

2007-09-17 Thread Eric Walton
Thanks i fixed it a couple of days ago.

Eric



On 9/17/07, Pedro Taranto [EMAIL PROTECTED] wrote:

 fscommand(quit); //to close the projector

 --
 Pedro Taranto

 ___
 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




-- 
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


[Flashcoders] exit screen button script

2007-09-13 Thread Eric Walton
Hello all,

Quick and albeit silly question.

I have a presentation and I am building it for both online and an autorun cd
in fullscreen. My question is what AS should I put on the button so it will
do both functions.
Here is something I found.

on (release) {
getURL('javascript:closeWin()');
}

What do I add to the above?

Thnx,

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

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


Re: [Flashcoders] Animate dynamic text

2007-08-30 Thread Eric Walton
I would go to flashkit and look there,  also if you google flash
extensions  you will find an extension that will do the trick.

Edub9
www.HollywoodFineART.com



On 8/29/07, Waseem Shahzad [EMAIL PROTECTED] wrote:

 Hello
 I want to know that there is any way of animating a text which we load
 from
 an external file .txt and then animate this text. Like we do with static
 text which is inside the .fla.
 Please help if any ideas.
 Thanx
 chand
 ___
 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




-- 
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


Re: [Flashcoders] Flash CMS

2007-08-22 Thread Eric Walton
I would be very interested in this as well and would also be willing to help
out with it too.


Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC



On 8/21/07, Gilles Roquefeuil [EMAIL PROTECTED] wrote:

 Hello Corban,

 I've been working on such a CMS for 2 years now, but i haven't yet
 totally finished (no doc, code optimisation not done, etc...)
 As for today, this CMS lacks a 'creation' module, i.e. I generate by
 hand the first site with chapters, subchapters,etc as a 'template'.
 Then everything is editable.
 The CMS doesn't require database, just PHP.
 If you're interested, i can provide links and access to test sites.

 Gilles
 [EMAIL PROTECTED]

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

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


Re: [Flashcoders] Coding a circular preloader

2007-08-06 Thread Eric Walton
you could try this.

http://www.flashkit.com/movies/Animations/Vector_Animations/People/Dancing_-DrF-11618/index.php



On 8/6/07, Omar Fouad [EMAIL PROTECTED] wrote:

 Folks i was just wondering how to create a circular preloader with
 actionscript. I thought about drawing many wedges increasing each time the
 angle accodring the percentage loaded, but how can i include an easing
 effect to this rotating motion?

 Regards

 --
 Omar M. Fouad - Digital Emotions
 http://www.omarfouad.net

 This e-mail and any attachment is for authorised use by the intended
 recipient(s) only. It may contain proprietary material, confidential
 information and/or be subject to legal privilege. It should not be copied,
 disclosed to, retained or used by, any other party. If you are not an
 intended recipient then please promptly delete this e-mail and any
 attachment and all copies and inform the sender. Thank you.
 ___
 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




-- 
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
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] gotoandlearn.com down

2007-04-17 Thread Eric Walton

Thanks for a great link!



On 4/17/07, Ravi Marella [EMAIL PROTECTED] wrote:


Try this:

http://www.gotoandlearn.com/download.php

this is working for me...I've just downloaded the tree component
tutorial...

Ravi


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian
Lynch
Sent: Tuesday, April 17, 2007 9:00 PM
To: Flashcoders
Subject: [Flashcoders] gotoandlearn.com down

I can't get to gotoandlearn.com, anyone else having the same problem?

I'm after the carousel tutorial, does anyone have the files to hand?

Ta.

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

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

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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
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: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Eric Walton

Anyone know how to feed what a visitor is viewing in an iframe into a
dynamic list, the iframe will have a search engine built into it?

Thanks in advance,


Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel



On 4/3/07, Helmut Granda [EMAIL PROTECTED] wrote:


In the piece of code that I just sent basically what is happening is this:

Start Tween = Tween length 1 sec
If it has elapsed .2 seconds  then trigger a function

And my problem was that once the .2 seconds have happened the function
wasnt
called since it was inside an If statement inside the onMotionChanged
function inside the Tween class

//Sample

myTween.onMotionChanged = function() {

if ( (myTween.time  .2)  playOnce == true) {
   // FunctionCallHappens here
playOnce = false;
}
}

//end of sample

But as Jason explained making an object and then referencing to it seems
to
work great. So the final question is, Did I explain my situation correctly
and would this be a good approach or should I think it over?

Thanks

On 4/3/07, John Mark Hawley [EMAIL PROTECTED] wrote:

 This looks like a lot of very strange stuff is going on in the design of
 this code. I think you should explain what you want to do at a very high
 level so we can see if there is a better and simpler way to accomplish
it.
 (I can't figure out where the Delegate mentioned in the subject line is
 coming from, either.)

 
  From: Helmut Granda [EMAIL PROTECTED]
  Date: 2007/04/03 Tue AM 08:38:08 CDT
  To: flashcoders@chattyfig.figleaf.com
  Subject: Re: [Flashcoders] Delegate Class Scoping self instantiated
 
  So I figured it out or at least I think I did,
 
  private var target: myClass;
 
  function myClass(){
 
   target = this;
  }
 
  now I can reference to properties within a class without breaking the
 app.
  So in the same lines, is there anyway to code the classe so that we
 don't
  have to reference to the properties and methods within the class
without
  having to say
 
  target.objectA._x = 130;
 
  but just have
 
  objectA._x = 130;
 
  Thanks
  -h
 
  On 4/3/07, Helmut Granda [EMAIL PROTECTED] wrote:
  
   Oh, and I forgot an important point, the reson why I want to find
the
   scope of the class is because inside the class there are variables
 that talk
   to each other and I can have them talk back and forth like this
  
   _level0.instance1.myVariable = blah;
  
   but this of course wont work when the movie is loaded into a new
movie
   because the reference will be lost and changes to
  
   _level0.movieHolder.instance1.myVariable = blah;
  
   and of course it breaks the app.
  
   Thanks again,
   -h
  
   On 4/3/07, Merrill, Jason [EMAIL PROTECTED] wrote:
   
Classes don't know their own scope, they are oblivious to anything
outside of them, (unless of course you import some other class -
 then
they know what the other class does, but still don't have any
scope
reference).  What are you trying to do?
   
Jason Merrill
Bank of America
GTO Learning  Leadership Development
eTools  Multimedia Team
   
   
   
   
-Original Message-
From: [EMAIL PROTECTED]
[mailto: [EMAIL PROTECTED] On Behalf
Of Helmut Granda
Sent: Tuesday, April 03, 2007 9:05 AM
To: Flashcoders mailing list
Subject: [Flashcoders] Delegate Class Scoping self instantiated

 I understand that when instantiating a class you can set the
scope where the instance is going to run, but how about when
we dont actually instantiate the class on the timeline but we
just link the class directly to the items on the stage, how
is the scope treated in this case? I assume the class has to
be instantiated on itself or do we need a separate class to
keep track of this item?

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

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

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
   
  
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier

Re: [Flashcoders] [OT] PHP book recommendations

2007-03-24 Thread Eric Walton

I frequent

http://www.phpbuilder.com



On 3/23/07, Anggie Bratadinata [EMAIL PROTECTED] wrote:


This book is good :
'core web application development with php and mysql', addison-wesley,
2005

--
Anggie Bratadinata
www.masputih.com
I N D O N E S I A

Hairy Dog Digital wrote:
 Save your money and point your browser at: www.php.net

 Yeah, know about that, but I'm a book hog and it gives my admin one more
 thing to keep track of for me.


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

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

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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


Re: [Flashcoders] flash cms

2007-03-18 Thread Eric Walton

Oh ok.



On 3/18/07, Snepo - Arse [EMAIL PROTECTED] wrote:


Eric,

I'm not sure what you mean by 'not right'?

The downloadable versions of Depot have no such restrictions.

The demo is currently not working as we have been moving servers
though al demos are available within the download.

Regards,

Arse
www.snepo.com
www.arseiam.com


On 18/03/2007, at 4:29 AM, Eric Walton wrote:

Just a note, I was looking at snepo  and right off the bat here is
what I
found which is not right.

Click the folder name to browse and retrieve Depot data. In this demo
you
are not able to add a new Depot instance or change user permissions.
This is
because Depot Explorer is connected to our live Depot instance hosted at
depot.snepo.com





On 3/17/07, Chris Tague [EMAIL PROTECTED] wrote:

 Snepo was the one i waas looking at! It looks interesting, i didn't
 realise
 though that it was one where you could update content directly
 through the
 flash app..

 I was actualy looing for a simple kind of admin interface which rather
 than
 writing content to the database, stores files images etc. into a
 directory
 structure and writes xml files for flash to then read in.

 thanks for the link though, i will check snepo out for another
 project i
 have.



 On 3/17/07, Snepo - Arse [EMAIL PROTECTED] wrote:
 
  We make a Data Platform for Flash that removes the need for a
  database and middle ware:
 
  http://depot.snepo.com
 
  Not a CMS but you can handle all your data/permission management
  through AS and/or the Flash IDE so dynamic content development with
  Depot is a cinch.
 
  Regards,
 
  Arse
  www.arseiam.com
  www.snepo.com
 
 
 
   Hello,
  
   The other day i ran accross a link to a CMS system specifically
 for
   flash
   that doesn't require a database, i can't for the life of me find
   that link
   now...anyone know what i was talking about? I think it was
   developed by a
   fairly well known flash developer..
  
   anyone help me out?
  
   thanks!
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 
 
  --
  Ramon Miguel M. Tayag
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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




--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


Re: [Flashcoders] flash cms

2007-03-17 Thread Eric Walton

Try this or

http://www.flashblocks.com/

On 3/16/07, Chris Tague [EMAIL PROTECTED] wrote:


Hello,

The other day i ran accross a link to a CMS system specifically for flash
that doesn't require a database, i can't for the life of me find that link
now...anyone know what i was talking about? I think it was developed by a
fairly well known flash developer..

anyone help me out?

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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


Re: [Flashcoders] flash cms

2007-03-17 Thread Eric Walton

You are welcome, thanks for the heads up on the other one.

Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel




On 3/17/07, Chris Tague [EMAIL PROTECTED] wrote:


Snepo was the one i waas looking at! It looks interesting, i didn't
realise
though that it was one where you could update content directly through the
flash app..

I was actualy looing for a simple kind of admin interface which rather
than
writing content to the database, stores files images etc. into a directory
structure and writes xml files for flash to then read in.

thanks for the link though, i will check snepo out for another project i
have.



On 3/17/07, Snepo - Arse [EMAIL PROTECTED] wrote:

 We make a Data Platform for Flash that removes the need for a
 database and middle ware:

 http://depot.snepo.com

 Not a CMS but you can handle all your data/permission management
 through AS and/or the Flash IDE so dynamic content development with
 Depot is a cinch.

 Regards,

 Arse
 www.arseiam.com
 www.snepo.com



  Hello,
 
  The other day i ran accross a link to a CMS system specifically for
  flash
  that doesn't require a database, i can't for the life of me find
  that link
  now...anyone know what i was talking about? I think it was
  developed by a
  fairly well known flash developer..
 
  anyone help me out?
 
  thanks!
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


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

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


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

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

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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


Re: [Flashcoders] flash cms

2007-03-17 Thread Eric Walton

Just a note, I was looking at snepo  and right off the bat here is what I
found which is not right.

Click the folder name to browse and retrieve Depot data. In this demo you
are not able to add a new Depot instance or change user permissions. This is
because Depot Explorer is connected to our live Depot instance hosted at
depot.snepo.com





On 3/17/07, Chris Tague [EMAIL PROTECTED] wrote:


Snepo was the one i waas looking at! It looks interesting, i didn't
realise
though that it was one where you could update content directly through the
flash app..

I was actualy looing for a simple kind of admin interface which rather
than
writing content to the database, stores files images etc. into a directory
structure and writes xml files for flash to then read in.

thanks for the link though, i will check snepo out for another project i
have.



On 3/17/07, Snepo - Arse [EMAIL PROTECTED] wrote:

 We make a Data Platform for Flash that removes the need for a
 database and middle ware:

 http://depot.snepo.com

 Not a CMS but you can handle all your data/permission management
 through AS and/or the Flash IDE so dynamic content development with
 Depot is a cinch.

 Regards,

 Arse
 www.arseiam.com
 www.snepo.com



  Hello,
 
  The other day i ran accross a link to a CMS system specifically for
  flash
  that doesn't require a database, i can't for the life of me find
  that link
  now...anyone know what i was talking about? I think it was
  developed by a
  fairly well known flash developer..
 
  anyone help me out?
 
  thanks!
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 


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

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


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

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

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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
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] Site Check

2007-03-14 Thread Eric Walton

Other than taking a long time to load it's a beautiful site.
That being said why not load the gallery and other pages as external swf's
you could even load the images into the gallery from a seperate folder.
Maybe even load the rotating images from the front page  from an external
folder  as well.
It would take you longer dev time to do these things but in the end your
site would speed
up considerably and not turn away clients. The photography is beautiful by
the way.

Just some ideas,

Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel





On 3/14/07, John laPlante [EMAIL PROTECTED] wrote:


It loads. But, at 1% per every 3 seconds, I think no one will stay long
enough to see the content.


Anton Kindblad wrote:
 On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote:

 Could I get some of you to check this site:

 http://www.simon-mills.co.uk/test/

 Some people are saying that it gets stuck at 1% or 2%. Can anyone
 confirm
 this?



 Works perfectly fine for me atleast... :)

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

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


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

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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


[Flashcoders] free flv player with lister component URGENT

2007-03-05 Thread Eric Walton

Greeting all Flashcoders,

Anyone know of a free flv player with lister component?  One that works
right out of the box.

My client has purchased a couple others and they have errors or are buggy or
just plain do not work.
I am even willing to have him purchase another one however I need to install
it and see all of the source
files as well as test it before my client will pay for it as he has been
burned already.

I have one from Proxus and we would like to use it but I cant get it to
work. I can send you the sources
as well as component (a value of $100) if anyone could get it to work for
me.

Thanks in advanvce.

Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


Re: [Flashcoders] Flash video player / modular component

2007-03-05 Thread Eric Walton

Carlos,

I just spoke with Kurt at
http://www.kurtboeker.com/his flv vid player is here:
http://www.kurtboeker.com/videopopup/player.html

However it and most of them will only play FLV's and will not play swf's
But you could build out something with iframes like this.

It will be available for download tomorrow.

Eric



On 3/5/07, Carlos Saenz [EMAIL PROTECTED] wrote:


Hey what's up? I'm looking for a flash video player with these
requirements:

1) Can play SWF or FLV
2) Has a nice simple scrubber, like quicktime. (Pause / Play, drag
slider, and that's enough)
3) Generates a list of videos based on an XML file
4) Just put SWFs / FLVs in a folder, put the XML file in there, put
the main player swf on your home page, and bam. Video player with
scrolling list of videos appears.
5) The list of videos should look pretty cool, have a cool scrolling
effect
6) The look should be nice / elegant. Not default flash skin looking
stuff.
7) Flash 6, 7, or 8 compatible. (Flash 6 if possible, but not
required. At least 7.)

Anyone? Best recommendation? Or if someone wants to make some money
putting #1 - 7 above together, let me know. I am SERIOUSLY bogged
down with too much other work to get this video thing done.

I really appreciate anyone's help, information, or time on this one.

Thanks,
-Carlos-
___
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





--
Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
Providentia Marketing LLC
754-246-7620 Cel
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


[Flashcoders] Is anyone using Proxus FLV Component

2007-03-02 Thread Eric Walton

I am using it and when I view the file locally I see the lister component's
list but when it is uploaded to server I cannot see the xml generated list?

BTW It is an flv plater with an attached xml lister which generates a file
list with a description as well as a picture pulled from a sub folder.

The player itself works but not the lister.

Thanks in advance,

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

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


[Flashcoders] re: quick actionscript question

2006-11-15 Thread eric walton 9 / edub9 Edub9

Mike, Not really getting you, the external .as file controls
everything so how would
we correct it from the as file?

Thanks again,
Eric


The problem is in how the FLVs are encoded. You have to encode with
keyframes on every frame. Once that's done, they should scroll fine
(although backwards is generaly chunkier than forwards).

¯
Mike Keesey


-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of eric walton 9 / edub9

Edub9

Sent: Tuesday, November 14, 2006 10:38 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] quick actionscript question

Hello anyone know the actionscript for a button that will control a
video fast forward and rewind button that forwards and rewinds in a
smooth transition? I want to use it with an existing scrubber that is
working. The buttons are working but at present they only go back or
foreard based on 1 or 2 second increments.

Here is what i have at present:

// my custom nav buttons are below
  ff_button.onRelease = function (){
myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition +

1);

}

rev_button.onRelease = function (){
myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition -

1);

}

Any ideas?

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

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

[Flashcoders] quick actionscript question

2006-11-14 Thread eric walton 9 / edub9 Edub9

Hello anyone know the actionscript for a button that will control a
video fast forward and rewind button that forwards and rewinds in a
smooth transition? I want to use it with an existing scrubber that is
working. The buttons are working but at present they only go back or
foreard based on 1 or 2 second increments.

Here is what i have at present:

// my custom nav buttons are below
ff_button.onRelease = function (){
   myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition + 1);
}

   rev_button.onRelease = function (){
   myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition - 1);
}

Any ideas?

Eric




--
To view more about
The Artwork of Eric Walton 9 / Edub9
please go to the following address:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


[Flashcoders] quick actionscript question

2006-11-14 Thread eric walton 9 / edub9 Edub9

Hello anyone know the actionscript for a button that will control a
video fast forward and rewind button that forwards and rewinds in a
smooth transition? I want to use it with an existing scrubber that is
working. The buttons are working but at present they only go back or
foreard based on 1 or 2 second increments.

Here is what i have at present:

// my custom nav buttons are below
ff_button.onRelease = function (){
   myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition + 1);
}

   rev_button.onRelease = function (){
   myDisplay.jumpToVideoPosition(myDisplay.currentVideoPosition - 1);
}

Any ideas?

Eric




--
To view more about
The Artwork of Eric Walton 9 / Edub9
please go to the following address:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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


[Flashcoders] Video Controller Component

2006-11-10 Thread eric walton 9 / edub9 Edub9

Hello all,

I am in search of a Video Controller Component usage w/ dynamic video
loading anyone know of one? I use php for all my sites also. I have
found some references to one in the archives but could not find a link
anywhere.

Thanks in advance,

Eric




--
To view more about
The Artwork of Eric Walton 9 / Edub9
please go to the following address:
www.hollywoodfineart.com
www.myspace.com/ericwalton9_edub9
___
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