A Flash Developer Resource Site

Search:

Type: Posts; User: Dan Abz

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Managed to get it to work with this: on...

    Managed to get it to work with this:

    on (release) {
    gotoAndPlay(6);
    _root.gotoAndPlay("SW6");
    }
  2. I'm currently inside a movie clip called AceR6. ...

    I'm currently inside a movie clip called AceR6.

    I have a button I want to take me back to scene "ScopeofWork" Label "SW6"

    At the moment when I code it as above it doesn't take me out of the...
  3. [RESOLVED] [MX] Linking from MC to Timeline

    I can't seem to get this to work.

    Using this:
    on (release){
    gotoAndPlay ("_root.ScopeofWork","SW6");
    }

    Any ideas on how I can get it back to the Scene I want?
  4. Replies
    2
    Views
    612

    Standard getURL: on (release) {...

    Standard getURL:



    on (release) {
    _root.var_loading._visible = true;
    getURL("resources/OPM.pdf", "_blank");
    }
  5. Replies
    2
    Views
    612

    PDF not opening in browser from Flash

    I've created a website that has a main html page that then opens swf's.
    The user then has various resources at the top of the page to click out too.

    One of them is a PDF but when clicked it...
  6. Replies
    3
    Views
    748

    Well thats the only thing on the buttons layer!...

    Well thats the only thing on the buttons layer!
    Confused!!
  7. Replies
    3
    Views
    748

    AS2.0 Button Error

    I cant seem to find the problem with this at all.
    Used the same code a few times on other things and it works fine.

    Got this on my button:

    on (rollOver){
    _root.varInstr = "This programme...
  8. Thread: Quiz

    by Dan Abz
    Replies
    0
    Views
    474

    Quiz

    I have a quiz I have made up.
    I want to send the users answers to the assessor via a secure method.

    What would be the best way of doing this?
  9. Replies
    0
    Views
    743

    Flash Var > PHP > Email

    Hi,

    I’m looking for a solution for a problem I have.

    We have a flash file with 20 questions. The user goes through the quiz and selects the answers and at the end of the quiz a variable sends...
  10. Thread: Button help

    by Dan Abz
    Replies
    8
    Views
    690

    perfect! cheers :smoov:

    perfect!

    cheers :smoov:
  11. Thread: Button help

    by Dan Abz
    Replies
    8
    Views
    690

    so can you not do it in the same scene?

    so can you not do it in the same scene?
  12. Thread: Button help

    by Dan Abz
    Replies
    8
    Views
    690

    I have MX 04 here at work.

    I have MX 04 here at work.
  13. Thread: link help

    by Dan Abz
    Replies
    5
    Views
    412

    here is the file:...

    here is the file:
    http://www.dan-cepromotions.co.uk/flkit/fileNotWorking.fla
  14. Thread: link help

    by Dan Abz
    Replies
    5
    Views
    412

    still doesnt seem to work :-s

    still doesnt seem to work :-s
  15. Thread: link help

    by Dan Abz
    Replies
    5
    Views
    412

    ah thanks, i'll try that

    ah thanks, i'll try that
  16. Thread: Button help

    by Dan Abz
    Replies
    8
    Views
    690

    so would i write it like: ...

    so would i write it like:

    _root.BUTTONNAME.btn.on (release){
    gotoAndPlay("scene1","page1");
    }
  17. Thread: link help

    by Dan Abz
    Replies
    5
    Views
    412

    link help

    Hi im looking for some help in Flash MX.

    I currently have a a movie clip inside a movie clip and I want it to link to certain part of my page.

    Usually I could just use:

    on (release){...
  18. Thread: Button help

    by Dan Abz
    Replies
    8
    Views
    690

    Button help

    Hi im looking for some help.

    I currently have a a movie clip inside a movie clip and I want it to link to certain part of my page.

    Usually I could just use:

    on (release){...
  19. Replies
    2
    Views
    726

    Cheers I sorted it out with the new line tag....

    Cheers I sorted it out with the new line tag.
    I'll have a look at the link aswell.

    Cheers for the reply.
  20. Replies
    2
    Views
    726

    PHP Mail form - email format

    Hi, is there any way for my email to pick up some format from the php.

    At the moment it is one big paragraph and doesnt read very well.

    Thanks
    Dan
  21. Thread: form problem

    by Dan Abz
    Replies
    9
    Views
    817

    I have just done a form very similar to this but...

    I have just done a form very similar to this but it has 33 fields of information.

    How can I go about getting it looking nice in the email. Is there any format tags i can attach to the php :-s
  22. Replies
    2
    Views
    1,929

    brillant thank you again

    brillant thank you again
  23. Replies
    2
    Views
    1,929

    expandIt not working in firefox

    Basically I have a Title menu, then a subtitle. Using the expandit function it opens and shuts fine in IE6 but doesnt work on firefox or the mac's browser.

    Here is an example of what is happening....
  24. Replies
    7
    Views
    2,180

    Thanks for both the answers. I was able to...

    Thanks for both the answers.

    I was able to change my div to what ihoos.com said.

    Thanks again
  25. Replies
    7
    Views
    2,180

    Aligning text to the bottom of the page

    Hi,

    Is there any other way to get a block of text to align to the bottom of the page?

    Just now I’ve put it in a div then made the positioning absolute and to 550px.

    But when a user with a...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center