A Flash Developer Resource Site

Search:

Type: Posts; User: bluehaus

Page 1 of 3 1 2 3

Search: Search took 0.42 seconds.

  1. Thread: Flash 8 & PHP

    by bluehaus
    Replies
    5
    Views
    459

    That didn't work either... :( Do you have an...

    That didn't work either... :(

    Do you have an example of how to use escape(myString); and urldecode(varname) in php?
  2. Thread: Flash 8 & PHP

    by bluehaus
    Replies
    5
    Views
    459

    In not familiar with stripslashes or...

    In not familiar with stripslashes or urldecode(varname) in php. Do you have an example of this? escape(myString); I've found in Flash help and I'm looking into that.
  3. Thread: Flash 8 & PHP

    by bluehaus
    Replies
    5
    Views
    459

    Flash 8 & PHP

    Hello all,

    I'm having an issue with a flash and php contact form. Everything is being sent to the appropriate email address, etc, etc, but all of the text formatting on each input box is being...
  4. Replies
    2
    Views
    415

    The movieclip is set up like that. The text box,...

    The movieclip is set up like that. The text box, that's in the mc is the problem. Any ideas on how to fix that?
  5. Replies
    2
    Views
    415

    Stage/Textbox Resize Issue

    Hello all,

    I have a dynamic text field within a movieclip that adjusts it's width according to the width of the stage. The text field does adjust, however it I'd like it to maintain it's position...
  6. Replies
    0
    Views
    393

    attachMovie / Scrolling Problem

    Hello all,

    I was wondering if someone could help point out where I'm going wrong here. I've attached a movieclip to a scrollpane and then I've duplicated a movieclip a number of times depending...
  7. Replies
    5
    Views
    465

    You are my new best friend. ;) That works...

    You are my new best friend. ;)

    That works beautifully! Thanks for all your time and help with this. I was really racking my brain over this and just couldn't figure it out. Now I know.
    ...
  8. Replies
    5
    Views
    465

    Interesting... I wasn't aware of this, how you...

    Interesting... I wasn't aware of this, how you explained it though does make sense.

    I tried implementing your suggestion, however after clicking on the first section the second set of duplicated...
  9. Replies
    5
    Views
    465

    Disappearing MovieClips

    Hey All,

    My portfolio is divided up into sections, Websites, Print work, Illustrations, etc... and in each of those sections are selections of my work. Duplicated movieclips are created depending...
  10. Thread: XML Confusion

    by bluehaus
    Replies
    5
    Views
    1,105

    XML Confusion

    Hello All,

    Below I have a snippet of my XML file:



    <PORTFOLIO>
    <WEBSITE>
    <WEBSITE CLIENT="Client Name" TITLE="Project Title" YEAR="2003" ROLE="Brief description here..."...
  11. Replies
    0
    Views
    278

    Dissapearing MC

    Hello all,

    I'm trying to setup my portfolio section of my website and figured XML would be the best way to go for this. I have the subnav displaying properly
    (website/print/etc.) along with the...
  12. Replies
    0
    Views
    776

    XML Duplicate MC Issues

    Hello all,

    I'm trying to setup my portfolio section of my website and figured XML would be the best way to go for this. I have the subnav displaying properly
    (website/print/etc.) along with the...
  13. Replies
    0
    Views
    342

    MovieClip's in MovieClip's

    [Flash MX]

    Hello all,

    I am having some troubles over here and I can't figure out what's going wrong. I have a map of Canada, that has the provinces enlarge on mouseover. In those provinces...
  14. Replies
    5
    Views
    452

    Well, it is what I'm after... sort of. I'm...

    Well, it is what I'm after... sort of. I'm looking for a countdown timer where I can set the minutes. This one counts up.
  15. Replies
    5
    Views
    452

    Thanks for the suggestion. I've thought about...

    Thanks for the suggestion. I've thought about doing it this way, but I'd like to have actual time "Time Remaining: 5:03" kind of thing.
  16. Replies
    5
    Views
    452

    Real Time Minute Timer

    Hello all,

    I'm trying to do a simple countdown timer that uses actual time to help countdown. Here's my code below:



    onClipEvent (enterFrame) {
    // Current Time/Date
    currentDate = new...
  17. Replies
    0
    Views
    333

    Hello all, The following code is in a loop...

    Hello all,

    The following code is in a loop defining "i" as it goes along. i=1, i=2, i=3, etc...
    The first trace always returns blank while the other two traces have the correct info. When I...
  18. Replies
    0
    Views
    293

    Hello all, The following code is in a loop...

    Hello all,

    The following code is in a loop defining "i" as it goes along. i=1, i=2, i=3, etc...
    The first trace always returns blank while the other two traces have the correct info. When I...
  19. Replies
    0
    Views
    575

    Hello all, I am trying to sort my XML list by...

    Hello all,

    I am trying to sort my XML list by using either Array.sort(); or Array.sortOn(fieldName) with zero success. I've tried searching the archives and everything I came across didn't deal...
  20. Replies
    1
    Views
    703

    Thgouht I'd bump my post. So no one has an idea...

    Thgouht I'd bump my post. So no one has an idea on this?
  21. Replies
    1
    Views
    703

    Hello all, I have a news section that's...

    Hello all,

    I have a news section that's grabbing my news via XML. I have used a blank mc with the following code to pause the news before automatically switching the news item.


    ...
  22. Thread: Hide Buttons?

    by bluehaus
    Replies
    4
    Views
    1,643

    But of course! Thanks mang!

    But of course!
    Thanks mang!
  23. Thread: Hide Buttons?

    by bluehaus
    Replies
    4
    Views
    1,643

    Hello all, Is there a way to hide a button...

    Hello all,

    Is there a way to hide a button onstage via ActionScript?

    Thanks,
  24. Thread: XM L101

    by bluehaus
    Replies
    10
    Views
    1,230

    Thanks Luke! I actually played around with your...

    Thanks Luke! I actually played around with your suggestion and needed an extra firstChild to make it work, but nevertheless, it works!

    mainTag.childNodes.firstChild.firstChild.nodeValue

    Now...
  25. Thread: XM L101

    by bluehaus
    Replies
    10
    Views
    1,230

    Now on to greater issues... menudata =...

    Now on to greater issues...



    menudata = new XML();
    menudata.ignoreWhite = true;
    menudata.onLoad = convertXML;
    menudata.load("menu.xml");
    menuList = new Array();
    //
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center