Skip to main content
Inspiring
October 26, 2006
Question

Edit and save movie

  • October 26, 2006
  • 1 reply
  • 238 views
I can use action script to change variables etc. I am trying to achieve the
following:

I have a movie eg a logo(red & blue) with text(MY CO LTD) scrolling just
below the logo.

I need to allow a client to change the 2 colours(red to yellow & blue to
green) and text (MY NEW CO LTD) via sliders / colour picker and text boxes.
When finished click a button and produce a new movie.

The new movie will just be the new colour logo and the new scrolling text.

Can this be done within a flash movie or possibly via a web interface using
dreamweaver.

Any help appreciated.

SteveW


This topic has been closed for replies.

1 reply

Inspiring
October 29, 2006
Yes you can use AS to change the text and the color of the text. But you
cannot generate a specific Movie for the user. Rather you store the user's
preferences on the server (or less stateful as a SharedObject) so when they
use the common movie their values are substituted.

--
Lon Hosford
www.lonhosford.com
Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com
May many happy bits flow your way!
"stevew" <stevew@park4ce.com> wrote in message
news:ehr7jp$ngp$1@forums.macromedia.com...
>I can use action script to change variables etc. I am trying to achieve the
>following:
>
> I have a movie eg a logo(red & blue) with text(MY CO LTD) scrolling just
> below the logo.
>
> I need to allow a client to change the 2 colours(red to yellow & blue to
> green) and text (MY NEW CO LTD) via sliders / colour picker and text
> boxes. When finished click a button and produce a new movie.
>
> The new movie will just be the new colour logo and the new scrolling text.
>
> Can this be done within a flash movie or possibly via a web interface
> using dreamweaver.
>
> Any help appreciated.
>
> SteveW
>