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.
MotionMaker - 15 Jun 2007 18:26 GMT
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.
indianraaj - 21 Jun 2007 09:41 GMT
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
MotionMaker - 21 Jun 2007 14:08 GMT
F8 and AS2 cannot upload internal player contents to my knowledge.
This maybe possible in F9 AS3 with newer classes combined with Bitmap classes but I do not have any experience with it yet!