Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Mark Redman #1
Creating a MovieClip and copying part of another clip, possible?
Hi All,
I have a movieClip which loads a jpg dynamically, is it possible to create a
new movie clip and then copy a part of the jpg into it.
Thanks
Mark Redman
Mark Redman Guest
-
need help positioning movie clip relative to a resizing clip...
I am trying to attach a "caption" to the bottom right edge of a movie clip that resizes. I am using the resizing clip as a image holder for a... -
play clip, remove clip, load new clip
I have an empty 'container' MC that has a MovieClip load into it when a button is pressed.....when another button is pressed, it should play the... -
Creating a custom event in MovieClip component
I've got a MovieClip component that handles some client/server interaction using XML. It also contains some navigational stuff. I'd like to get it so... -
dynamically creating instances of a movieclip
Hi, I'm using MX on Win98 to create a movie that allows a user to rearrange the order of their image files stored on my server for use in a... -
Creating links on part of an image
is it possible to make positional links. I want to link to a certain page bases on the position of the cursor over an image.. any hints?? -
Laiverd.COM #2
Re: Creating a MovieClip and copying part of another clip, possible?
No, unless you divide the jpg into smaller movieclips which can be
duplicated at runtime.
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
-
Mark Redman #3
Re: Creating a MovieClip and copying part of another clip, possible?
The jpg that gets loaded dynamically is already manipulated on the server,
either the full jpg or a part of a jpg and scaled etc already.
The flash front end is used for viewing this jpg(located on the server or in
a database), zooming, cropping etc is done on the back end and the user sees
the result of the zoom or selection.
All is working ok, although theres a slight delay as flash has to call the
..NET backend.
To increase the perception of speed I wanted to give the user a scaled
potion of the selection before the actual image is loaded, I would
definately need to use the selected portion of whats already within flash
without a call to the server otherwise it would be too slow (well twice as
slow).
Any idea's?
Mark
Thanks for the reply anyway!
Mark Redman Guest
-
Laiverd.COM #4
Re: Creating a MovieClip and copying part of another clip, possible?
Like I said; one cannot 'cut' a movieclip/jpg in Flash. But as obviously
something of the image is already available in the movie at the time of
calling, maybe using a dynamic mask would be an option??
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
-
Mark Redman #5
Re: Creating a MovieClip and copying part of another clip, possible?
I will have a look at masking, thanks
Mark
Mark Redman Guest



Reply With Quote

