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



Comments:

<0> they both work just fine
<1> i'm sure they do, but that doesn't change the fact that i have trouble with it
<0> attachMovie should have no onLoad issues as it is immediately available as you attach it
<1> this['btnname'+i].onLoad=function(){ setvars and **** here }
<1> maybe i should set the vars without the onLoad
<1> but that still doesn't fix the problem i have with setting onEnterFrame events on them
<0> onLoad event is only registered through some instances
<0> yes you should call it directly
<2> afternoon
<1> all i can figure is i'm overlooking something simple
<2> on publishing a flash file .swf, it comes with all the <embed> information etc for it to work right
<0> onEnterframe can also be applied right after you attach the movie
<2> how does one go about adding referenceing the flash with css?
<2> background-image-url { flash.swf }; will be missing all the additional information?
<0> simple test like this should work, this.attachMovie("mc", "mc", 0); this.mc.onEnterFrame = function(){this._x ++;}
<0> stoodent if you must just nest your object inside a division



<3> MerZikain: i had no problem with attachMovie and onEnterFrame
<2> is there a better way?
<2> I would like to do it right
<0> stoodent what are you looking to do exactly?
<2> www.gifthorsecompany.com
<3> MerZikain: also, attachMovie returns a reference to the attached movie clip: var mcRef = attachMovie("someMC", "someMC1", 2); mcRef.onRelease { something }
<2> the main splash at the top in the black box, looking yo change that to a .swf
<2> its currently a bg image aligned in the box with css
<1> well that makes things simpler
<2> I am unsure where to put all the addiotnal HTML that comes witha published flash movie to make it work
<0> Stoodent, it doesnt look css to me
<2> anyone can help?
<0> just put your object inside the table
<2> I am not using tables
<3> how about chairs? :]
<2> lol
<2> clown
<1> it's not working, i'm doing something wrong
<2> join th eclub
<0> you're using tables
<3> MerZikain: did you try my way?
<1> hold on, pasting code
<1> http://pastebin.sekati.com/?id=Anonymous@1588e-81875260-t
<1> i'm not entirely sure i'm linking things right
<1> which is most likely the problem
<0> you have stylized tables, but in any case it doesnt affect nesting your object
<1> maybe i should make the slide functions seperate or somethin
<1> brb
<3> MerZikain: line 12, var myRef=attachMovie(buttons,'cbtn'+i,this.getNextHighestDepth()); - first parameter in attachMovie() should be a string, referring to the linkageID of the desired MC on the librery
<1> ah
<1> didn't think about that
<4> www.beck.com <- nice site.. does any one has clue how did they manage to aligh on menu to the left all the time?
<4> *align
<3> MerZikain: second, i never tryed "attaching" functions to newly formed MC's
<3> MerZikain: i think that's related to cl***es
<0> Avnt, just align it to the bottom left of the stage and set an Stage listener for onResize
<5> http://pastebin.com/511589 < Help needed !
<6> omg, the javascript<->flash integration kit is totally worthless
<7> Sixer: the express install?
<6> the .swf and .js yes
<1> changing the way my functions are setup
<5> Sixer: why?
<6> It won't transfer my objects properly, nor will it transfer multiArrays properly
<6> I get the length right but all values are undefined
<5> oh ok i dont know the kit. i thought you where refering to the integration API
<5> yea right
<6> While retrieving the values exactly the same in Flash, works
<4> F1, on the html code, the movie width & hight is set for 100%, how come it doesn't strech the movie?
<4> as far as I know you can't dynamicly chnage the stage dimensions
<1> damnit
<1> still not working
<5> MerZikain, do you use MTASC?
<1> http://pastebin.sekati.com/?id=Anonymous@1588e-81875260-t
<1> MTASC?
<1> i'm going to say "no"
<8> Avnt, set the zoom scale?
<1> since i have no idea what that is
<0> Avnt, Stage.scaleMode = "noScale"; will prevent it from stretching, and yes you can certainly change the Stage size, just resize your browser
<6> Is anyone currently using the latest source of FlashJS ? I just noticed that a bug has been fixed that will save me a day
<9> cya m8s
<4> ok great to know that... about the object align, how do u suggest to do that?



<4> set the _x/_y according to ?
<10> is there a counterpart to java:s Cl*** cl***?
<1> argh >_<
<11> in ps, is it possible to define a deform shape?
<1> ugh, finally
<1> got it
<1> ps? photoshop?
<12> lo al_x
<11> iaye
<1> no idea
<1> sounds like 3D to me
<1> which i've never had any luck with in photoshop
<13> hey
<14> man how come macromedia does weird stuff
<14> anyone know how to fade video component controls?
<7> make your own?
<14> I made my own pause button and such, but I have no idea how to make a mute button
<14> how do you mute an flv?
<7> well, it explains it in the help
<14> under mute?
<7> no no, in the video area
<7> it says you have to load the audio into a mc
<7> like, with a Sound object
<14> this is exactly what I mean, how come they can't make all this automatic?
<7> and then you can do mySound.setVolume(0) to mute, mySound.setVolume(100) to unmute
<7> well, sure there's an extra step, but it's not that big of a deal
<10> is fireforks a set of add-in tools for flash?
<7> you can always send some feedback to macromedia
<7> that's what their wishlist and bug report system is for
<14> I don't know man, you'd think this stuff was obvious
<14> I mean if you're going to go through all the trouble of redoing the media components
<7> anli: fireforks? never heard of it... do you mean fireworks?
<10> hahahaha
<14> but make it so if you animate it then it won't work
<10> yeah, of course
<10> doh
<10> I knew its fireworks, its a typo
<7> fireworks is sorta like photoshop
<10> ah, ok
<10> its not an add-in then?
<7> no
<10> ok, but there is add-in support in flash?
<7> extensions, yes
<10> thats cool, must check for SDK:s
<14> fearX, are you talking about the sound object to be used in flash 2004 or 8
<14> ?
<10> maybe I should write some 3d support plugins
<7> i guess i'm talking about 8, i didn't do hardly any video before flash 8
<7> anli: i think you should
<10> thats cool
<10> I know the maths to do it, so
<10> I was creating a 3d game in java using nothing else but awt some years ago
<7> Billistic: i had no problem implementing video with custom controls for flash8 on www.metalmulisha.com/fd_up.php
<7> though i didn't add a video scrubber
<14> holy **** are those for real?
<7> i think they're fake hehe
<14> man
<7> the underwear thing?
<14> it's always fake
<14> yeah
<7> yeah, i think it's all setup
<7> but, funny nonetheless
<7> i'm off for lunch, later
<15> can anyone look at my AS and tell me where to add a volume and a mute button?
<16> psy use pastebin
<15> http://pastebin.sekati.com/?id=Anonymous@c2c8c-d42ee277-t
<15> you should know that I don'tk now any action script at all
<15> so I'm looking for something that flash 8 can do for me
<1> sup wicked
<1> http://dayton50perf.com/popup_image.php?pID=105 <-- sweetness
<17> If I want to program a dynamic flash based application, with dynamic slidebars, charts, menus, graphs --- all flash based, what would I use for best results?
<1> imagine that black with dark gray tribal on the hood and that's what my car will look like by the end of this year
<18> that's a really ugly car MerZikain
<1> NO U


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#politics
kick-penis
#computers
#3dsmax
#microsoft
windows local loive .com
FLEXTRIAN
#computers
#nhl
#dsl



Home  |  disclaimer  |  contact  |  submit quotes