mdipi
November 13, 2002, 8:26pm
1
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!
http://www.geocities.com/mdipi2k2/imagetest.swf
dead link. i will fix [<âedit]
system
November 13, 2002, 8:30pm
2
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?
system
November 13, 2002, 8:32pm
3
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.
system
November 13, 2002, 8:36pm
4
system
November 13, 2002, 8:37pm
5
yet another dead link. i will add to HTML page.
system
November 13, 2002, 8:38pm
6
Cool, but now I canât remove the picture or type in a new name
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]
system
November 13, 2002, 8:39pm
7
*Originally posted by lostinbeta *
**Cool, but now I canât remove the picture or type in a new name
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!
system
November 13, 2002, 8:42pm
8
Read my post again, I edited it, probably while you were replying.
system
November 13, 2002, 8:42pm
9
hmmm, really easy though!
something like:
button.onRelease = function(){
loadMovie(myTextBox.text, 1)
}
right?
system
November 13, 2002, 8:42pm
10
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
system
November 13, 2002, 8:44pm
11
LOL, I already know how to do it, and I am far from pro⌠far far away.
system
November 13, 2002, 8:44pm
12
*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!
system
November 13, 2002, 8:45pm
13
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.
system
November 13, 2002, 8:45pm
14
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.
system
November 13, 2002, 8:46pm
15
*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
system
November 13, 2002, 8:47pm
16
*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]!!!
system
November 13, 2002, 8:49pm
17
well my book didnt mention that, but i will try it. how do i enter it?
system
November 13, 2002, 9:11pm
18
aaa._xscale = 50;
aaa._yscale = 55;
dont forget, on ur _root
system
November 13, 2002, 9:19pm
19
the aaa needs to be there?
system
November 13, 2002, 9:36pm
20
got it, thanks its a lot better.