Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tkinter

    =( -- Bug w/ Flash in IE...

    Hey guys, just wanted to tell everyone of a little bug in IE...I guess its a 'security' feature...but... I've been doing myData = new LoadVars(); myData.load("http://68.59.134.62/live.php"); for the longest time. That works for the standalone version...but for the internet/IE one...
  2. tkinter

    Lots of Questions...

    Would you guys point me, or tell me how to do these things?: Load an Image on the background of a movie... Load a NEW movie, give it a name, and control its x/y position. Update information via php...I can GET informatio from a php, but I need to keep it updating every second... Also, whats...
  3. tkinter

    How do I make a dynamic image controlled x/y w/ actionscript?

    How can I insert an image, within a movie clip, and set its x/y? I need to make an array of new objects in a movie clip, and place them according to x/y...could someone help?
  4. tkinter

    Connection Problems -- Some people it updates, some people not...

    Hey old, test it again...clear your cache, refresh, and try it again, it should be updating...I hope. My problem is, some people it updates, some people it dont.
  5. tkinter

    Connection Problems -- Some people it updates, some people not...

    Could someone who's used to getting this data help me? I believe its a cross-site scripting block that IE has...but its not on another site! argh! Could one of you guys help me with this?
  6. tkinter

    Connection Problems -- Some people it updates, some people not...

    I've had the loop set to true this whole time. On the webpage it doesn't work. Would it be a 'cross-site scripting' thing that IE is protecting against?...because it seems to get it a first time...but not refresh it. I've also found a really weird occurance -- if I have the webpage open, and...
  7. tkinter

    Connection Problems -- Some people it updates, some people not...

    I sent you the files oldnewbie. Good luck, I really need help with this...its going to be a very sweet webapp.
  8. tkinter

    Connection Problems -- Some people it updates, some people not...

    Argh -- I made a local version with the .load set to http://192.168.0.3/live.php When I view the .swf on my local computer, it works BEAUTIFULLY -- when I view it on the webpage...(http://192.168.0.3/livelocal.html) -- it doesn't update. Help!
  9. tkinter

    Connection Problems -- Some people it updates, some people not...

    Hey guys -- mainly oldnewbie...I'm having a connection problem -- Heres my code so far... //Create the LoadVars object and load data into it ind = new Array(); name = new Array(); team = new Array(); hp = new Array(); ap = new Array(); x = new Array(); y = new Array(); ih = new String() nh =...
  10. tkinter

    Loading vars via php -- help PLEASE!

    Ok, I'm going to include a lot of information in this. Here is the contents of my live.txt file...
  11. tkinter

    How do I load into variables?

    btw, that line... goes on and on ind0, ind1, ind2, etc...all the way to 32...and its a continuous line.
  12. tkinter

    How do I load into variables?

    Can someone help me with this? I have a line: ind0=1&name0=n/a&team0=n/a&hp0=0&ap0=0&x0=0&y0=0 exported onto a webpage via php...and I'm trying to load those variables into an array that flash can use. those arrays need to be ind[33], name[33], team[33], hp[33], ap[33], x[33], y[33] Could...
  13. tkinter

    Loading Pictures dynamically?

    How would I go about loading a picture dynamically in flash?... I need to load a redblip, blueblip, a background image, and need to be able to call them so I can position them dynamically. I dont have flash yet (lost my other copy) so I'm trying to get back in the game cause I dont have...
  14. tkinter

    MySQL + Flash

    Btw, I'm writing locally. (Same server is writing to its database)
  15. tkinter

    MySQL + Flash

    Well, can I open 2 connections to mysql? I'm writing to mysql every 1 second w/ a server... And I'm trying to get information every 1 second from each web client. Can I open 2 connections with mysql and just write and read?...
  16. tkinter

    MySQL + Flash

    btw, I just want to query mysql, not write, and I dont constantly want page refreshes, etc or constant lookups from a php...or do I have to load vars from a php? (load php in flash, input vars into functions?)
  17. tkinter

    MySQL + Flash

    Is there any way to have a client-server flash relationship? Here is what I would like to do: I have a game server, which I would like to log x/y coords of players on a map, and have flash, on a webpage, query the server for these x/y coords of players, and also pass along info such as health...
  18. tkinter

    Basic Tutorials/Setup...

    Where can I find some good tutorials on setting up Microsoft Visual C++? Also, how can I include DIRECTORIES, into my projects? I've downloaded projects where each one refrences .h files from the other, etc and I'm trying to get it to recognise that the files are there, but its staying its...
  19. tkinter

    Flash talk to Flash between frames?

    =( I'm using Flash 5
  20. tkinter

    Flash talk to Flash between frames?

    I have 2 frames Main Sub I have a flash movie in Main and I have a flash movie in sub. How can I get them to send commands, etc back and forth?

Part and Inventory Search

Back
Top