| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> outside of it it becomes a colour object again <0> what is going on <1> someone know how i can show im my videochat the person webcam <1> http://pastebin.ca/58183 ??? <2> bgilb: www.actionscript.org <0> never tried video yet sorry <0> K0m4, last time i swear <0> can you help for one mor esecond <0> KOm4 even <3> what ? <0> im pasting the code for you, i cant figure it out <0> pastebin is very slow <0> !find rules <4> !find rules <0> http://pastebin.sekati.com/?id=Anonymous@8e689-655a6799-t <0> line 109 to 117 is where i try to set the variable
<0> line 44 is where i try to use it <0> adn this is what traces out: <0> c_BackgroundSelect : 13421772 <0> c_BackgroundSelect: [object Object] <0> c_BackgroundSelect.getRGB(): undefined <3> sorry too mush for me now <0> ok cool, no worries <3> i have to go to sleep <4> Okay, kind of tearing my hair out here. Using Flash Pro 8. In actionscript, I'm trying to ***ign to a textfield's htmltext property an img tag, but it never displays the image. I added a trace just after setting the htmltext property, and whatever I put in there it removes the <img src='...'> tag. <3> i will bookmark it <0> ok, well thanks for helping me earlier <0> academici, i dont think it works that way, it doesn't render images within html <0> no worries KOm4, sleep well, thanks for helping <4> According to many sites I've seen, it's supposed to, _Zed_ <0> ive never seen it <3> maby someone else can find the error <4> Guy even gives a tutorial to do it, that I saw <0> unless its flash 8 new thing <0> i havent gotten to flash 8 yet <4> So like, I do this: _photo.htmlText = "x<img src='images/image1.jpg'>y"; <4> And put a trace <4> And it just has "<textformat whatever>xy</textformat>" <3> hmm wait <4> I don't think it's new in Flash 8 <3> _Zed_ <3> you mean this <3> [Inspectable(defaultValue="#000000",type=Color)] <3> type ? <0> yeah i guess i should just give up on the color type and go with string or something <0> and that will work <3> i can show you can example <3> wait <0> inside the set function when i trace it out it traces out the decimal value <0> when i try to actually use it, it traces something else <0> examples are great <3> http://pastebin.sekati.com/?id=Kom4Example@72cfe-5b2a8923-t <3> i have my type here <3> var sbox_selected:Boolean; <3> line 5 <3> ;) <0> yeah, i dont think other data types would have a problem <0> its colour thats the problem <0> cause i also have a label in there, that works fine <3> !find -c Inspectable <3> !google Inspectable <5> http://www.bit-101.com/blog/?p=511 <3> !google Inspectable flash <5> http://livedocs.macromedia.com/flash/mx2004/main_7_2/00003096.html <0> well, no worries KOm4, im sure i will figure it out in due time <3> you have no type there <3> [Inspectable(defaultValue="#000000",type=Color)] is simply wrong <4> So....no one's ever had this problem with images in an htmltext field, eh? <3> use [Inspectable(defaultValue="#000000")] <3> oh no <3> type <0> type=Color just lets me use the colour dropbox thingie from flash when selecting a colour for it <3> type <3> String <3> (Optional) A type specifier. If omitted, use the property's type. The following values are acceptable: <0> if i leave it just defaultValue then it iwll be a string, and you have to enter it manually <3> ok
<3> good night ;) <0> but since its been costing me three hours now, it seems a very good solution <0> ok, thanks again man <0> sleep well <0> ok well i dunno if youll end up reading this, but FLASH IS A FAG <0> you can do it without type and it will still show the color selector <0> as long as you set the default value to be something like 0x000000 <6> ma <6> Er ... hi! * <7> aloha <7> how do i allow my swf to access xml on another web server? <8> what is the name of a paper <8> of music <8> with notes etc <8> in english <8> C, D, E, F, G, A, B <8> looking for songs for the piano <7> score ? <8> a music score? <9> im trying to make a preloader read getBytesTotal from a loadvars object send as header data <9> http://pastebin.sekati.com/?id=thesis@97692-c24ee356-t <8> kewl <8> i found it =D <8> 2pac Changes Piano Score <8> =D <9> but getBytesTotal doesn't trace to the correct filesize <9> any ideas? <9> where are all the flashninjas <0> hrmm, well thats not the way i load stuff up <0> how do you mean it gives you the wrong file size? <0> it givesyou a number but its wrong? or no number at all? <4> FYI, I gave up on the images in htmltext thing since it wasn't working. Did it by doing createEmptyMovieClip() and loadMovie() instead. <4> Still no idea why it wasn't working <1> why in this code the videocam dont appear ? http://pastebin.com/732163 <10> can some one help a noob with the flash detection script? <10> I have no clue what to do <11> hey <11> how can i connect flash to mysql <11> is there an api for that <12> sorta - heh <12> flash is frontend ... it can communicate with mysql through calls to php or whatever your flavor <12> lookup loadvars object <12> !find -c loadvars <5> LoadVars == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary427.html <11> oooh <11> loadvars <13> exxx depends on if you want to use netobjects or loadvars <11> you told me that already <11> its jesus <13> !find -c netobjects <11> oh no you told me flashvars <13> exxx netobjects is flash remoting <1> why in this code the videocam dont appear ? http://pastebin.com/732163 <9> shiznit!!! <9> are you there <9> dude <9> http://pastebin.sekati.com/?id=thesis@97692-c24ee356-t <9> i still cant getBytesTotal from these damn headers <1> why in this code the videocam dont appear ? http://pastebin.com/732163 <14> can anyone help me? i have a mc that when clicked, i want it to change the animation of another mc, named box04 but this code doesnt seem to work: <14> if (_root._currentframe == 30) {_root.box04.gotoAndPlay(2);} <14> can anyone help ? <9> um <9> if (_root._currentframe == 30) is a conditional <9> not a onRelease function <14> yeh, it is on 30 when i click <14> really? i've used it before in onrelease <9> what are you clicking on? <14> another mc present in frame 30 <14> well actually, a symbol inside an mc <9> _root.yourchildmc.mconframe30.onRelease = function () { _root.box04.gotoAndPlay(2); } <14> still no luck :( <9> pastebin your code
Return to
#flash or Go to some related
logs:
#linuxhelp #firebird corn beel #beginner #nhl dave tbp efnet #delphi #windowsxp #linuxhelp efnet beginner diverguy
|
|