| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> makes no damn sense <0> is there a safe way of sending somthing to php <1> if this happens i will lose my business. i run a site with content embedded throughout myspace, these myspace users account for 95% of my incoming traffic <2> Jeff`, really? <1> yes it is flash-gear.com <2> if i understand correctly activex all still works the same except before someone can actualy interact with it they have to click it <2> right? <3> yes <3> everytime no matter of the browsing history <3> unless the patent gets reviewed as w3c is asking <2> how would that kill your business, Jeff`? <3> what will happen is everyone will drop IE for something else <1> my .swf has a button linking back to my site. no one will see this button <2> they will still see the button, they just have to click once before they can click it <1> no <1> they'll see a blank box or some ****
<1> it won't render any of the .swf until the first click occurs, please put me in my place if i am wrong but i don't think i am <2> i'm pretty sure you are <2> the update is already out, right? <1> i don't understand the news articles i read, some state the real transition won't occur until June <4> transition to what? <3> its a grace period until microsoft has to have the patch ship with IE updates <3> so top sites can get their code altered to adapt for the new patch <1> transition to the necessity of using javascript to enable your .swf to load <0> what are you people talking about <3> heh <0> whats microsoft doing thats screwing you up <2> Jeff`, i just was working with a flash nav thing for my sis and i noticed that i couldn't click the links until i click in the applet. it said "click to active applet" <2> it still showed up fine, though <3> pacabel: microsoft lost a lawsuit based on a patent for embeding active-x and applets in html so they have to release a patch by june that prompts users to allow <3> its for all pages regardless of browsing history <3> each time you load them <1> Tens of millions of people have copied and pasted a clip of my HTML into their own web sites, and the people who load that HTML are my sole source of traffic <1> photobucket never ***umed <img src=""> was going to stop working forever for the status quo on some arbitrary date <1> and i thought <embed> would always work, MS made me believe it, MM made me believe it, i was wrong <4> ehhh? <3> hehe <1> amazon hmmm ok that puts my mind at ease a little more <1> Thank you for that <1> one less nightmare tonight i guess <2> update IE and go to a place with flash <1> i can't use IE, i am on a macintosh, that's what is so bothersome about it <0> so whats the big deal about hte prompt <1> it's like suspecting your spouse is cheating on you and you can't see through the blinds, you have to rely on secondhand info <0> you are going to lose business because people hav ea choice of blocking your content? <1> i am going to lose business because microsoft is terraforming the default function of the web to intentionally degrade the user experience, the whole thing is a psychological operation to lube the industry up for sparkle, and by trying to play down the evil of all this you are either playing devil's advocate or pushing my buttons <2> i have a flash question: i have one key frame with a stick person and then an empty frame and then a key frame that has his hand raised a little bit. i have the frame in the middle set to shape tweening but that middle frame goes totally whack, transforming the arm into the leg and such. how do i fix this? <0> no im asking a serious question <0> from how you explained it people now have the choice to block your content <2> pacabel, they don't have a choice <2> it is forced <0> oh <0> so how do enable it <0> or you cant <3> amazon10b: sounds like your using different clips on the same layer so the tween is moving more than 1 thing <2> oh <0> amazon: i hope all your objects are on differnet layers <2> oops <2> i made a little stick video a few years ago and now i remember that i needed a bunch of different layers <1> amazon10b!!!!! thanks alot for that info that it still renders <2> np <2> i'm off to bed folks <2> thanks for the help; nice chattin <5> hey guys, i have a movie clip with 10 frams. Each frame contains different content. What i want to happen is whenever a keystroke is pressed on the keyboard (any key at all) the movie will gotoAndStop (random (10)) . Can anyone point me in the right direction? <0> on (keyPress) maybe <0> well actually <0> you need listener to check for a keypress <0> if there is one gotoAndStop <0> im not familiar with the syntax, paramas or aynthing <0> i never messed with it <0> but there is a keyPress event <5> what is listener? <0> well keyDown <6> var key_listner = new Object(); key_listner.onKeyUp = function(){gotoAndStop(#);} Key.addListener( key_listner ); <6> I suggest onKeyUp but its up to you <5> why do you suggest that? <5> thanks by the way tahts awsome
<6> its the same debate as onPress vs onRelease <5> ok gotcha <5> thanks heaps <6> onPress feels like its happening during half way of your event <6> same as onKeyDown <5> I see <0> hey f1 is there a way to refresh a list <0> if i load a list from an xml and add items based on taht i dont get a scrollbar <0> i get like a portion of an item at the bottom <0> do i just have to set rowCount? <7> anyone around do flash banners ? <0> rowCount is not good <7> k <7> i need one made for my new webhosting company <7> if anyone interested thats got a good portfolio together msg me <8> are you going to hack teh gibson? <3> heh <3> rabbits in the mainframe <5> is there a way to make a gotoAndStop() just advance to the next frame... +1 or something? <9> nextFrame() <9> :D <5> thanks <5> (hehe) <9> np <5> i learn so much in here <9> sometimes it's easier than you'd think hehe <0> is there a refresh function for the list component <10> why my popup dont come up what is my error on (release) { getURL("javascript:var mypopup = window.open(http://www.clubreseau.com/profile.php?member='"+username3,'mySite','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=500,height=300,top='+eval((screen.availHeight - 300) / 3)+',left='+eval((screen.availWidth - 500) / 2));mypopup.focus();"); } <9> pacabel: dunno, did you check the help file? <0> sure did <0> the tree has a refresh <0> and i think the datagrid does also <9> but not the list component <9> are you sure you need it? <5> F1-Work: That code worked great, but once i have hit a key say...more than 100 times, the entire movie starts lagging and locking up slowly. its a little effect thing as people type into a contact form, little squares light up...any idea why it starts lagging? <9> ograman: i think your quotes are mixed up <11> probably missing +" after username3 <9> yeah, i noticed he's got ' there too, but no ' at the beginning of the url <10> and this ? on (release) { getURL("javascript:var mypopup = window.open(http://www.clubreseau.com/php?member="+username3+"','mySite','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=500,height=300,top='+eval((screen.availHeight - 300) / 3)+',left='+eval((screen.availWidth - 500) / 2));mypopup.focus();"); } <11> missing an opening single quote after open( <11> seriously, with this much code, just put it in a js function in the html file, and call it from getURL <9> is mypopup.focus(); necessary? <9> i think you can do just getURL("javascript:window.open('params')"); <9> well, actually i know you can, i do it a lot hehe <9> then again, i use a custom function i wrote that gets rid of all those options since they're normally all the same <9> and mine centers the popup on the screen <11> focus() forces focus onto the popup, if for example the popup already existed, and window.open() opens a different URL in the same popup window, it won't receive focus by default <9> ah yes, that's true <9> i always ***ume it's not already open and the user closes the window when they're done with it <12> \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////// <12> \\ \ \ \ ** ** ** ** Check Out ** ** ** ** / / / // <12> \\ // <12> \\* ** *** **** http://www.GimmeTheBonus.com **** *** ** *// <12> \\ // <12> \\ \ ** ** Get $500 FREE to Play Poker Online TODAY!! ** ** / // <12> \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////// <9> bastards <0> oh man <0> what a piece <9> alright, i'm off to see the wizard, and by wizard i mean some random hot chick during my REM sessions :D <11> lol <9> later :D <11> see ya <5> see ya mate <1> www.drawball.com <5> the agree disagree thing screwed me over and i imediately closed the window. <1> i see <5> the funny thing is i read it, and understood, but cliked agree anyway to see what would happen! <13> anyone alive>? <8> can i crop a swf or something <14> Ok where is a good place to vent over this immigration thing? <15> venezuela <14> mexico has a huge land m***, these people should be protesting over there...their government is completely corrupt <14> they want back texas and even california? why? so it can become corrupt too? doesn't make any sense
Return to
#flash or Go to some related
logs:
#politics spaish for beginner faith armitage #3dsmax #worldcup #politics vmres.pl Autoplay Diskdrives NHL Insurance #nhl
|
|