A Flash Developer Resource Site

Search:

Type: Posts; User: Surgpig

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. Problem solved.

    Oops. I`d cocked up my search string in the registry. For anyone interested, registry entries pertaining to MySQL are in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.

    Cheers
  2. XP Services pointing to wrong install of MySql

    Hi

    Perhaps very elementary, but I`m stumped...I need to alter the path to the executable for MySql in XP Services. I`ve been running MySql from an external USB drive, but now I`d prefer to run it...
  3. Replies
    5
    Views
    527

    Hi In the textbox property inspector, you...

    Hi

    In the textbox property inspector, you should be able to change the variable with which the textbox is associated in each keyframe, so that on frame 1 the variable is "rock.t_001", frame 2 its...
  4. Replies
    3
    Views
    536

    If you can avert your eyes from the shoddy AS...

    If you can avert your eyes from the shoddy AS coding, then have a look through the attached files. The main things to note are...

    - User input in the textfields defines the variables "name",...
  5. Replies
    1
    Views
    469

    Sure. Check out http://www.phpforflash.com ...

    Sure.
    Check out http://www.phpforflash.com

    The site`s an adjunct to the book, but in itself is a working example of what can be done with Flash/PHP/MySQL. Also check out www.devshed.com ,...
  6. Replies
    7
    Views
    335

    He-he. Oldnewbie`s right of course. In your case,...

    He-he. Oldnewbie`s right of course. In your case, bobjen, the co-ords would be x = 380, y = 200, I think.

    But I reckon it`s a good and ultimately time-saving discipline to have your swfs trimmed...
  7. Replies
    7
    Views
    335

    Hi Jennifer It sounds like your allnomusic.swf...

    Hi Jennifer

    It sounds like your allnomusic.swf has its registration point in its centre, as opposed to the top left corner, so that when the swf loads, its centre is aligned with 0x,0y of level1 -...
  8. Replies
    7
    Views
    335

    Hi bobjen It`s all about registration points,...

    Hi bobjen

    It`s all about registration points, but your problem`s easier to resolve by illustration, so check out this thread...
    ...
  9. Replies
    3
    Views
    510

    Hi I`ve installed php and apache on my laptop...

    Hi

    I`ve installed php and apache on my laptop and use this setup to test flash/php scripts locally. Installation of php was straightforward enough for me, but I don`t know how much hassle...
  10. Replies
    3
    Views
    510

    Hi Matix. Do you have access to a server that...

    Hi Matix.

    Do you have access to a server that runs PHP? If so, then I can post up a simple message board that I made in Flash, along with the relevant PHP scripts. No databases involved, it just...
  11. Replies
    6
    Views
    620

    Hi Cybercow Dunno about W2K servers, but on my...

    Hi Cybercow

    Dunno about W2K servers, but on my remote (apache) server, I`d never try and use absolute addressing, always relative. Personally, I don`t see any reason that your first code shouldn`t...
  12. Replies
    10
    Views
    513

    If you click on "character" in the property...

    If you click on "character" in the property inspector for your text box then you`ll be presented with the embed font options. But that theory was a long shot, so take a look at the attachment which I...
  13. Replies
    8
    Views
    615

    Bah! Can`t upload swf format, so here`s the fla.

    Bah! Can`t upload swf format, so here`s the fla.
  14. Replies
    8
    Views
    615

    Hi Brodsta There`s a good way to eliminate the...

    Hi Brodsta

    There`s a good way to eliminate the trial and error aspects of this problem: remember that Flash will align the registration point of your loaded swf with the registration point of the...
  15. Replies
    8
    Views
    615

    It`s only simple when you know how;) Create an...

    It`s only simple when you know how;)

    Create an empty MC on the root timeline (called, for example, "movie"), and position it where you would like within the scene. Remember and name the instance,...
  16. Replies
    8
    Views
    462

    D`oh. Just got it. A button with this code should...

    D`oh. Just got it. A button with this code should do it...

    on(press){
    hold.gotoAndPlay(hold._currentframe-20);
    }

    No?
    Cheers
  17. Replies
    10
    Views
    513

    Assuming that you`re addressing things properly,...

    Assuming that you`re addressing things properly, then all that I can suggest is that you embed the fonts of your dynamic textfield. Having it nested within a MC means that any effects applied to the...
  18. Replies
    17
    Views
    984

    Re: o.0

    Yeah, I had a problem with a script so I`m going to forsake Flash, computers, dammit technology, and revert to a couple of polystyrene cups linked together by a bit of string in order to communicate....
  19. Replies
    3
    Views
    484

    Re: Good free hosting?

    If you`re in the UK, then try www.freeola.com who provide unlimited webspace, bandwidth, php support (not sure about mySQL) and email, and no ads of any kind! Too good to be true? Well the reason you...
  20. Replies
    16
    Views
    584

    f4 works for me, but also window-->movie...

    f4 works for me, but also window-->movie explorer...
  21. Replies
    16
    Views
    584

    Andrea Sure, I`ll post a new thread in the...

    Andrea

    Sure, I`ll post a new thread in the Scripting/Backend forum, and a fresh one in the PhpforFlash forum later.

    By the way, hit f4 in Flash to bring up the movie explorer, which shows you...
  22. Replies
    16
    Views
    584

    Hey Andrea! Seeing as you`re in such a good...

    Hey Andrea!

    Seeing as you`re in such a good mood, can you check out my post on the PHPforFlash forum, where I`m stuck with that chapter one problem (the download registration form). Seems everyone...
  23. Replies
    17
    Views
    984

    Does anyone read the manual anymore? I think a...

    Does anyone read the manual anymore? I think a lot of the problems in moving from 5 to MX are caused by users assuming that everything is going to be the same (what would be the point of that?), and...
  24. Replies
    8
    Views
    497

    Uncle Peter just got the sack! You `ll have to...

    Uncle Peter just got the sack! You `ll have to change the family album ;)

    Cheers
  25. Replies
    3
    Views
    1,855

    One way I`ve used in the past is to have a button...

    One way I`ve used in the past is to have a button activate the transition movie clip and simultaneously set a variable (whichMovie), and then have the transition itself call the relevant movie...
Results 1 to 25 of 97
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center