@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> hello?
<0> :P
<1> buggle f9
<0> no
<2> buggle: they dun like helpin on premade scripts m8
<0> oh i didnt know... it was a free template...
<0> pissing me off too
<3> is there a way to convert a flash movie clip to a jpg on the fly?
<3> im working on a custom graphic maker and I need a better solution for people to be able to save what they made as a image file
<0> well thanks for the lovley help
<2> lovely
<2> there, you've been helped.
<2> workRelat: Never came across any means of doing this as flash is generally protected from things such as writing files, and it's client-side..
<0> now i remember why i dont use flash... clients hate it, consumes bandwidth, and generally used for lame kiddie things
<3> right now Im dumping the hex values to php and having it create a file
<3> but thats really bloated and isnt a scaleable solution



<1> buggle you are not supposed to use it to make websites
<1> flash is for what it is for
<2> anyone know how to concatenate a number into a reference to an objects property? Like someObject.someName1 , being able to say var i:Number = 1; this[someObject.someName+i] .. that sorta thang?
<2> I keep gettin back undefined
<2> I can seem to access movieclips like that but not a property :/
<4> someObject["someName" + i]
<4> path["name" + i]._x = 10
<2> woot, thanks :D
<5> anyone know where i can find some flash <> aps realtime communication, cant seems to google it.
<1> aps?
<5> asp
<1> !google loadvars asp
<6> http://www.minddrops.com/Tutorials/ASP/flashmxToASP.htm
<7> Is it faster to send large data arrays into javaScript to be modified an then send back in Flash then just calculating everithing in Flash ?
<4> Flash to JS communication can be a bit ****
<4> Well, flash > js > flash
<1> flash8 is supposed to be good at it now
<4> What size data arrays you thinking of, as I really cant imagine it being worth it
<1> i dled the js kit deal to use on fh.com but it was so complex and crappy i said screw it and did a cheap hack using the standard way
<3> it sounds odd that noone has found a viable solution to exporting dynamic images from flash
<1> workRelat huh?
<1> why would that be odd
<3> because people are making cool flash tools so you would think that there would be a way to save something someone created
<1> there is
<1> it is vector
<1> save the math
<3> what do you mean
<1> someone draws a circle? save the math for it
<1> then recreate it
<3> but if they make a cool drawing with a flash drawing app and they want to have that drawing on there site how would that work?
<1> you make a swf that loads the math and draws it
<1> and give them the embed code
<3> thats not that great of a solution
<3> itd be cool if they could save to a jpg or gif
<1> then use php to generate one
<7> I use an object with 3 DataSets in it. these have a total of about 1000-2000 items. each items hase about 100 properties. and some items can have subitems that have the same properties (including size) as the DataSets.
<7> I need to change surtain properties of surtain items at knowed intervals. so instead of p***ing through all the properties in Flash I can send all the data into JS, let it make a list with the items that need chaging and then let Flash do that.
<1> just p*** it through the embed
<1> or use js setVariable
<7> I use the ExternalInterface cl*** witch is very efficient comapared to the other methods. My question is, it this mwthos faster the just calculating everything in Flash ?
<2> I dropped a dynamic text field inside a movieclip (some_mc) and I'm timeline tweening the alpha of the some_mc, but the dynamic text doesn't seem to 'care'.. it's always 100% visible. Anyone know why that might be?
<2> I put some default text in the dynamic text field and inside flash the text is fading in/out properly.. my trace()s are tellin me where the playhead is so I know it's going over these frames :x.. gotta be something about dynamic text fields inside movieclips with alpha.. (though I've done this 148712904812410928409124124 times over the years in flashmx2004pro and before)
<4> omin
<4> you cant fade text fields without embedded fonts
<2> ah!
<2> I was always embedding in the projects I did before cause we use all special fonts
<2> that makes sense :D
<2> thanks!
<2> low and behold, ye hath fadabilitah
<3> fatherham can I get the math from flash and just create a vector image from php?
<4> :)
<7> can anyone gues if what I mentioned earlier is efficient enough to make it worth to go through all that trouble
<4> :)
<4> oopsm, wrong window
<2> workRelat: PHP has a whole toolkit for building basic shapes and whatnot, look into the GD functions to see how to use 'em
<2> http://us3.php.net/gd
<3> yeah I know but does flash math easily integrate into it?
<3> the vector info from flash
<2> all your work are belong to converting vector information into the math to create it D;



