A Flash Developer Resource Site

Search:

Type: Posts; User: jclark911

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    515

    Got that to work - NEW PROBLEM however... Used...

    Got that to work - NEW PROBLEM however...

    Used this code:

    on (release) {_root.loadMovie("selection_CO.swf", "holder_selection");
    }
    on (release) {_root.gotoAndStop("selection");
    }

    NEW...
  2. Replies
    1
    Views
    515

    Dual Purpose Button?

    Hello,

    I'm having diffuculties scripting a button to do two things:

    1) GotoAndStop on a named frame called "selection"

    -but also-

    2) Load (either an MC or SWF) into a blank container...
  3. Replies
    7
    Views
    605

    Problem solved - based on your direction, I got...

    Problem solved - based on your direction, I got the following to work - Thank you!

    onClipEvent (mouseMove) {
    if(_xmouse>-200 && _xmouse<200 && _ymouse>-200 && _ymouse<200){
    x=this._xmouse;...
  4. Replies
    7
    Views
    605

    I tried that, and the rotation occurs - but the...

    I tried that, and the rotation occurs - but the values are getting screwed up somehow - it's only rotating from 270-360 for some weird reason. I like this approach, but would there be a way to do...
  5. Replies
    7
    Views
    605

    I tried that, and it gave me the 'acts like a...

    I tried that, and it gave me the 'acts like a button' result I wanted - in terms of having a hit state, but the opperability of the mc didn't work. I even adjusted your code to retarget 'arrow', and...
  6. Replies
    7
    Views
    605

    mouseMove problem...

    I've revamped some code I found on the web to look like this:

    onClipEvent (mouseMove) {
    x=this._xmouse;
    y=this._ymouse*-1;
    angle = Math.atan(y/x)/(Math.PI/180);
    if(x<0){angle+=180}...
  7. Replies
    8
    Views
    526

    [RESOLVED] Thanks 247...I'll load them only...

    [RESOLVED]

    Thanks 247...I'll load them only once (into one frame) & either work with mc visibility or level visibility.

    Thanks!
  8. Replies
    2
    Views
    330

    Syntax (help please)

    I have an externally loaded SWF in my main movie. This SWF has frame actions to set a variable equal to the frame number that you are on in its timeline.

    My main movie loads in this SWF just...
  9. Replies
    5
    Views
    446

    Gonna try to re-ask this question... What is...

    Gonna try to re-ask this question...

    What is the correct syntax to use to tell an externally loaded SWF which frame to go to...using a variable, instead of a frame number or frame label???
  10. Replies
    5
    Views
    446

    Downloaded the .zip - viewed it - understand it....

    Downloaded the .zip - viewed it - understand it.

    However, it may not exactly respond to my unique situation. My SWFs are loaded upon entering a frame (not called by a button) and are loaded into...
  11. Replies
    2
    Views
    346

    The file in question 'spec.pdf' does exist in the...

    The file in question 'spec.pdf' does exist in the same file as both the FLA and SWF
  12. Replies
    5
    Views
    446

    Controlling timeline of loaded SWF

    I've loaded an SWF into a blank container in my main movie. Within this loaded SWF, I have a 'frame variable' assigned to each frame. After loading this SWF, I'd like to tell Flash to goto the...
  13. Replies
    8
    Views
    526

    Yes, that makes sense - will have to alter my...

    Yes, that makes sense - will have to alter my site's structure to accomodate this solution. I have one 'blank container' in my library that I've instanced multiple times on each frame with labels...
  14. Replies
    8
    Views
    526

    ...response to 247

    Another way of approaching the problem it seems...let me see if I'm understanding you:

    Instead of having 16 frames - that have various selections that need to be made, you're saying to have one...
  15. Replies
    2
    Views
    346

    GetURL (viewing pdf) from SWF

    All,

    This has been posted before, but I thought I'd start from scratch.

    I have an application that will be published to a CD. Within this application, I want PDFs to load up in their own...
  16. Replies
    8
    Views
    526

    If I'm understanding you correctly...

    Again, being fairly new...here's how I understood you.

    If each button has 5 choices, assign a unique variable for each of the five choices. Variable (button x) = 5...for example???

    Then, upon...
  17. Replies
    8
    Views
    526

    Shared Object (saving frame states)

    Hello...

    I'm fairly new to AS & especially new to SOs...

    I am working on an application that (on 16 different frames) has various loaded SWFs that have selections for the user to make. These...
  18. Replies
    2
    Views
    337

    Syntax / Targeting

    Hello...I need help with the following:

    I have an externally loaded swf file (a) loaded into my main movie (x). Within this swf (a), I have a button that I'd like to have load another swf (b)...
  19. Replies
    3
    Views
    728

    link

    MM Pharmacy
  20. Replies
    3
    Views
    728

    Can someone help with PHP form test?

    All,

    I was having no luck with a form that I was creating that was slightly more complicated...now I'm trying to make a very simple example work. However, the very simple flash file with 'name'...
  21. Replies
    9
    Views
    1,104

    suggestions...

    I just found that the version of PHP my host is using is 4.3.2 if that makes for any changes to the code.

    Help would be appreciated - this stuff is driving me nuts...
  22. Replies
    9
    Views
    1,104

    latest & greatest

    Something I didn't know before was that I had to activate the PHP at my hosting provider. It has now been activated.

    My new scripts that I just uploaded are as follows:

    PHP:

    <?php
    $toemail...
  23. Replies
    9
    Views
    1,104

    It is online

    Morrocroft Medical Pharmacy
  24. Replies
    9
    Views
    1,104

    maybe something else is wrong...

    Thank you very much MM, but still doesn't seem to be working.

    New php:

    <?php
    $toemail = $_POST['toemail'];
    $toname = $_POST['toname'];
    $subject = $_POST['subject'];
    $name = $_POST['name'];...
  25. Replies
    9
    Views
    1,104

    Update...

    Did more research, code now reads...

    (STILL DOESN'T WORK)

    <?php
    $ToEmail = $_POST["ToEmail"];
    $ToName = $_POST["ToName"];
    $Subject = $_POST["Subject"];
    $Name = $_POST["name-1"];
    $Address =...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center