@# 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 10 11 12 13 14 15 16 17 18 19



Comments:

<0> japan == OMG LOL JAPAN
<1> there are only two reasons Japan is mentioned right now
<1> 1. someone hacked into my pc and rooted it with his rootkit. Now he noticed I just was looking for, and started a Japanese radio station
<1> 2. coincidence and I gotta friggin lay off the drugs
<2> <-- l33t h4xx0r1ng
<3> !find rules
<4> does anyone in here have the flash.ocx for windows CE by any chance, for use in VS.NET creating embedded flash applications?
<3> anyone know how to make the canvas transparent?
<1> [Prophet], I believe they are commercial
<1> thebag, google wmode
<5> thebag, in the publish options for flash choose "transparent" wmode
<4> suv4x4 flash player 6 is free for windows CE, which includes the control for development as well... but my device im developing on doesnt have activesync, and the macromedia installer for FP6 is reliant on activesync
<3> thanks suv4x4, SupaShaD
<1> [Prophet], I see. Sorry that I can't help then.
<5> np



<5> [Prophet], i suggest perhaps getting it installed on a different computer, and taking what you need from there
<4> np thanks anyway...
<6> hey i was wondering how i can create a new array based off another array
<5> newArray = oldArray;
<6> mmmm no
<5> mmmmmmm yes
<7> is there way to get a count from an xml branch like xmlDoc_xml.firstChild.childNodes
<5> lol
<6> that seems to make a reference to the other array
<4> SupaShaD thats what im trying to source now... i currently dont have access to my PDA (the battery is fried) so i thought id just see if anyone had it in here
<5> ahh, can't say i do [Prophet] sorry
<6> not actually make a seperate array from that
<5> you sure spasm?
<5> newArray[] = otherArray; ?
<6> yeh its what i tried
<6> maybe its diff with jsfl
<8> http://www.thesuperficial.com/archives/2006/01/20/janet_jackson_is_very_fit.html
<8> WTF
<9> hey why does 2 % 45 return 2?
<9> instead of zero
<10> why should it return zero?
<5> because that's the correct quotient?
<5> not zero
<5> run it in calculator.exe :)
<6> *yells at the array*
<6> nope, that didnt work
<5> var someArray:Array = oldArray; ? yer tellin me that just makes a reference? and not a new entity?
<6> yes
<6> ahhh sam says you gotta use sslice()
<5> !find -c slice
<0> slice == See Array.slice and/or String.slice
<5> !find -c array.slice
<0> Array.slice == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary067.html
<5> ...
<5> ohhhhhh
<5> well sam would be correct :)
<5> Description
<5> Method; extracts a slice or a substring of the array and returns it as a new array without modifying the original array. The returned array includes the start element and all elements up to, but not including, the end element.
<6> not for jsfl :(
<5> well **** your jsfl !
<6> lol
<6> SupaShaD just thought you might want to know you can use concat(); in jsfl instead of splice, but it only works for simple arrays (not with objects or array in cells)
<5> i didn't wanna know
<5> :)
<6> SupaShad.ignorance = SupaShad.arrogance += 1;
<6> :P
<5> spasmFace.commence****ingOf(SupaShaD);
<11> yup
<1> do you know those "expanding" flash ads. They are like a normal banner but rollover expands them to show more. Since Flash kills the clicks below it, JS should expand the Flash size while that happens then shrink it right..? How does that happen without flickering and position displacement? got clues?
<1> and before you ask, I'm not doing ads. but a gadget that needs to behave in a slightly similar way.
<12> folks a few ppl been complaining they get a 'page cannot be displayed' when they click on the links in the flash i did ;/
<12> for some it work for some others it doesn't
<12> after they refresh the newly opened page it works
<12> I don't understand, am I using getURL incorrectly somehow ?
<12> http://www.aqpi44.dsl.pipex.com/trip-/ShulmanFlyer.htm
<12> getURL("http://blablabla","_blank";);
<12> what else can go wrong with such a simple command? ;;/
<1> Trip-w0rk, the "_blank" part
<1> IE SP2 considers it a popup
<12> so I should do _self? ;/



<1> no just do nothing :)
<12> just nothing heh
<1> btw why is your pixel text blurred
<12> the first one or the second one ?
<12> or both
<1> A paragraph with white text
<12> with the flower background? or the sliding tab?
<1> looks like it's the first one I see
<12> oh
<1> flower bg
<12> mm it is a little blurry isn't it ;/
<12> i was sure it's on .0 .0
<12> let me see it again
<1> for the blank screen thingy
<1> when do you call getURL
<1> onPress
<1> onRelease?
<12> on release
<1> or neither
<1> ok
<1> well, try onPress maybe dunno
<1> Ie has its weird ways
<12> at first i'll try without using anything
<12> as a target
<12> window
<1> yes this will totally work
<1> but will kill your flash
<1> no perfect solution I'm afraid
<1> except , if you link to videos.. just put them in flash
<1> make it all flash
<12> that ain't good then
<12> if it's gonna kill the flash
<1> well it'll replace the flash
<12> they are .mp3 links
<1> well put an mp3 player inside
<1> wait
<12> the files are pretty big
<12> must be high quality
<1> you want people to be able to download them or play them?
<12> both
<1> flash can load external mp3 files so..
<12> usually windows player buffers/plays them
<12> once u click
<12> well
<12> I can build a buffering player i guess
<13> is there a way to delay for a couple of seconds till the next frame?
<12> but that's just not gonna happen with this movie ;)
<13> a timer
<1> Trip-w0rk, I could offer a solution to force download when you click an mp3 link (which won't replace the flash)
<1> but then it won't open in WMP, it'll just download
<12> :)
<1> so you sorta still need the player
<1> and download button next to it
<12> how do u force it though ?
<12> I know alot of it also depends on windows settings
<12> at my place I get a download dialog
<1> Trip-w0rk, by sending the right headers from a PHP file, and tunneling the download via this PHP script
<1> to the end user he just sees downloading mp3 file
<12> when at my friend's place I get wm buffering
<1> it's completely transparent
<12> nice to know it's possible mate
<12> But that ain't the solution for this one
<1> I see
<1> I'm ust afraid the solutions aren't a whole lot here :)
<12> the links work for u btw ?
<1> Trip-, in firefox yes, in IE, checking now
<12> thanks
<1> Trip-w0rk, they seem to work. Just keep in mind this: if you remove the target, it will NOT replace flash and will stream in WMP like you said..
<12> it won't replace flash?
<1> Trip-w0rk, but should you have QuickTime installed... it WILL replace it :)
<12> damned
<1> thing is quicktime launches itself from the browser page, and WMP instead launches as an external app
<1> so you see it's messed up
<12> mmm


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

pitcher with 6 fingers
#computers
#heroin
ritilon
SEARCH NTEXT OPERATOR TSQL
#beginner
#politics
goldman arrakis
hyperlink in flash
#beginner



Home  |  disclaimer  |  contact  |  submit quotes