| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Comments:
<0> but i did <0> and now i must deal with it >_< <0> woe is me! <1> MerZikain <1> show me some of those "cool designs" that you posses <1> i am intrigued about the things that are mysterious <2> hi all <2> has anyone run into the issue where acrobat pro won't run after adobe reader has been installed? <0> SmilyOrg: www.hoosierhotrods.net <0> that's mild <0> the one i'm working on right now is all ****ed up <0> a bunch of **** is offset from other things and it makes it a bit tricky to **** with it <1> lol <1> i think i saw that one before <1> i remember the menu on left <3> this is realy annoying
<0> i think i have a draft of the design i'm working on now <0> hold on a sec <0> http://www.email***ault.com/newforum.jpg <0> there we go <0> i changed the top a lot <4> hey guys... how are ya all... i was just wondering... has anyone attempted to create a multiplayer game where you have like a top view of a battle field and you arounaround shooting other players? <5> run around, you mean? <4> yeh <4> sorrry typo <5> Hmm, no, but it is pretty easy. <5> it's pretty much the same as a side-view platformer or shooter <5> just a different angle <4> my main concern is the speed <5> What do you mean? <4> like is it going to be fast enaff to allow people to move out of the way of comming bullets <4> or is it gonna be like you push left and 2 seconds later you move left <5> Why would you make it do that? <4> no... i wouldnt purposely... but im thinking it might be limited by flash <4> and the server <5> Oh wait, you're talking about a game that numerous people could play online? <4> yes <5> That is a problem. <5> Flash's XMLSocket cl*** tends to slow stuff down a LOT <4> so... that might be the reason why no one has bothered before <5> stick arena utilizes your idea <6> hi everyone, im trying to load a movie from within a movie.....and then go back to it <5> but it is pretty slow <4> i was actually planning to use a remote script like a php <6> anyone help me with the loadmovie commands or tell me how todo it plz <4> that p***es variables to flash <5> how many people are going to be playing this game? <4> well, i was thinking 10+ <5> For client lag, it'd be optimal to have different rooms, where maybe 5 or 6 people could play in at once <4> so there would almost be a constant stream of data... regarding positioning and stuff <5> 10 people is a lot for flash to handle <5> if every one of those people sends their coordinates every frame, it could become very slow <4> Deox so something like this id have to look at other programing languages... java, c++ etc.../ <5> Not at all. If you limited it to maybe five people per game, it might work. <4> yeh... but see... ideally i wanted to be a lot more then 5 people <5> but yes, flash is quite slow compared to c, cpp, java, etc <4> cool... thanks Deox :) <5> not a problem <5> I don't know why flash is slow, by the way <3> because it hates you <5> Macromedia Director isn't slow <5> Well I hate it back. <4> i dont know how director handles multiplayer stuff though <5> twice as much <5> It's pretty easy <4> similar process, as in you can use a .php file to read in variables? <5> Director goes far beyond the capabilities of flash <5> in the ways of scripting and application building <5> animation...ehhh <4> have you heard of garagegames? <5> Only a fool would by director simply for animating <5> buy <5> yes <5> i believe i have <4> i was thinking of using that <5> hmm? <7> alright fella's im out
<0> i hate IE T_T <5> Don't we all? <0> no i mean truely deeply hate it <5> Don't we all? <0> nothing exceeds the deep loathing i hold for it <5> Oh..well then... <5> anyone feel like doing something for me <5> my beer :( <5> you've taken away not only my beer, but my dignity. <5> come back with my dignitiy! <5> but anyway <5> i need someone to put this code into a flash file <5> and then export it to a .swf and uplaod it to imageshack or something <5> http://homepage.mac.com/jperl/tehCoad.teckszt <5> (i made that document in 1337word, which is why the file suffix is teckszt) <5> :p <8> i have a question. I am VERY new to flash development. I mainly program my sites in ASP. I am looking for some kind of music player (mp3) that can get its playlist from an SQL database...does anyone know where i can find an example or point me in the right direction. I would even be willing to pay someone through paypal if they can build me one or help me get it going. <5> wow...talk about effective messaging <5> flash can not connect directly to SQL databases <5> you'd need a PHP file or something that would get the table values for it <5> also, flash can be fairly easily decompiled <5> so it's better to have some server side protection <8> such as. <5> php/asp <8> i know i can use ASP to get the query values... but then i wouldnt know how to p*** them through. <8> or anything <5> just print them out onto an html page <8> well i use asp...but i want to have a flash player <5> and load that html page with flash <8> or something <5> look <5> make an asp file <5> that basically retrieves song names from the database <5> then have it print them out in the form of an XML page <5> which flash can easily read, since it has a bunch of built in XML parsing functions already <5> that's how most people do it <5> such as: <8> ooooo...so i need to figure out how to make it print out to xml.. i can make it list the values of the table...but not sure about the XML... <5> <playlist> <5> <song name="somesong1" author="whoever"/> <5> <song name="somesong2" author="whoever"/> <5> </playlist> <9> any of you familier with any webbased systems to record and playback small voice clips on a webpage without using a flash communication server <5> you mean like a flash voice-chat? <8> thanks deox... i am going to have to play around and see if i can figure something out... still not quite sure how i am going to do this...like when someone goes to the page it will print out the info in the xml file but the xml file needs to be hidden or something and then the flash player needs to know where that file is...and if a bunch of people are accessing different list how that would work... ahhhh it sounds so confusing. i am confusi <9> no <9> like you have a small record stop and playbutton on a webpage <5> fgkjj, lol. you'll figgure it out <9> then people can click record, say somting, then press stop and then playback again <5> Oh. <5> Made in flash> <5> ? <9> maby maby not <9> doesnt have to be <9> but perhaps <5> i've never seen anything like that on the web <5> it could probably be done with java <5> or director <5> i dont think flash has the capability to do that quite yet <9> it is made, some with flash some with java <9> well flash can <9> however <9> the only way with flash i have seen is thrue a flash communication server <5> oh <8> hey deox...question...think i just figured out a way i can get it to work with my programming,but is there a way for the flah file to get values p***ed to it from the URL...for example... www.domain.com/test.asp?user_id=20 and then in the flash program it will load the xml file that is named 20.xml or something <5> wait <5> i didnt get that <5> just make test.asp print everything out as XML <8> well i will have a different page printing thigns to the XML file...but I dont want to use 1 single xml file...if i have a bunch of users acessing the thing at 1 time and it is writing new xml files...it might give one person someone elses query...kind of hard to explain... but i am going to do it in terms of users.... so i will already have a page printing out xml and saving it as a user_id... example 20.xml... that is user 20s xml file... <8> so... i will p*** the string user_id=20 to the page that has the flash embeded on it
Return to
#flash or Go to some related
logs:
#worldcup #mirc #freebsd #freebsd #politics #politics #beginner gnostic nihilism ali_nz xccentrix
|
|