A Flash Developer Resource Site

Search:

Type: Posts; User: woj1s

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Thread: Random Sring

    by woj1s
    Replies
    2
    Views
    7,563

    Thanks

    Here is the final code I used:


    var my_req:URLRequest=new URLRequest("articleInformation.xml"); //PUT IN YOUR XML SOURCE HERE
    var my_loader:URLLoader = new URLLoader();
    var my_xml:XML;
    ...
  2. Thread: Random Sring

    by woj1s
    Replies
    2
    Views
    7,563

    Random Sring

    I am trying to pull a random string from my xml into a dynamic text field in Flash. In this example, the first text field should bring in a random fruit (Apple, Pear or Orange). Im stuck as to...
  3. Replies
    1
    Views
    1,232

    Would it be in this?

    p, ul, ol {
    margin:0;
    padding:0 0 18px 0;
    }

    ul, ol {
    list-style:none;
    padding:0 0 18px 40px;
    }
  4. Replies
    1
    Views
    1,232

    CSS Wordpress bullets not showing

    I have a Wordpress run site. Whenever I try to use indented bullets/numbers they show up in edit mode but once the article is published they disappear. I thought it may be something with the...
  5. Replies
    3
    Views
    687

    The reason Im not putting both swf's into one...

    The reason Im not putting both swf's into one movie is because im using fcms to manage content which has to be AS 2.0. A lot of the effects, transition, motion is done by using AS 3.0. ...
  6. Replies
    3
    Views
    687

    Divs sometimes not loading swf

    Im having the problem in IE. Havent tried FF yet. http://www.thewoj.com/home.html clicking back and forth from home to contact causes the "mailing list" to sometimes not show up. You should be able...
  7. Replies
    4
    Views
    711

    Thanks Nemuro. That did work.

    Thanks Nemuro. That did work.
  8. Replies
    4
    Views
    711

    There's no object missing. The flash is caused...

    There's no object missing. The flash is caused from the movieclip ending and then going to frame label at start. For some reason this causes a flicker in flash. Is there a way around this? There...
  9. Replies
    4
    Views
    711

    Flash movie flickers when return to frame1

    I have a flash movie that plays once you click the submit button. The elements in the last frame match up with those in the first. However once the the movie gets the the end (frame 135) and...
  10. Replies
    1
    Views
    1,738

    Create a movieclip thats the size of the FLV on...

    Create a movieclip thats the size of the FLV on the stage. Make the alpha 0.
    Place this movie clip on a layer above the flv layer.

    try something like this in first frame..... onRollover goto and...
  11. Replies
    1
    Views
    572

    XML GENIUS NEEDED! (exporting)

    I have a flash movie which uses xml to load text. These flash movies are used for web based information..... but also eventually need to be edited in After Effects and transferred to DVD.
    ...
  12. Replies
    1
    Views
    430

    Real quick "_root" question

    This is the actionscript code that is Inside a movieclip on the main timeline of my flash movie. It cooperates with PHP to send mail from site......doesnt work though. Is there something I have to...
  13. Replies
    0
    Views
    636

    Mail form sending Double messages

    I have an email form which uses AS and PHP to send mail from my site to my gmail account. I receive the email as desired, HOWEVER I also receive a second message along with it that is blank from an...
  14. Replies
    3
    Views
    22,190

    Insert SWF in CSS

    I found this CSS page which automatically centers itself no matter what the browser size. How would I add my swf file into the CSS code in the HTML to get my swf file to be centered as this?

    ...
  15. Replies
    1
    Views
    603

    Clear Input Textfield on click

    I have a mailform in my website which sends mail to my email. When a user enters an unvalid email (no "." or "@") the phrase "please enter a valid email" is seen in the input textfield. I want This...
  16. Replies
    2
    Views
    1,233

    Got It

    Just had to move the AS from the mailing list movieclip symbol to the AS layer on the main timeline
  17. Replies
    2
    Views
    1,233

    Musicman SAVE ME! php mailing list

    So I finally got this mailing list working great. The swf was throwing inputted data throw php and into a txt file on the server. PERFECT!

    HOWEVER, I took the frames of the mailing list fla and...
  18. php/flash mailing list (solution should be easy)

    I am using a mailing list that works great. The php writes to a text file on my server and im able to open the text file and read the submitted content.

    HOWEVER, Everytime I submit content, the...
  19. Replies
    1
    Views
    1,005

    Flash, PHP to txt file

    I'm trying to have flash send info (email) submitted in a box to a txt file on my server.

    As of right now once you hit the submit button it sends the input data to my email address. I need the...
  20. Replies
    1
    Views
    537

    Quick easy question

    I was able to use this 
 in my xml to start a newline. Is there an equivalant code such as that, which will bold text in xml?
  21. Replies
    1
    Views
    574

    XML data not formatting properly in Dynamic

    Here is the file I need to work:
    http://www.thewoj.com/thewoj.swf

    If you noticed under the main image there is text. The text should display 4 lines of data, centered, which is loaded from an xml...
  22. Replies
    0
    Views
    734

    "Jacked up" childnode

    I think I narrowed my problems with captions to the child node references in the action script.

    http://www.thewoj.com/thewoj.swf

    If you look under the main image I have a caption that is loaded...
  23. Replies
    0
    Views
    1,304

    XML, XSLT text not displaying properly

    Here is the file I need to work:
    http://www.thewoj.com/thewoj.swf

    If you noticed under the main image there is text. The text should display 4 lines of data, centered, which is loaded from an...
  24. Replies
    3
    Views
    530

    Thanks guys. I figured it out. I had the action...

    Thanks guys. I figured it out. I had the action script above in a blank keyframe on the timeline instead of the movie clip with the gallery container.
  25. Replies
    3
    Views
    530

    How in the...? Hide XML/array gallery

    http://www.thewoj.com/thewoj.swf

    If you look at the link I have a gallery in place that works thus far. My problem is when clicking the nav. buttons (Bio, contact) the xml gallery continues over...
Results 1 to 25 of 52
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center