all groups > flash (macromedia) > february 2007 >
You're in the

flash (macromedia)

group:

load a image at position x y


Re: load a image at position x y dan mode ->Adobe Community Expert
2/2/2007 1:12:16 PM
flash (macromedia):
Devrim,

try this:

this.loadMovie("Image/image12.jpg");
this._x=21;
this._y=188;

This works even more effectively if you have a placeholder clip on the
stage.
So, try this after you have tried the above script:
Draw a simple rectangle on the stage and make it into a movieClip symbol,
give it the instance name of placeholder. Then, use this actionscript:

placeholder.loadMovie("Image/image12.jpg");
placeholder._x=21;
placeholder._y=188;

hth


--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog



[quoted text, click to view]

Re: load a image at position x y dan mode ->Adobe Community Expert
2/2/2007 2:18:39 PM
np


--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog


[quoted text, click to view]

load a image at position x y Devrim
2/2/2007 8:09:51 PM
Hello,

i load a image with command "loadMovie ("Image/image12.jpg",1);"
so i see ther picture on the left over at position 1x1 (XxY)

how its possebble the picture at position 21x188 to load?

thanks



--------------------------------------------------------------------------------
Ich verwende die kostenlose Version von SPAMfighter,
die bei mir bis jetzt 92 Spammails entfernt hat.
Für private Anwender ist SPAMfighter völlig kostenlos!
Jetzt gratis testen: hier klicken.

Re: load a image at position x y Devrim
2/2/2007 9:21:56 PM
thank you. its work.
i'm absolitly beginner of Flash.

"dan mode ->Adobe Community Expert" <dans@tornadostreamTAKETHISOUT.com>
schrieb im Newsbeitrag news:eq05nm$9f0$1@forums.macromedia.com...
[quoted text, click to view]

--------------------------------------------------------------------------------
Ich verwende die kostenlose Version von SPAMfighter,
die bei mir bis jetzt 92 Spammails entfernt hat.
Für private Anwender ist SPAMfighter völlig kostenlos!
Jetzt gratis testen: hier klicken.

AddThis Social Bookmark Button