@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> so you mightaswell use it
<1> i'm not sure what the first [ would be for
<0> Ize: thats messy
<0> i can't say it any clearer
<1> trace(_root.level[1] ? "level : "+_root.level[1] : "its undefined");
<0> ["level"+1][1]?
<0> thats what you are tracing
<2> yeah
<2> i wanna return what in the array of level1[1]
<2> if i do it the hard way i get my value
<0> then trace(level1[1])
<2> but dynamically i get undefined
<0> not trace([level1][1]
<1> _root["_level"+i"][i];
<1> oop lol
<1> _root["_level"+i][i];



<1> _levelx[x]
<3> SHiZNiT: index.html and blah.swf are in root directory... the path I need to get to is this/blah/index.html
<4> does anyone have any kind of reference to how localToGlobal works?
<1> this relative to swf?
<1> you have this._url in swf to get location of swf file specifically
<2> i know that...if i do that i get my value but _root.level is a variable that gets changed for each level, so i can have level 2,3,4 etc. and use the same function
<3> SHiZNiT: what?
<1> swfdir = this._url.substring(0,this._url.lastIndexOf("/")+1); // http://www.domain.com/swf/file/location/
<1> ?
<3> WHAT?
<3> lol
<3> im confused
<1> dunno, i'm just guessing at your problem now
<2> nm
<2> SHiZNiT it work like you said
<2> _root fixed it
<2> :P
<2> s
<1> yay
<2> \o/
<2> ;D
<3> why the hell doesnt open.window('this/blah/index.html') just work?
<3> ?!?!?!
<1> on(press) { relpath = "blah/index.html"; getURL("javascript:.window.open('"+(this._url.substring(0,this._url.lastIndexOf("/")+1)+relpath)+"'
<1> oop
<1> on(press) { relpath = "blah/index.html"; getURL("javascript:.window.open('"+(this._url.substring(0,this._url.lastIndexOf("/")+1)+relpath)+"');void(0);"); }
<1> which would be relative to swf location
<1> http://www.domain.com/swfWithButton/blah/index.html
<5> question: have getURL("javascript:window.open('index.html','namehere','width=200, height=200'); problem if it opens a new window then my window with the flash component turn in an html string that sais "[Object]" how can i fix that? (open a popup from flash with a set height and width)
<1> getURL("javascript:window.open('index.html','namehere','width=200, height=200');void(0);");
<5> why the void(0)?
<1> you need to test your flash in a browser window as well
<3> SHiZNiT: which getURL should I use?
<5> SHiZNiT: ty works
<5> OnoSendi: what is your problem?
<3> SHiZNiT: on(press) { relpath = "blah/index.html"; getURL("javascript:.window.open('"+(this._url.substring(0,this._url.lastIndexOf("/")+1)+relpath)+"');void(0);"); }
<3> doesnt work
<1> ya well, clarify intents and get a specific answer
<5> think the void(0); thing was for me lol
<1> yup as well
<1> anyways... i gotta get to my own stuff
<3> onPress = function () { relpath = "magazines/arizona_foothills01-02/index.html"; getURL("javascript:.window.open('"+(this._url.substring(0, this._url.lastIndexOf("/")+1)+relpath)+"');void(0);"); };
<3> doesnt work
<1> ono - since i dont understand exactly your problem, cant give an exact answer, as i said, i'm guessing at your problem because its not explained well enough for my simple brain which lacks esp
<6> hi
<3> BLAH
<3> I just want to fricken open an html document in another window
<3> html with code for flash is in the same dir as the swf... from that directory (root) I want to get to magazines/arizona_foothills01-02/index.html
<3> this is so simple and no one can seem to help, ughhhhhhhhhhhhh
<7> OnoSendi, www.actionscript.org
<4> what's the issue onesendi
<3> nickfury: I need to open a new window with javascript, using a relative path to the file im opening
<4> a relative path from inside flash ?
<4> according to vars?
<4> so just use javascript inside flash
<3> nickfury: getURL("javascript:NewWindow=window.open('arizona_foothills01-02/index.html','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=yes,fullscreen=No'); NewWindow.focus(); void(0);");
<3> like
<3> that
<4> so what's the issue?



<3> it doesnt link
<4> what does the link look like
<4> in the browser.
<3> cant find it
<4> well
<4> u have to find out what the ajvascript path is
<3> oh, I should turn location on and see
<4> like .. where it thinks it's looking
<4> ya
<4> it's probably just a "."
<4> err "/"
<4> at the start maybe .
<3> im such an idiot
<4> HEHE :)
<4> see what i mean
<4> i do it ALL the time :P
<3> dude, you have no idea, I have been reading up on different methods, trying different methods, for the past 4 hours
<4> ya i know :)
<3> and it was that little thing
<4> it's always a / or something
<4> ya just needed someone to bounce off of
<3> it wasnt even that, haha, I was forgetting a directory
<4> well there ya go
<4> that's what we're here for right :P
<3> hehe thanks
<4> word.
<8> hey guys
<8> remember me?
<8> lol
<9> oh yeah , no
<8> i broke a lot of balls in here
<8> because i was a noob in flash
<8> you guys were very helpfull
<8> now i've progressed a little bit, red a lot, but still i have a thing that i don't know how to do
<8> so here i am again
<8> ;)
<8> i have an object that moves, reacting to the mouse
<8> and i just want it to rotate left if the mouse goes left
<8> and right when the mouse goes right
<8> to make the thing move exactlly oposite to the mouse position
<8> i calculate the difference between the mouse pos and the middle
<8> and i move it the other way
<10> hey.. I've never worked with pre-loaders before. I've made a site and the swf is 600kb. I'd like to make a preloader. Firstly I'd like to know how much of a simple/complicated process this is. And secondly whether I can exclude the songs I have loading into the mp3 player I've made excluded
<10> and thirdly whether there are any content-loading scripts around (not much on flashkit)
<3> nickfury: you still there?
<3> I need helpx0r
<11> could someone do me a favor? I used the charmap to put asterik looking things in a text box, but im not sure the font will show up on others PCs
<11> http://www.nmnetsys.net/about.htm | its the asteriks next to the products and services
<4> yep
<7> they appear, but that seems like an unnecessary use of flash
<11> isnt it all?
<2> damn
<2> threshold rox
<2> ;D
<3> OWLiE: you make that?
<12> Hi, can I set a swf's wMode from within the swf's code?
<12> i.e. _root.wMode = 'transparent' ?
<13> where can i change the codec for imported movies in flash? i dont want to use sorenson...
<14> i swear flash 8 does some weird ****
<15> sou yo
<4> change the importing eh
<4> lol
<4> i guess u could un-compile flash and throw your own in
<4> lol
<13> nickfury: where do i change the import?
<13> sorry i dont see any option
<4> u can't
<4> simple :)
<13> k
<13> i think i ll use director then
<13> there its no problem


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

#politics
#flash
pmapassword
#computers
gamedev cafepress shirt
#microsoft
#politics
libertarian animal joke
#politics
mommy just hit daddy AND dane cook



Home  |  disclaimer  |  contact  |  submit quotes