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



Comments:

<0> pastebin your code
<1> that was it up there
<1> im not getting any errors, just nothing happens :(
<0> are you sure the instances are named?
<0> and that your scope is correct
<1> instances are named yep
<1> and what do u mean by scope
<0> _root.yourchildmc.mconframe30.onRelease
<0> _root.yourbigmc.thebuttonmc.onRelease
<1> im a bit lost lol
<1> ok basically, im clicking a symbol mc inside a mc called box01, that when clicked k
<1> i want to change to frame 2 of box 4
<0> what is your main mc called
<0> and what is the button called that is in your mc
<1> the button in the mc is sym1



<1> the main mc is just the root
<1> that containts all the 'box' mc's
<0> yes, but it needs an instance name
<1> yah i just named it sym1 instead of symbol 1
<0> if your button is in the mc, then you need to set the scope
<1> k, im not sure how to do that
<0> but your button on the stage
<0> dont put it in a movieclip
<1> i need to for the animation to work :/
<0> so then give it an instance name!!
<1> i did
<0> _root.yourBIGMIC.yourBUTTON.onRelease = function () { _root.box04.gotoAndPlay(2); }
<1> its boc01
<1> ok thx
<1> do i put that code in the button itself ?
<0> no on the timeline!
<0> dude this stuff is in the manual!
<1> ah
<0> at least give us the curteousy of googling it first
<0> !google flash button scope click
<2> http://www.actionscript.org/tutorials/beginner/the_delegate_cl***/index.shtml
<1> hmm still not doin it
<1> i dunno what to be googling for
<1> have this in timeline:
<1> _root.box01.sym1.onRelease = function () { _root.box04.gotoAndPlay(2); }
<3> hey is there a html code or anything to have multiple website titles?
<3> like a random website title every visit
<1> have this in timeline:
<1> _root.box01.sym1.onRelease = function () { _root.box04.gotoAndPlay(2); }
<1> i get a button cursor but nothing happens
<4> Whats a good sound compression for music I'm going to be using in a banner?
<5> hey
<5> i get an activex warning
<5> can this be a problem for some users (using JS with flash)
<6> Yo! Heed it
<5> sorryu?
<7> why when i try to display the user webcam on my videochat it do nothing ? my_cam= Camera.get();
<7> user_video.attachVideo(my_cam);
<7> why when i try to display the user webcam on my videochat it do nothing ? my_cam= Camera.get();
<7> user_video.attachVideo(my_cam);
<8> hi
<8> http://s2.photobucket.com/albums/y10/bgilb/sadkid.jpg
<7> why when i try to display the user webcam on my videochat it do nothing ? my_cam= Camera.get();
<7> user_video.attachVideo(my_cam);
<9> what does it mean if an shtml file isnt rendering
<10> !help
<10> !find -h
<7> why when i try to display the user webcam on my videochat it do nothing ? my_cam= Camera.get(); user_video.attachVideo(my_cam); ?????????/
<11> cause you are trying to have net***
<7> stupid kid
<5> lomar he's right
<5> stop trying to molest young children, and they will stop blocking your webcam
<11> I'm not a kid any more
<12> how does google play windows video thru flash player ?N
<11> with streaming video
<11> showed up in, what, Mx 2004?
<13> anyone around?
<7> no
<13> good answer
<7> all kid watching porno now
<13> you know much AS?



<7> why when i try to display the user webcam on my videochat it do nothing ? my_cam= Camera.get(); user_video.attachVideo(my_cam); ?????????/
<13> no idea, haven't messed with any of that. you can ask night when he is on #actionscript. i know he knows and would help
<13> he's not in there currently
<14> embedded fonts are hell
<13> they can be
<14> just an issue with an extended MovieClip speciflcally for buttons
<14> i.e. textfield on top of extended movieclip with texformat
<13> anyone wanna take a look at this and tell me why this doesn't load right? i'm trying to swap out an xml file to load a new set of images/thumbs. the images and the xml loads fine but when the thumbs are redrawn, it's as if they aren't put into the right mc or something, because they are under my rectangle placeholders and not aligned/centered right. http://senatorslab.kicks-***.net/tpw/ click the "next set" button at the bottom right an
<15> Hey guys, how do i GotoAndPlay(nextFrame)?
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<15> !help
<15> !find -h
<15> !find next frame
<15> !find next
<9> read the flash docs, sciboy
<16> sciboy: movieclipInstanceName.nextFrame();
<16> or _root.nextFrame();
<16> for the main timeline
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<7> HELLOOOOOO
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<15> Hey guys, anyone know if it's possible to get the Flash 8 documentation in Plucker format, or something easily converted into Plucker?
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<17> guys
<17> any way to remove the CREATE TABLE `events` (
<17> `id` int(11) NOT NULL auto_increment,
<17> `empid` int(11) NOT NULL default '0',
<17> `datetime` datetime NOT NULL default '0000-00-00 00:00:00',
<17> `ipaddress` varchar(15) NOT NULL default '',
<17> `hostname` varchar(50) NOT NULL default '',
<17> `event` text NOT NULL,
<17> PRIMARY KEY (`id`)
<17> ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=937 ;
<17> wtf
<17> sorry
<17> k
<17> guys
<17> any way to remove the "click to activate and use this control"
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<18> good farkin mornin
<7> good mornong
<7> morning
<19> good alonzo mourning
<7> :)
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<20> mornin
<7> someone can help me on my videochat ????? look at the end of this code http://pastebin.com/732428 I want to show the user cam when I click on the name in the listbox I try many **** read tutorial on google and I cant find never work someone can help me with this !
<19> last night i had a dream that on the news they said paris hilton used to be a man
<21> someone are good with videochat ?
<22> I have a sound in my library called 'a.mp3' and it's linkage identifier is 'a' ... I want the sound to play on (press) ... is there a simple function/command to play the sound? or do I need to put it in a layer or something?
<23> has anyone made a virtual enviroment flash
<23> where you can move at some place with clicking hotspots
<24> !find rules
<24> !help
<24> !find -h
<25> anyone with any flash lite experience?
<26> !find rules
<26> I have a flash mp3 player, that upon right click gives you the "Download Song" option, I currently have the swf file open in Flash, but I can't figure out exactly where to find this object to remove it. Any tips? Is there a specific location for menu items? There was an object labeled Menu but it was empty, so I just removed it.
<27> i had to make flash an .exe because it going to run as a stand alone. Now the the getUrl is not launching a broswer. Any other ideas of how i can make a link work?
<26> I'm pretty sure they're all AFK for a bit, so you may not get a reply so soon, but maybe you can ***ist with an issue I'm experiencing? I'm not experienced with flash at all so I have no clue how to help you I'm afraid :(
<27> it all good thanks
<26> well heres my problem ;]
<26> I have a flash mp3 player, that upon right click gives you the "Download Song" option, I currently have the swf file open in Flash, but I can't figure out exactly where to find this object to remove it. Any tips? Is there a specific location for menu items? There was an object labeled Menu but it was empty, so I just removed it.
<27> what object are you trying to remove?
<26> Well, in the player you can right click the object in IE and it has its own menu list, like Next, Previous, Pause, Play etc, one of them is Download Song
<26> I don't want it to give the person the option to download it
<28> XIII you're pretty much SOL
<28> controlling the menu has never been very reliable
<28> best you can do is set all of the flags to try and disable it and hope it works
<28> nocensang: try using the ExternalInterface cl***
<28> or are you just not supplying the getURL with a target such as _blank?
<26> Sorry to be so ignorant when it comes to this but, where exactly would I find the flags to set to disable?
<28> look up fscommand in the manual


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#nhl
#computers
#visualbasic
#politics
#winxp
zetanor
#narcotics
gothy
can't call method scheme cookies.pm
lambch0pz



Home  |  disclaimer  |  contact  |  submit quotes