A Flash Developer Resource Site

Search:

Type: Posts; User: maximillion

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    664

    yeah normally, i do. I actually figured it out....

    yeah normally, i do. I actually figured it out. but thanks for the reply
  2. Replies
    2
    Views
    664

    resizing an sprite from a class

    hello all,

    i am trying to target a sprite thats in an external class. I have no idea how to do this. I am trying to use a slider on my main stage to control its size. I have the slider already...
  3. Replies
    4
    Views
    624

    bump

    bump
  4. Replies
    4
    Views
    624

    sstalder, thanks for the speedy reply what about...

    sstalder, thanks for the speedy reply what about the listener to make the action happen? or is there a need for one?
  5. Replies
    4
    Views
    624

    using PHP variables in flash

    Hey guys,

    quick question. I have figured out to get my php variables into my flash file. now i am curious. I have an image that corresponds to php var (item_id).
    Now what i want to do is grab...
  6. Replies
    7
    Views
    11,676

    no... my page isnt a Sprite. How would i make it...

    no... my page isnt a Sprite. How would i make it so? is that the reason why i am having trouble with the cancel button?
  7. Replies
    7
    Views
    11,676

    bump anyone??

    bump anyone??
  8. Replies
    7
    Views
    11,676

    AS3 Printing help

    Hey all!

    ok back at another issues in as3 printing :yikes:




    //Function to print entire screen
    function printFunction(event:MouseEvent):void
    {
  9. LOL w/5tons... naw i never said that. i said the...

    LOL w/5tons... naw i never said that. i said the info i was bring to flash was on a php page. thanks for the snippet. i am gonna see who i know that knows PHP. you have been a great help tho...
  10. after a little while... can i put the swf on...

    after a little while...

    can i put the swf on a php page?

    cause then i could use the global variable in my app?? is my thinking right?
  11. thanks 5tonsOfFlax, i wish i knew php too to...

    thanks 5tonsOfFlax, i wish i knew php too to figure this one out. i thought that since the variable was in the html for the swf that i would have to declare the variable there to replace the item_id...
  12. k so, that only worked when i manually entered...

    k so, that only worked when i manually entered this in the html.


    'flashvars', 'item_id=9232'


    is there a way that i can put a variable in the item_id value? like a <php echo something?>
  13. if the id value always changes how will...

    if the id value always changes how will loaderInfo help me?
  14. 5tonsOfFlax, thanks for the response. I have...

    5tonsOfFlax, thanks for the response. I have access to the php which is how i got the ?item=12345 added to the link for the swf. now i am off to find info on how to properly set up...
  15. Url Encoded(Query Strings) whatever you call them..

    hey FK!

    question, i am trying to figure out how to do this or explain it for that matter.

    http://www.mysite.com/myVDS.html?item=1911 (this is the link to my as3 app)

    i want to bring in the...
  16. Replies
    1
    Views
    798

    setting depth to an external file

    hey FK!

    as usual, i am on the path of the learning as3.
    here is my question for today? can you set the depth of an externally loaded file?

    ex.

    I have an image gallery (which is external)...
  17. i think i understand what you mean......

    i think i understand what you mean... unfortunately, i was never able to accomplish that task.
  18. were you looking to display all the fonts from...

    were you looking to display all the fonts from the users system??? because what i gave is with a specific list of fonts placed in your library...
  19. ok so i have a few minutes now.. heres what i...

    ok so i have a few minutes now..

    heres what i did. the fonts are created in an array... (each with linkage for each one stored in the library)

    from there loop thru to create the list.

    i...
  20. sorry dont have time to comment lines for you but...

    sorry dont have time to comment lines for you but i think you ll get where i am coming from. any questions hit me back





    var fonts:Array = new Array(new AmericanTxt(), new Arial(), new...
  21. Replies
    3
    Views
    678

    http://www.actionscript.org/forums/showthread.php3...

    http://www.actionscript.org/forums/showthread.php3?p=724815&posted=1#post724815

    this will help with the multiple rows
  22. Replies
    2
    Views
    370

    flash image gallery

    I have am image gallery that I can't seem to get working. I have my current fla. All I need is for some e to create an image loader to place my images in. I don't think this will take long to do, but...
  23. adding event listeners to objects in an array?

    i have some images loaded into an array to be displayed inside a movie clip.

    is there a way that i can create event listeners to these objects as they are being placed into the movie clip or do i...
  24. Replies
    2
    Views
    1,007

    change to this var _puzzle1:puzzle01 = new...

    change to this



    var _puzzle1:puzzle01 = new puzzle01();
    _puzzle1.addEventListener(MouseEvent.CLICK, showImage);
    function showImage(evt:MouseEvent):void{
    _puzzle1.x = 200;
    _puzzle1.y =...
  25. Replies
    3
    Views
    533

    I second that!!! if anyone can help pls let me...

    I second that!!! if anyone can help pls let me know.
Results 1 to 25 of 137
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center