A Flash Developer Resource Site

Search:

Type: Posts; User: tlmarker

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    18,407

    Now I know, it did not work. Still confused over...

    Now I know, it did not work. Still confused over why this is happening. On the bright side, it know respondes to he same window, so it was not a complete failure. Troy
  2. Replies
    2
    Views
    18,407

    Progress Update: Well not preogress really, it...

    Progress Update:

    Well not preogress really, it still does not. I have been search different forums, and it seems I have a particully stubborn bug here. I just tried move the Submission class to...
  3. Replies
    2
    Views
    18,407

    Wierd navigateToURL behaviour

    I have a custom class that post result from a Flash file to my website the in turns posts the data to a database. I create the string to post data to the website, I then use php to do the actual...
  4. Replies
    1
    Views
    9,458

    Calling a custom package

    I am having problems calling a custom package. I have a package defined as follows:



    package MMES {
    /**
    * Global import commands
    */
    import flash.display.*;
    import flash.events.*;
  5. Replies
    1
    Views
    665

    Checking for file existance

    I an working a way to load config data from a file. I got the data into flash just fine. What I need now is a way to create a flag the will tell if the file does not exist.
    I have the following,...
  6. Replies
    1
    Views
    834

    In line with the saying "The rolling stone grows...

    In line with the saying "The rolling stone grows no moss" I continued to research the problem, and was able to put something together. Thanks for reading.
  7. Replies
    1
    Views
    834

    Config files with Flash.

    I am creating a website that will have Flash activities that will post score data to my database via the website. My testing machine and production machines have different domain names. I want to put...
  8. Replies
    2
    Views
    1,548

    Calling a method in another class

    I am new to AS3. I am creating a series of Flash Activities for an educational website and would like to put common function into their own class. I am not sure how to do that. What is have tried is:...
  9. Replies
    1
    Views
    1,170

    Global Variables vs. parameters

    I am working on a project, and I game across a guestion that had presented it self. I have a few variables that are used through out my project. As I have it wrote they are global variables, and it...
  10. Replies
    0
    Views
    1,395

    Question on enbedding

    When embedding flash into HTML is classid the same for all flash, or does it change. I need to know so I can build a page the will use a database to display flash movies. Thanks Troy
  11. Replies
    1
    Views
    1,064

    Sorry for wasting peoples time

    I am sorry for wasting peoples time, but I was able to figure it out. I just took a step back, re-thought, and tried again. Troy.
  12. Replies
    1
    Views
    1,064

    Play button overlay

    I am trying something with video. I am creating an educational wedsite tha till use videos to tech lessons. I have seen a method of playing the video I would to employ, but can not figue it out. I...
  13. Replies
    8
    Views
    1,519

    Thanks for the help. I got it working. Your...

    Thanks for the help. I got it working. Your suggestion worked well, the one ar 2:15, not the last one. The code that worked is:
    on(release){
    getUrl("http://chirasedsite.local/flash/submit/001/" +...
  14. Replies
    8
    Views
    1,519

    Okay, I have the text "Submit Score" on my final...

    Okay, I have the text "Submit Score" on my final frame. I made this text a button by pressing F8 and adjusting the setting in the dialog. I then added the code:

    on (release) {...
  15. Replies
    8
    Views
    1,519

    Another thing just occured to me. How about...

    Another thing just occured to me. How about calling a website from Flash? That may do what I want it to.
  16. Replies
    8
    Views
    1,519

    I was using send because once the webpage get the...

    I was using send because once the webpage get the data, it will save it to a database and got to another page. I have discover that I need to test this out of IDE to make it work. Only question I...
  17. Replies
    8
    Views
    1,519

    Passing data to php

    I am working on an educational website. My Flash movie with end with a score I need to send back to the site to store in a database. I am some what new to flash, and have looked for the method on how...
  18. Thread: setFocus

    by tlmarker
    Replies
    3
    Views
    1,117

    Okay, this is weird. After testing the movie a...

    Okay, this is weird. After testing the movie a couple time, I discovered that aNumber text ares was getting the focus, however, the first problem when I run the program is marked as wrong, when I...
  19. Thread: setFocus

    by tlmarker
    Replies
    3
    Views
    1,117

    setFocus

    I need to force focus on a input field. What I learned from the Flash help is listed below:


    // Function Name: onRelease
    // Parent: Symbol 1 <begin_btn>
    // Use: When the begin button is...
  20. Replies
    2
    Views
    921

    Key Listner for a text input field

    I need a key listner for a text input field. The one I have is listed here:


    keyListener = new Object();
    keyListener.onKeyDown = function() {
    x = Key.getAscii();
    if (x == 13) {
    if...
  21. Replies
    10
    Views
    1,790

    Just figured it out. It was the instance names....

    Just figured it out. It was the instance names. Previousely I was not using them, as I did not fully understand the concept. Once I assigned the answer field and instand name, and used that in the...
  22. Replies
    10
    Views
    1,790

    Would it help if I sent the flas file to you? If...

    Would it help if I sent the flas file to you? If so, send me you email to troylmarker@gmail.com, and I will send the Falsh soure file.
  23. Replies
    10
    Views
    1,790

    I made the changes you suggested. Still getting...

    I made the changes you suggested. Still getting "NaN" in test2.

    Could this be because I am using Action Script 2.0 instad of 3.0. I am using 2.0 because Flash would not let me attach code the the...
  24. Replies
    10
    Views
    1,790

    No, they are random number I use for the problem....

    No, they are random number I use for the problem. They range between 1 and 5.
  25. Replies
    10
    Views
    1,790

    Thanks for the responces

    rachelg: I visited the website, was not able to get that solution to work either.

    rynow: I tried you suggestion also, still not luck.

    The code I am using is listed here:


    on (release) {...
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center