A Flash Developer Resource Site

Search:

Type: Posts; User: swap_meet

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    28
    Views
    3,703

    Cool animation school

    Just found this site: Animation Mentor site when looking at animations schools.
    I must say i was impressed.

    Cheers.
  2. Replies
    0
    Views
    631

    Array form troubles

    Hi guys,
    I am currently trying to send a form that is developed as a result of a mysql query. Each result spits out a checkbox, title and a select box with various values within it and an Update...
  3. Replies
    6
    Views
    937

    Yep, you can do that too. You need to use...

    Yep, you can do that too.
    You need to use selectedItem and add the addEventListener().
    For example:

    selectOptions = new Object();
    selectOptions.change = function (evt){
    comp =...
  4. Replies
    6
    Views
    937

    I just made an edit to the above post

    I just made an edit to the above post
  5. Replies
    6
    Views
    937

    When populating the combobox dynamically the...

    When populating the combobox dynamically the process is alittle different.
    To start with all you have to do is drop a comboBox component on the stage and give it a name, for example comboBox.
    You...
  6. Thread: URL linking

    by swap_meet
    Replies
    1
    Views
    620

    URL linking

    Hi,
    I have a main flash movie that loads several swf's.
    Can anyone explain some of the processes i may be able to adopt to goto particular swf based on a URL?
    For example if the URL was...
  7. Replies
    6
    Views
    937

    Hi, You need to populate the "Labels" and "Data"...

    Hi,
    You need to populate the "Labels" and "Data" component parameters.
    Just click on the component to higlight it and these options will show.
    You of course could do this dynamically.

    Cheers.
  8. Replies
    12
    Views
    644

    Hi OnAir, Thankyou for your script..that helped...

    Hi OnAir,
    Thankyou for your script..that helped alot. :D
    How difficult would it be to create a popup through javascript that auto resize depeding on the image loaded?

    Cheer again.
  9. Replies
    12
    Views
    644

    Popup auto resize upon load

    Hi all,
    I'm working on a project that contains lots of photos with different widths/heights. When a thumbnail image within flash (which is a button) is pressed the popup will open a detailed image...
  10. Replies
    3
    Views
    858

    Hi there, You could use TRUNCATE like so: ...

    Hi there,
    You could use TRUNCATE like so:


    $deleted_rows = mysql_query("TRUNCATE TABLE table_name");


    Cheers.
  11. Replies
    17
    Views
    863

    This...

    This tutorial will explain everything you need to know however most of what has been said in this post is in the tutorial.
  12. Replies
    17
    Views
    863

    Hi there, That value can be whatever you like,...

    Hi there,
    That value can be whatever you like, this is what the LoadVars Object will pass to PHP.
    If your variable was defined in flash like so:

    this.pass_var = "1";

    then your line in...
  13. Replies
    13
    Views
    901

    Hi again hooligan (fellow Melbournian), You can...

    Hi again hooligan (fellow Melbournian),
    You can define your variables if you use what Musicman suggested (using the LoadVars object).
    Here is an example:


    myData = new LoadVars()
    myData...
  14. Replies
    13
    Views
    901

    Hi there, Try something like: on (release,...

    Hi there,
    Try something like:

    on (release, keyPress "<Enter>") {
    getURL("https://www.domainName/login.php?var=whatever", "GET");
    }
  15. Replies
    17
    Views
    863

    Hi there, Like what Musicman said above. What...

    Hi there,
    Like what Musicman said above.
    What have you got in way of your actionscript?

    Cheers
  16. oh...ok...thanks for clearing that up...i'll give...

    oh...ok...thanks for clearing that up...i'll give it another go tomorrow and see how it goes.

    Cheers Musicman
  17. Thanks for the reply Musicman. If i use the...

    Thanks for the reply Musicman.
    If i use the method of passing the variable back through the embedded flash can i go to a specific movie (lets call it page1.swf) within my main movie (main.swf)...
  18. Replies
    1
    Views
    483

    Reload swf question

    Hi all,
    Let's say i have the following situation:
    I have a main movie...let's call it main.swf
    This movie has a a few buttons, one of these buttons opens another swf (let's call it page1.swf) via...
  19. Passing varaible from flash to PHP back to flash

    Hi all,
    Am i able to do the following?
    Currently i am opening a PHP page via javascript popup from a flash button as such:

    on (release) {...
  20. Replies
    1
    Views
    1,658

    OK, i've managed to get it to trace the data...

    OK, i've managed to get it to trace the data value from the comboBox but am unable to pass this variable. I have a button that wen pressed i want to trace the current selected data value.
    This is...
  21. Replies
    1
    Views
    1,658

    Dynamic comboBox not tracing selectedItem

    Hi all,
    Why wont the following trace when i select a list item from the comboBox?

    myClientList = new LoadVars();
    myClientList.onLoad = function(){
    placeMyClientList();
    };
    ...
  22. Replies
    0
    Views
    395

    Collecting variables

    Hi all,
    Is there away via flash to store data in a session (somewhat like PHP does). Is it possible to collect a bunch of variables to be sent at a later stage without using sharedObject?
    Cheers
  23. Replies
    1
    Views
    446

    Tracking variables path

    Hi all,
    Is there away to track where a variable exists via trace or any other means. If i have created a variable that is in a movie that is in another movie and so on and so on can i trace it's...
  24. Thread: URL linking

    by swap_meet
    Replies
    4
    Views
    457

    Thanks for the reply. For example, if the user...

    Thanks for the reply.
    For example, if the user goes to http://www.mysite.com/3 can this goto a specific frame,movieclip within my movie?
  25. Thread: URL linking

    by swap_meet
    Replies
    4
    Views
    457

    URL linking

    Hi all,
    If i have a flash movie am i able to, via the URL go directly to a scene,frame, movieclip whatever?

    Cheers,
    Chad
Results 1 to 25 of 53
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center