| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Comments:
<0> ttmustang: ? <1> the built in or default Components in flash are so lame, and non-customizable <2> !find rules <0> wtf ShizNiz <1> ttmustang, what exactly do u mean? <2> Heh, whats up? <3> nick fight nick fight! <4> Chuxter i'm sure there's a good combobox component out there... somewhere <1> well, I've been searching for the last 2 hours <1> google, Macromedia Exchange, everywhere <5> Chuxter: goto http://internal.timberlinewoodproducts.com/test.php and view src <0> ttmustang: They inheriet from movieclip I thin so they are automatically dynamic. <2> mrmg: que? <1> I only found 1 good combo box component <0> Chuxter: Unfortunately sometimes if it's not done you need to do it yourself. <1> but they want $50 for me to download
<0> :( <3> that's how the world works <3> someone does the work for you <3> you give them money <1> anyone wanna split it? Each pay $25 <1> hehe <6> what's the order of execution for AS contained in different layers? <3> not really cuz i can make my own <4> Chuxter well, why give away something you worked weeks on for free? <0> lol <7> I'm trying to send(); method from the loadVars object, and when I have my whole file uploaded and created using an absolute path "http://mySite.com/myScript.php" it does not work. but when I use a relative path "myScript.php" it works fine. <7> anyone know? <0> grfx: depends on your settings Top -> Bottom or Bottom -> Top in publish settings <4> components-- srs business <0> Anyway, night guys <1> I was kinda hoping that someone in this channel had the component <1> and could send me a copy <1> heh <1> 2 bad <4> Chuxter that would be illegal now wouldn't it? silly boy <0> someone in here might have made the component. <0> We gotta make a living. <4> no one here would ever ever do anything illegal <0> Maybe Mr-G would. <0> If no one was looking <1> why can't they just be cool and make it free like most the other components out there <0> Because people like you want it! <1> seriously <0> That is serious! <5> so any ideas what i did wrong? <1> IRC is free, but I'm sure 1,000s of hours have been spent to make it what it is today <6> ok, so code executes from the top layer down <1> why can't everyone be cool like IRC? <1> hehe <0> ttmustang: You haven't top us much <4> its goal from the beginning wasn't to generate profit Chuxter <0> grfx: Depends of settings <5> mrmg ?? <0> You can set top down or bottom up <5> mrmg what do you mean <6> mrmg: really? How? <5> when you click that tab, it should pop up an alert <6> what tab? <5> the link i posted, to see what i am trying to do <1> better question: Why doesn't Macromedia just make good components, instead of crappy ones that take up FIVE times the kb of better made ones <2> Maybe because they need to keep it as 'generalized' as possible? <6> generalized? It's their own proprietary runtime <1> it boggles my mind how ridiculous the default components are <1> I have a SWF file that is only 4kb... <1> and I add one combo box and it ends up being 56 kb <5> <object ...... onClick="alert('Hi');"> <5> that is the start of my button <2> grfx, yes but not everyone using flash uses resources available for the same things.. i'm sure the components couldn't be so bloated, but that'd mean they might be more specialized <2> just a thought <6> hmm.... maybe <5> so is it possible to make this work <8> anyone using FLVPlayback component in flash8? <5> does anyone have a clue how to solve my issue <2> I understand the concept of the loadMovie() function. My issue now is that I've created several segments to the interface - The two I'll name here is A. the navigation movie which incorporates all my buttons and is loaded externally to the main movie and aligned accordingly with AS, <2> B. the first movie I've created in a series of movies which has no other function than to look pretty and transition from photograph to photograph - also which is currently being loaded/positioned into the mainmovie directly under the navigation bars. <2> So my conundrum is now, how can I make button 1 call movie 1 when both are externally loaded and button 2 call movie 2, etc.?
<2> I became lost on a few AS tutorials that seemed to hint on how to make this happen, uncluding the Random Movies one I read on kirupa.com that doesn't seem to apply so much. <6> why doesn't setting a text field as HTML do anything? All it does is remove the wrapping and ignore all my tags <9> setting a textfield as html should not ignore the tags <9> what do you think should happen? <9> now you just can use html <9> for example make font bold etc. <9> add links <9> and other limited stuff <6> I expect my <br />'s to create new lines and my <table>'s to create tables <6> yeah, and my <a>'s do nothing <6> and it won't even let me set a static text field as HTML <9> use .textHTml = "yourtexthere"; too <9> and not only .text <9> .textHtml <6> huh? Where? I'm just clicking the <> icon in the text field's property window <9> hehe <9> oh hehe dont know <9> never used the <> icon <9> heh <4> blah how come on emule i'll upload to people for 40+ mins yet i can't download for more than 4-5mins from everyone else? <9> and btw.: flash html does not support everything <6> if by "not support everything" you mean absolutely nothing, then yeah <4> llimaa it's htmlText <4> !find -c textfield.htmlText <10> TextField.htmlText == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary745.html <9> htmlText right <9> heh <9> forgot <9> not textHtml <9> :) <2> i'm ***uming noone has encountered my problem? <9> i dont even understood your problem <9> hehe <2> lol <2> let me see if i can condense <9> hard to get into it <2> basically, I have an two .swfs that load externally <2> into the main movie <2> one of those contains the navigation links for the site itself <9> ok 2 swf you load to main swf <9> ok <2> the second contains a movie that should play <9> ok <2> what i am trying to do is link button a with movie a and so on <2> just cant figure out the AS to make that happen <9> your trying to link button from loaded movie a to loaded content movie b <9> your loading into an empty movieclip? <9> ohh cat found with h5n1 <2> well. im not sure about that.. i'll post what I've written into the main movie's action layer and maybe that will help <9> yep you should <2> loadMovie("mc_menu.swf", _root.mc_menu); <2> loadMovie("mc_spdrcrj-featured.swf", _root.mc_spdrcrj); <2> _root.mc_menu._x=0; <2> _root.mc_menu._y=0; <2> _root.mc_spdrcrj._x=0; <2> _root.mc_spdrcrj._y=65; <2> that is the load and align <9> yep <2> i did this for now, simply to check the alignment of the movies first <2> now i guess i am working backwards <9> should work your code <2> mc_spdrcrj-featured is going to need to be actually several different movies that i am creating separately <2> i ***ume at that point, i will need to replace that entry with an empty movie clip name <2> and have that movie clip call those forward as it gets input from mc_menu.swf <5> anyone know how i can make a onClick work in a Flash Button <9> yep shiz try that <5> here is a link to what I am trying <5> http://internal.timberlinewoodproducts.com/test.php <2> ok, only question with that, is on the button in swf A, how would I call the other movies in the empty movie clip? <2> that is where i'm puzzled <2> it isn't going to be a layer <2> obviously <2> that i could call forward <2> so that is where i am a bit perplexed
Return to
#flash or Go to some related
logs:
#stocks #politics #windows #solaris #nhl #politics #sex #red #nhl #windows
|
|