@# 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



Comments:

<0> is there any way to rip down this video clip from this site and save it as a file on the pc ? : http://www.youtube.com/watch?v=jUEmH9OtR5c&search=oblivion
<0> ?
<1> hello
<2> ?
<2> hi
<1> anyone around here to helme a bit?
<1> how can i tell a movieclip to change it's depth to the layers' movieclips' highest depth +1? :/
<1> anyone? :)
<3> layers have no meaning in actionscript
<4> when using js to create flash movie should i do it on body onLoad or is there a way that won't introduce a slight delay like body OnLoad does?
<1> brainy, i mean i have more than 2 movieclips in the same layer, so they have different depths
<1> is there any way i can change one movieclip's depth to the highest depth of the other mcs +1?
<1> so that whenever i click on one mc is on top of the other?
<5> getNextHighestDepth
<5> or keep track of used depths in a var
<1> f1, first one doesnt help me because it's used only in attachmovieclip, createmovieclip or duplicatemc



<1> what about the second one you mentioned? how can i keep track of that? :/
<1> :/
<1> i guess i am asking that is supposed to be very easy? :/
<5> u can use swapDepths to change the stage mc's to positive depth
<1> f1, that would only work for 2 mc's right? what about more?
<5> use a var to store your depth?
<1> how do i do that? :D
<5> _global.myDepth = 100;
<5> something like that
<1> sorry, not only professionals need help
<5> manipulate it however u want
<1> and how would that help? :S
<5> _global.myDepth++;
<1> hm, let me try that
<5> myMC.swapDepths(_global.myDepth++)
<5> its just a number...
<5> and why doesnt' getNextHighestDepth work for you? I didnt understand
<5> if its published to 7+ it should work alright
<5> anyways u play with it, I am going to get some coffee
<1> :D
<1> thanks
<1> well, flash 8 seems a lot easier than 5
<1> i am thinking 5-ways :) thanks a lot f1, really helped
<1> does a variable keeps track of any change done to it?
<6> hello everyone
<6> !help
<6> is this a help channel?
<1> lol! :)
<1> mel, yes it is, IF someone appears to help (they helped me :)
<1> later guys, thanks for the help
<1> bye
<6> lol, i jz asked a stupid question din i lol
<6> anyhow, ive got a problem with a webpage that has online uploaded video content
<6> youtube.com
<6> it stores files in the TEMP folder
<6> cached files
<6> problem is i'm on a really slow connection
<6> and i can't seem to copy the files that are cached, they are under the name *.tmp
<6> cos it seems that the build in flash player that plays the vid files is using them
<6> and when i close the browser window, weirdly, the file self deletes
<6> but when i reopen the browser window
<6> the file reappears without recaching
<6> could it be flash deleting the file
<7> on my site im using iframes. I have a flash menu in one of the frames, how do i specify with getUrl that i want a page to load in that iframe
<8> !find -c getURL
<9> getURL == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html - See also MovieClip.getURL
<8> window An optional parameter specifying the window or HTML frame that the document should load into.
<7> SHiZNiT yea i saw that
<7> but it just has _self, _parent
<7> so i would do getURL(bottom.html, "frame_name");
<10> i used onResize in my site...its all fine the only problem is, that the menue is only moving to the right position, when i resize the site... (http://www.avitas.de/)
<10> is there an easy way to resize the site when open it?
<8> goose - thats exactly what it says
<8> <iframe name="...." ...> getURL("page.ext","....."); ...
<8> ... flash wont know your name, you'll have to type it in aside from a default selection
<8> *from using a default selection
<4> shiznit: when creating a flash movie using js (to circumvent the IE activeX change and allow validation) should i create the flash movie on body onLoad or can i put it elsewhere to have the movie show up quicker? (cause i notice the onLoad causes a slight delay since it's not called until the page is fully loaded)
<10> anybody here who could help me ? :-)
<8> just have <script> var o = new FlashObject ... </script> in yer div or such where it should be ..
<8> i wouldnt worry'bout an onload or such
<4> SHiZNiT: but i thought <script> tags are only supposed to be inside the <head></head> tags ?



<8> if you want script declared for document usage - yes
<8> otherwise, its loaded 'in order' and not ready untill such
<8> so if script wasnt in head, it was near bottom...
<8> and you attempted to call a js func 1/2 way through doc....
<8> its not known yet
<8> .. that creates a problem
<4> hm ok but i recall trying to validate a html page and it complained that script should be inside the head section
<10> can you give me such a script?
<8> did you set alignment of stage to TL ?
<8> Stage.align = "TL";
<8> :/
<10> yes
<8> ohh
<8> ya
<8> after you define your resizer
<8> call it once
<8> myobj.onResize();
<8> to setup :)
<8> then of course, everytime a resize happens, it will be called by Stage
<10> oh wait i`ll try :-))
<8> just make sure everything else is 'ready' before you call your first resize
<8> or at least factors dependant for usage
<11> My New Mix 126MB of Hands Up! -> http://ize.badne.ws/down/download.php?file=SB <- Covers: http://ize.badne.ws/down/dls/sb/SB_Front.jpg & http://ize.badne.ws/down/dls/sb/SB_Back.jpg
<10> http://pastebin.sekati.com/?id=Anonymous@5a57f-b8427ab3-t
<12> hello.
<12> flash 8 keeps crashing at start up. it seems fine, then as soon as i move my cursor on to the stage, it crashes. has anybody had this problem before?
<12> (running windows xp pro)
<12> !find rules
<8> sounds like a problem with graphics - an element in your library
<8> if you can use flash without touching stage ... open your lib and flip through your graphic items
<8> ... if its graphics related, it should crash when you view clip in lib too
<13> sup SHiZNiT
<8> if thats the problem - start a new flash, open lib as external library, and see if you can right-click/delete item ... then make your 1px lines.... 1px fills in graphic and reimport ... somethings messed with the interpretation of data if thats the problem
<8> mm - just pluggin on some stuff before goin for an easter dinner later :/
<13> cool
<13> I am looking forward to easter egg farts
<13> i am easily amused
<12> shiznit: hey man, i can flip through my library fine.
<12> shiznit: i can select any of the elements, but as soon as i enter that stage area, it crashes.
<13> you mean it locks up?
<13> or does it display an error
<12> straight up crashes.
<12> it displays an error.
<13> what is error
<12> i can't seemt o find a specific error code or anything.
<12> just a box that says, "Flash 8 has encountered a problem and needs to close. We are sorry for the inconvenience"
<12> and then the "Send error report" stuff.
<13> can you play the swf?
<12> yup.
<12> i can open an fla, and play it, everything seems to be working fine.
<12> as long as i don't move the cursor into the stage!
<13> no
<13> open the dir where the swf is
<13> in explorer
<13> double click the swf
<12> ah. ya that works fine.
<13> does it play?
<12> i mean... it happens even when i have nothing open in flash.
<12> but ya, the swf i'm attempting to edit is working.
<8> sam - if ya wanna post fla, i can take a quick peek for ya see if i can see/get to the prob :|
<8> i've encountered a few variations of that prob, but a li'l busy too, and dont feel like 'walkin through it' .. if its even possible at this point :P
<8> can prv msg url if you want
<12> shiznit: well... much appreciated, however there is no specific FLA that seems to be causing the problem. as it happens as soon as i touch the stage, no matter if there's anything actually open in flash.
<8> ohh
<8> flash period?
<8> wow
<8> hehe :))
<8> sorry, missed that
<8> hmm - ya, thats a prob :)
<8> so an empty fla ... you touch stage, it crashes?
<12> hahaha! ya i know, it's very strange.
<12> ya.
<13> maybe re install it or repair it
<12> ya, doesn't seem to help.


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#dsl
#mirc
#mirc
xtcrew
inzagih
modify wgt624
#stocks
what is enlightenmen
#politics
What James be sayin?



Home  |  disclaimer  |  contact  |  submit quotes