A Flash Developer Resource Site

Search:

Type: Posts; User: inadaze

Page 1 of 6 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    828

    I don't have it right in front of me but I will...

    I don't have it right in front of me but I will try to explain. When you go to export settings you can set which version of actionscript to export as. If you use actionscript 7 (I think it was) the...
  2. Replies
    5
    Views
    2,776

    sorry to make you repeat yourself, but I...

    sorry to make you repeat yourself, but I appreciate the information.

    Cheers,
    Jay
  3. Replies
    5
    Views
    2,776

    Hi, Either one really. But an SDK would be...

    Hi,
    Either one really. But an SDK would be better. I found something called "FFmpeg" and it seems to work well enough for me. Ever used it? Have good bad things to say or perhaps a better...
  4. Replies
    5
    Views
    2,776

    Automatic FLV conversion

    Hello,
    Does anyone know of a way to automatically convert video files (lets say mpg) to flv? I am starting a flash media server and I would like to find a way so that when I upload a video file (or...
  5. Replies
    2
    Views
    681

    okay great. So you use setInterval to draw and...

    okay great. So you use setInterval to draw and then draw and then draw... right. Thats a good way.

    I was thinking about using the tween transitions class so that I can have access to the...
  6. Replies
    2
    Views
    681

    animate drawing a line

    I was wondering if I can use the tween class to animate drawing a line all through actionscript? I know I can simulate it by animating a mask passing over a line but can I do it all in actionscript?...
  7. Replies
    2
    Views
    876

    Is there any other way to go through $_POST in...

    Is there any other way to go through $_POST in order (0-length)? I assume a for loop?
  8. Replies
    2
    Views
    876

    flash send vars backwards in php?

    Hi,
    I am using this actionscript:


    var outToPhp: LoadVars = new LoadVars();

    sendButt.onPress = function(){
    outToPhp.loginName = loginName.text;
    outToPhp.pass = pass.text;...
  9. Replies
    0
    Views
    515

    [F8]Display document date modified

    Hello,
    I was wondering if there was a way to display the date a dynamically loaded .txt file was made in a text box. I have the contents of the file loading into a text field and I would like a...
  10. Replies
    0
    Views
    408

    [f8]Loader Component with Scroll?

    Hi,
    I am using a Loader Component to load external .swf files and I have been scaling the content with the Loader Components properties. But I would prefer if the Loader Component could scroll...
  11. Replies
    0
    Views
    300

    [F8] using import causing sandbox prob?

    I made this banner for the company I work for. I have been having problems all morning with trying to get it online. The company uses this .swf player that takes the playlist of banners from an XML...
  12. Replies
    4
    Views
    828

    I assume the problem is the exporting flash...

    I assume the problem is the exporting flash actionscript version I was using. That seems to make the difference.
  13. Replies
    4
    Views
    828

    import mx.transition syntax error

    I made a flash file in Flash 8 that uses

    import mx.transitions.*;
    The file works but when I try to copy that line of code from one file to a new flash file I get a syntax error.

    Why would it...
  14. Replies
    1
    Views
    454

    Tree component setIsOpen()

    Hi,
    I am trying to get my tree component to start in the open position. I have tried

    myTree.setIsOpen(myTree.getTreeNodeAt(1),true); which seems like it is supposed to work but it doesn't. I...
  15. Replies
    10
    Views
    4,609

    Thanks. Your explanation could not have been...

    Thanks. Your explanation could not have been clearer. But I thought I was sending variables from my flash site (server 2) to my php file (server1) so that the php file could send out an email to...
  16. Replies
    10
    Views
    4,609

    Thank you all for your help but I don't quite...

    Thank you all for your help but I don't quite understand. I've been trying out what i thought I understood but it doesn't seem to work. When I make the cross domain policy, do I place it with the...
  17. controlling a movieclip from the loaded clip

    I have a movieClip (frame) which has a Loader component that loads an extenal .swf(picture) into it. Inside the picture there is a button that I would like to use to control an aspect of the frame...
  18. Replies
    10
    Views
    4,609

    Actually, a friend of mine suggested the same...

    Actually, a friend of mine suggested the same thing. So I put my php file on a free server and my flash form works! BUT...
    My flash form file only works from my desktop when I test it. When I put...
  19. Replies
    10
    Views
    4,609

    It seems that my stupid server doesn't allow any...

    It seems that my stupid server doesn't allow any server side scripting. I think I will find another location for my site.

    Thanks anyway
    Jason
  20. Replies
    10
    Views
    4,609

    Contact form without php

    Can anyone suggest a means to create a typical contact form without the use of php. My web host doesn't supply php on the server. I once knew of a way to do it with perl.
    All I want is a form...
  21. Replies
    8
    Views
    565

    really strange but it works: ...

    really strange but it works:

    http://www.kirupa.com/developer/mx2004/maskfonts.htm

    Cheers,
    Jason
  22. Replies
    8
    Views
    565

    for the length, I wanted the length of the...

    for the length, I wanted the length of the textField not the characters. But it's alright I figured out a way around it.
    The Masking part:
    I want the text to scroll from left to right like those...
  23. Replies
    8
    Views
    565

    Thanks guys! The autoSize seems to work but I...

    Thanks guys!
    The autoSize seems to work but I have come into two more problems. Is there a way to now find out how long the textField is? I tried size and _width but the return only 0 (which is...
  24. Replies
    8
    Views
    565

    adjust width of text field

    I have a text field that loads its text from an external .txt. It is a single line text field and I was wondering if there was a way to adjust the width of the text field to match the length of the...
  25. Replies
    2
    Views
    558

    Bless you!! I thought nobody would answer my...

    Bless you!!
    I thought nobody would answer my post. No more warnings!!!

    Thanks
    Jason
Results 1 to 25 of 141
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center