all groups > flash data integration > june 2007 >
You're in the

flash data integration

group:

Changing JPG in SWF through ASP


Changing JPG in SWF through ASP indianraaj
6/15/2007 12:00:00 AM
flash data integration:
I have a page with three frames. the left frame with images1 thumbnails, the
right with images2 thumbnails. Both have Hyperlink in order to pass that to SWF
file in middle frame. To be more precise - I have two ASP pages displayed in
left right frames of my web page. I want the SWF file (which is to be loaded in
middle frame on click events of these ASP pages) to receive paramenters from
these files and change the image in this SWF file. e. g. middle frame test.swf
files should load with image1.jpg when clicked on image1.jpg thumbnail in left/
right frame and when clicked on imageN.jpg thumbnails, the test.swf file should
be loaded in middle frame with imageN.jpg

I've been struggling with LoadVariables, GetURL, LoadVars etc. etc. since last
weak. please help me out.


Re: Changing JPG in SWF through ASP MotionMaker
6/15/2007 5:26:58 PM
Probably looking at loadMovie or MovieClipLoader for the swf. Load the jpgs
into an internal MovieClip in that swf.

As for HTML communications you need to look at the section on
http://livedocs.macromedia.com/flash/8/main/00001595.html.

Once you can pass the needed data into the swf, then the swf can use
MovieClip.loadMovie or MovieClipLoader to load the jpgs.
Re: Changing JPG in SWF through ASP indianraaj
6/21/2007 12:00:00 AM
thanks "motion maker", your replied gave me the basic idea to sort out my
problem. I adopted the same while working with ASP/Flash.
Thanks.

Now i have more severe issue... that is ...

I have one movieClip "m1" with a "j1.JPG" image in it and another moveClip
"m2" with another (Smaller than j1.jpg) "j2.jpg" image in it.

I imposed this m2 (j2.jpg) on m1 (j1.jpg)

I want that the this imposed image (result of j1.jpg + j2.jpg) should be saved
in any image format by the client computer and uploaded to my server so that I
can take printout of this new image and do further work on it.

em...em...em...mmmmm.... I guess u understood me.... if not please leave a
msg.... so that i could explain it more specifically.

regards and thanks

Re: Changing JPG in SWF through ASP MotionMaker
6/21/2007 12:00:00 AM
F8 and AS2 cannot upload internal player contents to my knowledge.
AddThis Social Bookmark Button