I did this in flash...but am posting here

hey. i did this in flash, but i dont know where to post it cause its not a problem, just something i came up with, so i didnt really know where to put it, dig?

well here it is, have fun! :stuck_out_tongue:

http://www.geocities.com/mdipi2k2/imagetest.swf

dead link. i will fix [<–edit]

Ummm, what does it do?

I tried to put a URL to a picture on the web, didn’t work, tried one on my computer, didn’t work either.

Tried a .txt file, didn’t work.

Tried a song, didn’t work.

Is it just a white screen with a textbox and a button?

yes i kno, it worked when i tested it in flash, it should with any luck load a .jpg. but it is not working and pissing me off. so i gotta see what is going on. i gotta feeling it has to be a pic off my server. so i gotta see.

http://www.geocities.com/mdipi2k2/imagetest.swf

ok use the name : suski.jpg

yet another dead link. i will add to HTML page.

Cool, but now I can’t remove the picture or type in a new name :stuck_out_tongue:

Interesting concept, but makes no sense if it doesn’t serve a specific purpose though :-\

[edit]
Geocities = no hotlinking, you need to copy and paste your URL into a new browser window.

If you are hot linking images, in the link you can call it .txt instead of .jpg and it will work, or so I hear.
[/edit]

*Originally posted by lostinbeta *
**Cool, but now I can’t remove the picture or type in a new name :stuck_out_tongue:

Interesting concept, but makes no sense if it doesn’t serve a specific purpose though :-\ **

I really dunno wut ur talking about lost, its a Dead link overhere!

Read my post again, I edited it, probably while you were replying.

hmmm, really easy though!

something like:

button.onRelease = function(){
loadMovie(myTextBox.text, 1)
}

right?

ok you pro coders will find this EASY beond belife, but i stink with AS so its big for me :P. the image exeads the limit of the movie but who cares.

http://www.geocities.com/mdipi2k2/imagetest.htm

LOL, I already know how to do it, and I am far from pro… far far away. :slight_smile:

*Originally posted by lostinbeta *
**[edit]
Geocities = no hotlinking, you need to copy and paste your URL into a new browser window.

If you are hot linking images, in the link you can call it .txt instead of .jpg and it will work, or so I hear.
[/edit] **

I really didnt know that one b4 LIB!

thanx!

kinda h88. this is the compleate code.

[AS]// Create empty movie clip and set location
_root.createEmptyMovieClip(“image_mc”, 0);
image_mc._x = 10;
image_mc._y = 10;
// Button event handler
load_btn.onRelease = function() {
// Load image
image_mc.loadMovie(filename_txt.text);
}
[/AS]

btw lost: i am one who could use AS to drag and stop and play, and that was about it, besides you know JS which is a lot alike.

No problem, I don’t know of the hotlinking of images thing is true, but it has been said a few times on this forum by some people that know what they are talking about so I believe it.

*Originally posted by mdipi.com *
**ok you pro coders will find this EASY beond belife, but i stink with AS so its big for me :P. the image exeads the limit of the movie but who cares.

Yahoo | Mail, Weather, Search, Politics, News, Finance, Sports & Videos **

hey, why dont you try _xscale and _yscale to scale your picture!

and second thing, assigning _x and _y of the picture is really better

*Originally posted by lostinbeta *
**No problem, I don’t know of the hotlinking of images thing is true, but it has been said a few times on this forum by some people that know what they are talking about so I believe it. **

[off topic]b4 two days, u was celebrating ur 4000th post, and now u got 100 in less than 2 days[/off topic]!!! :stuck_out_tongue:

well my book didnt mention that, but i will try it. how do i enter it?

aaa._xscale = 50;
aaa._yscale = 55;

dont forget, on ur _root

the aaa needs to be there?

got it, thanks its a lot better.