A Flash Developer Resource Site

Search:

Type: Posts; User: KevinDoom

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,701

    Thanks so much for the responses. I for some...

    Thanks so much for the responses. I for some reason wasn't notified of your posts or I would have replied sooner.

    5TonsOfFlax, I dig where your going with this and I'll have to explore it in more...
  2. Replies
    5
    Views
    2,701

    Calculate 3D Plane from 2D Projection

    I'm basically trying to emulate Photoshop's Vanishing Point tool where you can define the 4 2D points and the 3D plane is calculated from that information, in terms of the rotation of the plane...
  3. halp

    halp
  4. Can You Dynamically Create A Vector File From A Flash App?

    Hey everyone,

    I'm currently building a create-your-own t-shirt application using AS3. My client needs the resulting design as an Adobe Illustrator file for printing. Is there a way to dynamically...
  5. Replies
    5
    Views
    2,126

    No problem man. I definitely know how it is. Glad...

    No problem man. I definitely know how it is. Glad it helped.
  6. Feed Burner Reader Not Working In Safari and IE

    I built an RSS reader in Actionscript 3 a while ago and have never had any problems until now.

    Strangely, the reader works perfectly in FireFox and Opera, but does not in Safari and Internet...
  7. Replies
    1
    Views
    610

    Is this not possible or is it so obvious I can't...

    Is this not possible or is it so obvious I can't get any bites? :-)
  8. Replies
    1
    Views
    610

    Resizing Cells in List Component

    Hi Everyone,

    I have a list component and I'm looking to change the height of each cell within the list.

    I know how to apply a text format to the cells, allowing me to change the text font,...
  9. Replies
    11
    Views
    26,288

    Must've been some typos in there. I just tried...

    Must've been some typos in there. I just tried the following and it worked:



    var imageURLRequest:URLRequest = new URLRequest("image.jpg");
    var myImageLoader:Loader = new Loader();...
  10. Replies
    3
    Views
    1,356

    Beautiful! That worked, thank you very much. ...

    Beautiful! That worked, thank you very much.

    It seems that Flash still leaves blank space to accommodate the full sized image after you resize it -- there's white space to the right and bottom of...
  11. Replies
    11
    Views
    26,288

    sorry, posted twice by accident.

    sorry, posted twice by accident.
  12. Replies
    11
    Views
    26,288

    Hey. Try something like this: var...

    Hey. Try something like this:



    var myImageLoader:Loader = new Loader();
    var imageURLRequest:URLRequest = new URLRequest("image.jpg");
    var myBitmapData:BitmapData;
    var myImage:Bitmap;
    ...
  13. Replies
    3
    Views
    1,356

    [RESOLVED] Resize Image in TextField

    Hi, I've searched the web for days trying to figure this one out, hopefully someone can help.

    I'm building an RSS reader, which of course grabs an xml file and feeds my text field HTML. I know...
  14. Replies
    2
    Views
    366

    Bummer. I could swear I've seen a video do that. ...

    Bummer. I could swear I've seen a video do that.

    Thanks though, that saves me from more fruitless searching.
  15. Replies
    2
    Views
    366

    Loading Part of an MP3 File

    Hey everyone. I'm making an mp3 player and added a feature where the user can click on a bar representing the length of the song and be taken to that relative position in the song.

    It's working...
  16. Replies
    5
    Views
    2,043

    Cool, I added the random query string and it...

    Cool, I added the random query string and it seems to be working. Thank you.

    So is it the URL request in the swf that gets cached in the browser, or the swf itself? I'm just a little confused on...
  17. Replies
    1
    Views
    476

    I'm having the same exact problem. The only...

    I'm having the same exact problem. The only solution I've found so far (in a thread by WesCoughlin) is to make the server point website.com to www.website.com so the problem never really happens.
    ...
  18. Replies
    5
    Views
    2,043

    Need SWF to Automatically Refresh

    I have SWF that loads an external XML file and uses it to display text (an RSS reader). However, when the XML file changes, the SWF does not automatically update. I'm assuming this is due to...
  19. Replies
    5
    Views
    2,126

    Resolved: using the tag.

    Resolved: using the <textformat tabstops"[]"> tag.
  20. Replies
    5
    Views
    2,126

    [RESOLVED] TextField w/ CSS AND tabstops

    I have a textfield that is styled using an external CSS. My problem is that I also need to define tabstops within the textfield so that I can display some information in a three column list.
    ...
  21. If your textfield is inside your textarea you'd...

    If your textfield is inside your textarea you'd have to do something like:


    chatarea.chat_in.htmlText = "HTML stuff";

    Not sure if that's your scenario, but if you used the TextArea component...
  22. You Rule

    Thanks so much; that works beautifully. I really appreciate your help.
  23. Or, alternatively, a way to tell if navigateToURL...

    Or, alternatively, a way to tell if navigateToURL was unsuccessful? Anyone?
  24. [RESOLVED] Detecting AllowNetworking Setting

    I was wondering if there was a way for your SWF to detect the allowNetworking setting in its embed/object tag.

    Specifically, I'm looking for a way for my swf to know that its embedded in MySpace...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center