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 strongm 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: *

  • Users: blues007
  • Content: Threads
  • Order by date
  1. blues007

    Windows intallation error 2003

    I'm trying to install MySQL and I'm getting the error 2003 "Can't connect to MySQL server on 'localhost'(10061)" The 3306 port in configured and it must be the reinstallation problem How can I solve this? Thank you.
  2. blues007

    loadMovie dynamic text swf

    I'm trying to loadMovie a dynamic text swf and I'm getting nothing. Although I would be very much surprised if it had worked, I don't understand the reason why it doesn't. the code is: on(release){ move.loadMovie("somemovie.swf"); } being some movie.swf a dynamic text swf, that works...
  3. blues007

    getURL("mailto: doesn't work

    I have this code: on(release){ getURL("mailto:somemail@someserver.com"); } I think the code is OK but i doesn't work. Help? Thank you.
  4. blues007

    variable

    is there a way to attribute a variable name to a movieclip? say something like my_clip=x or something like this. thank you.
  5. blues007

    Slidehow from Aperture

    Is there a way of exporting an Aperture made slideshow to something like an SWF file? Thank you
  6. blues007

    swf size

    Is there a way of vary the size of a .swf in a html page? I want to put a swf map that opens and closes. Is there a way that, when the map is closed, the .swf doesn't occupy the same space in the page than when it's open?
  7. blues007

    Frame page to no frame page

    This one is tricky. I have a main page with a menu that linke to another page with frames. When I finish what I have to do in that new page with frames I must return to the main page. I can't use he getURL("somepage","mainFrame") because it puts the main page in the main frame and it's bad. I...
  8. blues007

    I'm very sorry about this question

    It's really late and I'm a little tired. I lost the common library "Buttons". I try to open it but I can't find it anywhere in the screen. Thank you for your help.
  9. blues007

    If then else

    Can I use if then else in something like this: If(onrelease)then getURL("http://someSite") else play(); I mean: if I click the button it opens an URL or else it rolls the rest of the movie
  10. blues007

    Action script command for "refresh" the page

    Is there any AS command that refreshes the browser age? Thank you.
  11. blues007

    swf doesn't work

    I have this menu made with Flash MX and exported as .swf file. It works fine on the player and tests ok in the Flash MX. But when I put in Dreamweaver (as I've done some times before with others) it doesn't work. Help? Thank you.
  12. blues007

    spyware energency

    I caught (don't know how!) some spyware. I have instaled all the spyware removal tooles I know of, and I have the latest McAfee anti virus. It changes my home page to a page selling medication stuff.
  13. blues007

    stop loop

    How can we prevent a clip loaded with: loadMovie("someMovie.swf",qaz) from looping? I want to load it and I don't want it to loop! Thank you very much
  14. blues007

    Wireless Zero Configuration

    I need to start the Wireless Zero Configuration service, but it doesn't appear im my services list. What can I do? Thank you very much.
  15. blues007

    Zero configuration network

    My laptop lost it's wireless connection. The WXP message states that I must start the Zero cofiguation Network service. I can't find this service in the list of available services . What shall I do? Thank you very much and Merry Christmas everybody.
  16. blues007

    getURL in frames

    Is there any way of using getURL in a frames site? I can use _self or _blank parameters. Is there a equivalent to something like "mainframe"? Thank you.
  17. blues007

    Aperture

    Does anybody knows how to install aperture in G4? Thank you very much.
  18. blues007

    Ckip inside a clip

    Hello everybody. I need to import a small clip to a new timeline of a different clip. The thing is, the clip doesn't work. It loops endelessly and ignore the beautiful script I wrote. How can I correct this? Thank you very much.
  19. blues007

    Stop looping

    How can I stop a clip from looping? I made a clip with the stop(); thing in a layer I called "actions" and it works fine. It only runs once. It's whem I import this clip to a diferent flash movie that I have the problem: I can't make it stop looping. Must be simple... Anyone? Thank you.

Part and Inventory Search

Back
Top