| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> but not when locally? <0> if you use a sound object, you can set your .loadSound to ,true for streaming as best it can <1> it is set to true. and when its run on my computer directly it works <1> i think i know the problem just wondering why it wont work online <1> http://www.bibblebabble.com/player.zip if you wanna look at it. I have a php file that returns the mp3 I think this is the problem but dont know why <2> How come the on(release) does not work for the flash button component? <2> atleast it does not seem to be for me. I'm just trying to make it jump to a frame... <1> cant use press? <2> man this makes no sense <2> i'm using the button component to jump to frame 20 right <2> then, from frame 20, I have it jumping to frame 30 <2> but the jumping to frame 30 is not working <3> #&#%!! firefox <2> can you not use the same button component more than once? <0> instance names must be different <0> that is how flash identifies items on stage
<4> words of wisdom <5> sage-like advice right there <6> is flash8 known to be pretty buggy? i'm trying out the 30day trial and it keeps crashing on load <5> not really <5> as far as issues like that go <5> no :) <6> hmm, poop. <7> :) <8> on macromedia flash 8 pro how can I crop part of the video... (ie I just want the bottom part of it... I want to completely get rid of the top half) <0> video exporter <0> that comes with flashpro <0> does all cropping, cue points, etc <0> batch convert <0> ... <8> how do I get to it? <8> ? <8> how do I get to the video exporter? <9> What do you guys like better, Illustrator or Freehand? <7> i like my big penix <7> :) <9> I like that best too <9> but between illustrator and freehand? <7> not sure <7> never used any of those <9> The one thing I get irked by in illustrator is tweaking the curves <9> to select a single point is a bitch <9> maybe i'm doing it wrong <9> freehand is more intuitive <9> I'm just starting to learn vector drawing. I want to use the better tool to learn in. <7> The Best Cl***ical Album in the World Ever! (2 Discs)\The Best Cl***ical Album in the World Ever (Disc 1)\Orff - O Fortuna.flac <7> owns <10> PENIX, with adobe owning macromedia now, freehand probably won't be supported for much longer.. <9> That's a good point <9> Damn, that kinds ****s <9> I was starting to like freehand more too <11> i dont think abode bought macromedia to stop competition <11> they bought mm to incorporate their ideas to make betterp roducts <11> microsoft is trying to release their own vector, bitmap, and interactive product <9> sparkle? <11> apple has their pro line of software bundles too <11> it would be wise for adobe to start using macromedias intellectual properties well <9> The MS version will probably be a flaming pile of **** for a while <11> i dont think that's the end of freehand <11> PENIX - right, but pile of **** or not, if adobe does't keep innovating, they're gonna get smoked in the end <11> hence, macromedia acquisition <11> i dont think that's the end of freehand <9> When I make a shape in Illustrator and I want to move a single point, I have to click near the shape to kinda select it, but not, then click the dot <9> Isn't there an easier way? <11> you try shift? <11> or ctrl <11> i haven't gotten that down to a science myself <9> Yeah, I tried all kinds of combos <9> shift, ctrl, shift+ctrl, ctrl+alt, shift+alt <11> the best thing to do <11> is click off the item <11> and try clicking it again <11> true story <9> This can't be the best way to do this <9> We must be missing something. <9> I got issues with both of them. I don't know which is better. <9> Does Illustrator have a keyboard shortcut to deselect all?
<9> OMG I figured it out <9> You use the direct selection tool and drag a box around the dot you want <11> you can do that too <12> hi <12> heres the question <12> i have a .flv file <12> which is a video file with integrated flash player <12> im trying to take the video <12> without the integrated player <12> since i'll be using a different player to show it <13> hi all can someone please help me <13> !find rules <7> depends <7> helping is hard <13> im tryin to embed a flash object <13> into a header <13> but i dont no how to embed it into a <td> <7> i think u should publish it and then go to the html that it creates and put it there <7> :) <13> but i already have my portal up <13> http://www.xbox4all.info/forum/portal.php <13> right next to the top logo <13> called xbox4all <7> hmmm... <7> not sure <13> this is all i want it to be <13> http://www.xbox4all.info/forum/templates/images/bg_2.swf <13> http://www.xbox4all.info/forum/templates/bionic/images/bg_2.swf <13> sorry <13> i tried doin it as gif <13> but its ugly <13> like pixelated <13> !help <13> any suggestions <9> Trae, use the html code from the publish <13> i already have the whole thing up <13> its for a portal <13> i just need to embed it into my header <9> What, so you can't copy and paste it? <13> instead of the gif <9> wtf are you telling me? <13> its goin inside of a <td> <9> So paste the embed code from the publish into the <td> area <13> how <13> this is my code right now <13> <td width="754" valign="top" background="templates/bionic/images/bg_2.swf"> <13> <table width="742" border="0" cellpadding="0" cellspacing="0" background="templates/bionic/images/bg_2.swf"> <13> <tr> <9> you can't do background= for an swf <12> so no ideas for me <13> i no <9> you have to use embed <13> i need to replave that <13> how would i do this <9> You have 2 choices, either put the other elements of the header into your flash, or use absolute positioning and a low z-level to place the swf behind the other crap <13> i placed the other sutff in my header already <13> then can i just go <13> <embed src="templates/bionic/images/bg_2.swf <13> "> <14> do I have to use: this.onEnterFrame = function() { /* ... */ }, for Key.getCode() to work? <9> good question. i don't know <14> I tried tracing it, but then it wouldn't give any output when I hit the keys <9> then maybe u do need the frame thing <14> but then my animation wouldn't get the vars within this.onEnterFrame = function() { /* ... */ } <14> the actionscript is on _root-level, while the animation is in Symbol Definition(s) <14> when the actionscript is: var hSpeed:Number = 7; and the only script in the animation is: this.onEnterFrame = function() { this._x += hSpeed; }, the animation moves, but then Key.getCode() won't work <14> if I do: this.onEnterFrame = function() { var hSpeed:Number = 7; trace(Key.getCode()); }, it will trace the keycode, but the animation won't move <14> it doesn't seem to get the "hSpeed"-var <15> umm <15> HaZnO: your second example there doesn't have this._x += hSpeed; in it, so that could by why it doesn't animate <15> all you're doing is setting hSpeed = 7 over and over hehe <14> oh, sorry, it is += there <14> my bad
Return to
#flash or Go to some related
logs:
nekkidwolf #nhl #gentoo #delphi #online propeller mesurment keifter sutherland #freebsd #sex #computers
|
|