<2> hope you love trig
<1> workRelat no. svg would be better because you can draw with it in the browser, then use the browser to display it as well
<2> no no no.. don't use a format that not all browsers can make use of.. think of all the Lynx users :o
<3> i found this example
<3> http://www.sephiroth.it/tutorials/flashPHP/print_screen/
<3> but itd take forever just to save a image
<1> flash isnt meant to be photoshop. i dont know why everyone tries to make it do everything
<3> im trying to make a toy that people can customize and then they can save that
<3> its not a huge request
<7> do you think JavaScript can substitute Flash in the creation of a dinamic 3D map ??
<3> if noone pushed applications to there max we wouldnt even be using flash
<7> calm down, I belive it was just his opinion
<3> im not hostle about it just dont see the point in arguing whether flash should do so and so
<3> I just need it to work
<3> work better then it does now
<9> what key do i use to remove a frame instead of right clicking
<9> ?
<4> is it shirt f6?
<4> Hmm, that clears but doesnt remove
<4> I cant seem to find one
<10> Hmm, does flash have trouble with dynamic text in movie clips which are in masked layers?
<4> boombox
<4> Shift + f5
<9> thanks
<4> Mortuus, dymanic text wont show if font outlines not included
<4> Off to play bf2
<4> Bye
<10> VgSlag, I have dynamic text working everywhere else in the movie
<11> unless you use .setMask vs a masklayer and player 6,0,79+
<9> hey say i gotta edit a text but its in all of my frames can i edit it all at once or do i gotta edit it from every frame
<10> Say I have movie clips named mc1, mc2, mc3, etc... is there any way to refer to them in a for loop? ex for(x=0;x<10;x++){ mc + x = "Hello"; } to set all 10 to "Hello"
<12> any way to get server date rather than localdate?
<13> hey
<13> how safe is sending POSTVARS through flash
<13> can i do it for username/p***word you think
<13> to a php script
<13> so it doesnt get stolen
<13> easkily by some ***sniffer
<11> as safe as sending post vars from anything else
<13> excellent
<13> thanks
<11> yup
<13> btw
<13> with flash 9 coming out
<13> will 8 be included in linux>
<13> has that ever happened
<13> that linux was 2 versions behind?
<11> not that i'm aware of
<13> hmm
<13> do you code in flash 8 stuff
<13> or 7
<12> any way to get server date rather than localdate?
<13> for web dev applications
<13> i do all 7 atm
<11> i can code 4->8 - doesnt matter to me
<11> but mostly 8
<13> i see
<13> just tell them to upgrade eh
<13> i find a lot of people that dont knwo anything about computers
<13> and dont use a lot of flash, dont know what flash is
<13> and have flash 7
<13> and it will confuse them to upgrade it
<13> a lot
<11> well - express install helps with ease of upgrades
<13> whats that
<11> lets plugin upgrade without having to restart comp or such in various cases
<11> easier for end users
<11> 'seamless' you could say
<13> ok ill google it thanks
<11> !google site:macromedia.com express install kit
<6> http://weblogs.macromedia.com/emmy/archives/2005/12/whos_using_expr.cfm
<11> hmm
<11> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#gentoo
Olivetti Echos 133 DM
#dreamweaver
#politics
#beginner
ronoldinho
#nhl
curlingplayers
4chan illegal
give yourself a stranger



Home  |  disclaimer  |  contact  |  submit quotes