| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> i rock too <0> me me me <1> all free, nice quality photos <1> anywho, peace out you bitches :) <1> take it easy, and smack that *** for me <2> o/ <0> ooo <0> plug it, unplug it, don't strain <0> I love you maryjane <2> ok wtf <2> BRING IT ! ! ! <3> can i convert a flash 8 .swf to flash 5 ? <4> you can save as flash5 on export <3> [M]ax, where do i find that setting for flash5 ? <5> publish settings
<6> Hello <6> If i play flash video, how can i limit the bandwidth on the client side (using embedded video component)? <3> brainy, this is the thing im doing. Trying to convert a .wmv file into .swf. I used a "video to flash converter" but now the server dont like the .swf file becuase its version 8. And i need to convert to flash 5. <3> so i can open a .swf file in FLASH 8 program and save/export as flash 5 format <6> motorola....can u help? <6> how can i limit the bandwidth on the client side? <3> flashdev, dunno <6> do u know how to do it on the server side\? <6> anyone there?!? <7> http://pastebin.com/722100 <8> howcome i can call an ealyer defined variable in an onClipEvent (enterframe) but not in onClipEvent(load) ? <9> How do i limit the bandwith of a player who's getting streams from FMS? <10> hi.. if the callback doesn't return on a xml sendandload call, and i'm sure the data gets back, can i conclude that the xml is malformed? <11> anyone know if IE7 supports semi-transparent png? <12> saa <10> merz: eh? <12> "dunno" <13> anyone know how to right align a dynamic text field <14> TextFormat.align <13> setTextFormat ? <14> see example in flash help <9> How do i limit the bandwith of a player who's getting streams from FMS? <13> var tf = new TextFormat(); tf.align='right'; txtMybox.setTextFormat(tf); txtMyBox.text = t; ... this does not work <9> HoTMeaL, can u help? <13> whats FMS <5> HoTMeaL, use .setNewTextFormat <13> ive never heard of restricting bandwidth in flash before <13> brainy : still doesnt work <9> but i don't want to give all my bandwidth <9> i want to limit it <13> i have no idea main , but im sure you would have greater control through your web server <9> on the flash video stream?!? <13> im sure your web server has greater control than your flv <13> but i have no idea main <13> maybe FLV players can limit the bandwidth <13> check the help <9> i did <9> nothing <13> is setTextFormat flash 8? <13> or not in flash 6 <13> even publishing in flash 8 it wont realign to the right <13> ohh wel.. i just did: t.text = l; t.autoSize=true; t._x = right_x - t._width - 10; // 10 for padding <9> how do i change the frame rate/BW of FLV file? <15> i have a problem i have an swf and when i have it on a page by itself ( http://www.5tjt.net/sledge ) it works fine but when i have it on my home page ( http://www.5tjt.net ) the rollovers are broken especially on the view our media gallery part... anyone have any idea what the problem is and what i need to do to fix it.... it is driving me nutz for days now <16> http://pastebin.sekati.com/?id=Budog@f2989-57a27ed7-t if anyone is here:) <9> how do i change the frame rate/BW of FLV file? <17> anyonje here :D <17> how can i run flv file from my disc <15> i have a problem i have an swf and when i have it on a page by itself ( http://www.5tjt.net/sledge ) it works fine but when i have it on my home page ( http://www.5tjt.net ) the rollovers are broken especially on the view our media gallery part... anyone have any idea what the problem is and what i need to do to fix it.... it is driving me nutz for days now <16> the roleovers works fine on your homepage <14> sledge; check it in any other browser than Internet Explorer <14> :) <16> I used IE7, works fine <14> looks like it shouldn't, but who am I to know <14> doens't work in my IE6 <14> doesn't even <14> sledge; it's your html that is the problemo <16> c0rgan: know the thing about my problem?* <14> sledge; first it's full of IE-only ****e, and second you need to use some kind of javascript solution to embed the flash <14> see http://www.adobe.com/devnet/flash/articles/swfobject.html <16> something wrong with the navn.gotoAndStop thing
<14> bullfrog; seems like there is an error in your attachMovie <14> and setProperty() is flash4 syntax <14> you should drop that <5> c0rgz doing the work of god <14> hihi <14> :) <16> c0rgan: the movie is attached and the setProperty works <14> ok <16> else the movieclips wouldnt be spread out <16> :) <14> looks really ugly, though <18> damn <14> hehe <14> try to trace out what you've got inside that gotoAndStop command <17> how can i run flv file from my disc <17> or convert to sfv <17> swf* <18> so, i've been working on this retarded little flash photo slideshow app for my website the last 6 days or so... for the life of me, i can't get the images which don't take up the whole stage, centered in the middle.... <18> am i missing something? <14> probably! <14> :D <16> if I use: <16> navn._x = j*30; <16> navn._y = i*30; <18> hehe <16> it doesnt work <16> so what else than setProperty should I use? <5> madbomber, after they load, photo._x=(Stage.width-photo._width)/2; <16> the thing is that navn isnt the name of the object <18> i thought the hard part was going to be getting the images scaled properly in the stage so that they kept their original proportions.. but that part wasn't so hard <14> this[navn]._x ? <19> Hello <16> ah, found it, just needed eval(navn) <19> I've got a button, and when I click it I want a movie-clip to start playing.. how can I do that? <18> brainy, i figured i'd get to that.. but i thought there was an alignment property or something that would do the work for me... not to mention, i can't seem to reliably get the photo dimensions when i load it into flash <16> then I can use eval(navn)._x ...hehe, c0rgan, tnx for making my brain work again <5> nope, nothing will align it for you. getting the dimensions should work fine, as long as you wait for it to load first <19> can anyone help me? :) <19> can't be that hard for you guys <16> spajnal: on(release){MCname.play();} <19> that doesn't work for me ;/ <18> nods brainy, when i trace the output using onEnterFrame, sometime the dimensions in _width/_height are the adjusted proportions and not the original <16> you have a movieclip on the stage? <19> yes <16> have you set an instance name on it? <19> I think so.. sec <16> just press it and look under properties <16> there you see instance name <19> yes, it worked now :) thanks mate <16> if that is blank, fill a name in there: ex: myClip and then the code on the button will be: on(release){myClip.play();} <16> oki, np:) <19> hm <19> If I want a button in that movieclip that starts playing the original scene again, is that possible? <16> everything is possible:) <19> hehe <16> then you have the code on that button to have something like: on(release){_root..... bla bla <16> _root is the magic word to get to the "bottom" <16> then you get to the main stage where everything is placed <17> how can i run flv file from my disc <17> or convert to swf <19> thanks.. worked fine :) <16> magic:) <16> SpY|D0r: isnt flash 8 doing that for you? <17> checking <17> shall i open it <17> or import <17> it shows failed to load :/ <17> i can only open it using webpage anyway <13> how do i test if an object is a function ref <13> var x = function() {}; trace(valueOf(x)); <13> that prints out the parent mc's name <13> but how do i check if its a function <14> _Bu||dog_; _root is evil.. makes your code not portable <13> heed that advice
Return to
#flash or Go to some related
logs:
#stocks #unix VIDEO0 DE TOTTI #stocks ashton standingready #nhl +vim +badatom #3dsmax Adnan Darwash #politics
|
|