| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> if there are 31536000 seconds in 365 days, would there be 31557600 seconds in a year? (an extra 1/4 day) <1> is it a leapyear? <0> that's the thing, leap years are really ****ed up <0> every four years there's one extra day <0> so if i took 365 days plus 1/4 day in seconds that should kinda equal out <1> %P <0> tryin to get a simple age detection method <0> right now i have: $_SESSION['age']=floor((time()-$field['dob'])/31536000); <0> dob is a unix time stamp made from their date of birth <2> Is there way to have playback controls for a swf? <3> ok im not getting this at all <3> Prometh, how do I implement the frame loop or mousemove? i mean.. where? <3> i mean I know how to do a frameloop <3> but I'm not getting the logic of it nor an idea as to where it would work <4> bleh={}; Mouse.addListener(bleh); bleh.onMouseMove=function(){mc.hiTtest();updateAfterEvent()}; <3> ah.. dude.. i found another solution :D
<4> oki <3> since its an attachmovie, I can have a function inside it to do the same hitTest <3> so on button.release, I'll simply call that function to do a check <3> woo <3> :D <3> its working just fine <2> is there a way to change the position of the player buttons skin for the FLV playback component? <4> JonM|: dunno... write your own flv player <2> how do I do that <3> gnite <1> jonm - you can use component.skin_mc._y = .... or such... move it around, or use custom elements to create your own - but when using skin_mc ... you must wait untill its initialized/ready (frame roll) i believe before you can move it <1> might support moveTo but i dont think so <5> hi SHiZNiT <1> hey kom4 :) <6> test <0> tesuto <7> Hello :) <7> weird, eve though i'm using live_sound.stop(), i'm steal hearing the sound that comes from the video/audio stream...how come? <7> ?!? <5> why are all people are so despicable if you ask questions? <8> MainProc: stopAllSounds() <8> ? <5> especially people that do computer work ;D <7> doesn't work?!? <7> how come? <7> what am i doing wrong? <7> mrmg?!? <9> hey in Flash 8 how do you customize componets? In MX you use to just have to click edit in place <5> the whole world hates me for using PHP lol <10> that includes me <11> [22:38] <11> DCC SEND "1234567891011" <11> [22:38] * ratio has quit IRC (Read error 54: Connection reset by peer) <11> [22:38] * aaaazz has quit IRC (Read error: Connection reset by peer) <11> [22:38] * sp0n9e has quit IRC (Read error: Connection reset by peer) <11> [22:38] * mxile has quit IRC (Read error: Connection reset by peer) <11> [22:38] * Meritt has quit IRC (Read error: Connection reset by peer) <11> lmao <11> they should upgrade irc client <11> epoch <11> upgrade your mirc man <1> !find -c _stopallsounds <1> !find -c stopallsounds <12> stopAllSounds == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary683.html <0> some people are lucky i don't have op status <0> <-- intolerant ***hole <13> who pissed you off? <0> the people who keep using that stupid exploit <14> !w000t <14> wats goin on in heah? <15> hey guys, how do i execute this html string in flash? <a href="#" onclick="xmlhttp.fill('index2.php', 'Main')"> <15> i need to execute the on lcick function somehow from flash <14> look up the getURL command <14> getURL("www.yurdomain.com", "_self); <14> that will open the link you want to go to in the current window the swf triggering the event resides in <14> w000t <16> is there any way to control the properties of a popup flash opens with geturl? <16> like size, etc? <14> yu can use a .js file and append the js command to the getURL action <14> look up openAWindow.js
<16> err i should have said without scripts <14> or you can try the MM forums <14> there's loads of posts on the pop up window <16> thanks <14> go to: http://www.adobe.com/cfusion/webforums/forum/categories.cfm?catid=288 <14> and search for pop up window <14> !w000t! <15> hey spazzah, i dont know if that will work, i'm trying to do an XMLHTTP command, which sorta kinda changes the page but not really <14> hmmm... <14> yur tryin to do a data refresh of sum sort? <14> in that case, if yu refreshin' data off a server, yu might have to work with teh xmlSocket <15> yea, the XMLHTTP refreshes a certain tag, like a DIV or something, with content from another page <14> that will open a portal for flash and xml to communicate <15> so like a frame except better <14> are yu parsing the new page data into flash, or is the refreshed data being displayed on an html page? <15> html page <14> hmmm... <14> you can try the DW forum... <15> just wantin flash to initiate it <14> i cant help the flash to html refresh, without refreshing the entire page <14> i might have a link tho <14> two secs... <15> k <14> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15683 <14> i'm not sure if that will help you too much, but might give insight to basic idea <14> fscommand is the way to communicate with a host application <15> hmm yea don't know if it will work <1> might want to look into ExternalInterface cl*** if using v8+ <1> http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00002200.html <14> nifty, that looks handy <14> people are posting bug reports tho <17> i have a flash app that draws a mask around an image using actionscript ; how do i automate converting the masked image into a jpeg ? <1> can check mike chambers' site - maybe has some more workarounds for common problems... but most that i see are concept driven problems unrelated to flash itself but more to the use trying to impliment <1> use*r <17> i have the coordinates of the image:x,y,scale,rotation and the masking points... i apply the values to the image and mask in AS , then i'd like to output that to a jpeg ... <17> any way to output whats on the canvas ?? <1> http://www.osflash.org/fc64 lol :) <18> Hi.. plz, im going crazy! trying to get a btn in a mc to gotoAndplayon (release) { <18> gotoAndStop("Main", "mail"); <18> sorry... trying to get a btn in a mc to play a frame in the main timeline <18> like this: on (release) { <18> gotoAndStop("Main", "mail"); <18> }but its not working <1> _root.gotoAndStop("Main"); if you wish to control _root <1> otherwise, gotoAndPlay is relative to your movieclip code is resting on <1> :/ <1> gotoandstop - whatever <1> and 2nd param is a num not a str no? <1> ("scene", framenum) if using such ... or ("label") .... or (num)... <18> ive done like this, _root.gotoAndplay("Main", "mail") <1> scene names are flatted out on _level0(or relative level) <18> main= tilmeline <17> i have a flash app that draws a mask around an image using actionscript ; how do i automate converting the masked image into a jpeg ? <18> ah <1> Main = string with value of "Main" - nothing more <17> any way to output whats on the canvas ?? <1> _root.gotoAndPlay("Main"); if you want to goto a play a frame label/scene on _root/_level0 <1> _root.gotoAndPlay("Main", 5); if you want to goto a play a frame in a scene <1> _root.gotoAndPlay(5); if you want to goto and play frame5 on _root <1> :/ <1> docs pretty much explain it no? <1> !find -c movieclip.gotoandplay <12> MovieClip.gotoAndPlay == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary529.html <1> !find -c movieclip.gotoandstop <12> MovieClip.gotoAndStop == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary530.html <18> yapp... working like this _root.gotoAndplay("mail") <1> :) <1> damn - bot is pullin up some oooold info heh <18> mail=label on the timeline <18> thx guys <1> o/
Return to
#flash or Go to some related
logs:
#politics #politics #winxp #bsd #stocks #computers zaps VAXes twistdpair tallinder gangbang #netbsd
|
|