| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> Thank the Lord <0> Ok I'm out <0> See yall tommorrow <1> didn't they change props though <1> like scaleX and scaleY instead of _yscale and _xscale? <0> http://livedocs.macromedia.com/labs/1/flex20beta3/langref/index.html <2> sup ppl <3> how do you get flash sites to be viweed my search enginges <4> that's not a flash question <4> your search engines? <4> how many do you have? <3> i mean how do you get flash sites to be viewed by search engines <5> yes Smurf <5> they did revamp most of the properties naming <1> yay <5> u probably wont find any more _prop
<6> is there anyway to enable flash debugging from inside IE or something? so i can see why this swf isnt working? <5> what's "not working" <4> I think if view messages it says <4> or maybe that is safari <6> it doesn't do anything, just a blank stage <6> it works in firefox <5> make sure you embed the object correctly <5> did u write the html or flash's default <6> i'm using the same embed code i've always used with it.. i changed a bunch of actionscript since the last release.. but it worked inside flash pro 8 <6> i wrote it <5> well, try publish html with flash and view under IE see if that corrects the issue <7> F1-- have you got any standards correct flash player html? <6> it doesnt work even without the html <5> ? <5> just compile and get one? <6> ie: i jus put the url for the swf into the browser <5> so somethign's wrong with ur swf <5> or maybe ur embed has some flashvars to tell it to start <5> u should know <6> ya, it doesnt have anything like that <6> i'm sure it's something i changed inside the swf, but how am i supposed to figure out what it is if it works fine in the flash dev environement, and only doesnt work in IE? <6> hence my original question, is there anyway to enable debugging output or something with the flash IE plugin or something? <8> yea don't use ie <5> problem is your flash <5> IE can't dig your swf <6> uhm, 95% of the people on my site use IE... so it's not really an option <6> :D <5> u can use Flash's debugger <5> does it work in standalone player? <6> ya <6> and it works fine in flash's debugger/dev env <5> k maybe try to update ur IE's flash plugin <6> ahh.. i think i found the problem <6> i guess my actionscript error checking code in the event loadmovie() fails doesnt work rite under ie <8> i have some ive converted to a symbol <8> how do i change the text inside? <9> hey guys... i've got a flash banner i just made, it contains both text and imported images. problem is, i want it to act as a button, but the cursor changes to a "text" cursor when rolling over certain parts of the movie. can someone explain the best way to make the entire area clickable without getting the "text" cursor? <1> di0de clickt he textbox then in the properties pannel there's a little button that shows a few letters highlighted unclick that <5> just put a big invisible button to cover the banner <9> f1: not sure how to do that without importing a big transparent gif or png <9> and i want to keep filesize to a min. <9> thanks very much smurf, worked like a charm :) <9> are there any resources you guys can recommend for someone just starting out but wanting to learn more? i don't have access to a cl***room setting <9> problem is i have my own web design firm but i usually outsource flash work at- or near-cost (because it's so expensive to begin with). i'd rather do most of it myself and keep the cash :P <9> speaking of which, does anyone have some time over the next month to work on a project? it consists of creating an interactive virtual tour of a school. the ability to work with audio and video, and to create some original artwork, is a must. please msg me for more details <10> on (rollOver) { <10> _root.go = 385; <10> _root.sub = 6; <10> } <10> what the **** is this ? <5> its you <5> n00b <11> hi, is it possible to tween an entire layer? <11> with a lot of objects on it <5> u can group all objects and tween the group <12> hello <13> hello <13> quick question <13> if I load an external SWF which has linked movie clips, can the movie loading the external swf access the linked MCs? <14> hey all <12> help...
<14> I have recently created a flash app that launches a program via a batch file using fscommand <14> is there a way to close a program with fscommand? <15> i think it would be mc1.mc2.mc3.var = 3; but you should test it <13> huh <13> im talking linked movieclips <13> like this.attachmovie <13> maybe use the identifier loadedMC.linkedName <15> once its attached its loaded <15> i'm pretty sure <13> your not following <14> anyone know how to fix my problem? <13> they are not attached in the main movie, they are attached in another movie <13> which is loaded into the main movie <11> hey <11> what is mc <11> what does it stand for <11> in flas hterms <14> Movie Cli <14> clip <11> oooh <11> ok thanks <14> np <14> ok now <11> how would i put objects into a movie clip <14> >.> <14> ? <14> like? <11> say i have 20 objects i want on one clip <11> buttons <11> 10 buttons, 10 text boxes i want it in one clip <11> so i can tween the clip0 <11> its a slideout nav <14> Ctrl+f8 <14> movie clip and name it whatever <14> in your library dbl click it <14> and put your objects inside of it <11> thats it? <11> great thanks homes <14> np <14> so..... <14> can anyone help me? <11> try <14> I need flash to shut down an external program <11> #actionscript <14> hmm ya <12> can someone help me make an actionscript <16> what do you need? <12> i think its an actionscript i need, but i want my website to start playing a random song <12> like i used to make a swf file with a song in it and have it play <12> but i want to try and make it random <17> yo anyone around? <17> how do i concatenate 1 variable and some text ? <17> like this _root.mytextbox = _root.lett + _root.pos <17> where _root.lett it's fixed and _root.pos is dinamic and specifies a number <17> so the result is _root.lett1 , _root.lett2, _root.lett3 <5> is _root.lett1 an instance or a string <17> it will be used to store _root.lett1 value <5> _root.mytextbox.text = _root["lett"+_root.pos]; <17> lemme try! <18> !find rules <19> hi <17> mm F1--, the results says undefinied <19> in actionscript how do you format a number to display with two decimal places? ie: turn 8 into 8.00 ? <1> dhs kinda ironic that you said a _root var was dynamic haha <1> Style-Z you'd have to pop it into a string, then see if it were a decimal, if it wasn't you'd add .00 to the end, if it was you'd chop off everything but those two places <19> really????? <1> yeh <19> theres no easier way.. damn ok <17> take a look at the little script <1> there's no double <5> dhs, I ***umed _root.lett1 is defined to something <17> yes it is <5> or _root.lettn for that matter <17> was dynamic haha
Return to
#flash or Go to some related
logs:
ananias Thomas
#beginner #computers sprint commercial you are the man video
#goal #goal #qmail #visualbasic monitor bt-1781 vita #firebird
|
|