A Flash Developer Resource Site

Search:

Type: Posts; User: Toby Mack

Page 1 of 20 1 2 3 4

Search: Search took 0.44 seconds.

  1. Replies
    1
    Views
    387

    [F8] Help with .split delimiters

    Hi,
    I am working with a string which has been imported from an XML file which contains double quotes in it. I need to use the split function to serperate out the data in the string between the...
  2. [F8] Please help with Player 10 and graphics

    I seem to be having a problem with Flash player 10 displaying graphics. What is happening is the image is pixelating no matter what I do. Here is the what I am doing. I open a new clean FLA and place...
  3. Replies
    9
    Views
    955

    I just retired and I need info!

    Hi all,
    After several years making Flash animations working direct or freelance I have reached the age to let you younger people continue. I have 4 web sites I am selling off. Is there a place here...
  4. Replies
    0
    Views
    355

    [F8] SC 2.0 MC sync-ing problem.

    I have created a Orbital menu with 5 items and 5 spacer elements. They are seperated by 36 degrees from each other and can either rotate in either direction all in sync.

    Menu function is when you...
  5. Replies
    8
    Views
    833

    There are so many things to learn in flash. Now I...

    There are so many things to learn in flash. Now I understand Actionscript 3 is going to be a new learning cure again. Mercy.

    Toby
  6. Replies
    8
    Views
    833

    OK here is what I found. You have to fool flash...

    OK here is what I found. You have to fool flash into thinking "newClip" is a real MC.

    while (n <= num) {
    duplicateMovieClip(bar, "bar" + n, n);
    newClip = "bar" + n;
    trace(newClip);
    ystart...
  7. Replies
    8
    Views
    833

    Nope. Isn't there a prefix that needs to in...

    Nope. Isn't there a prefix that needs to in front of newClip ? Something like
    MovieClip:newClip ?

    Toby
  8. Replies
    8
    Views
    833

    I understand it is a string but if a string is...

    I understand it is a string but if a string is not accepted here then why would it be acceptable in this line of code:
    setProperty(newClip, _y, ystart + n*300);

    I amstill confused.

    Toby
  9. Replies
    8
    Views
    833

    This makes no sense to me

    I have a MC with the instance of "bar" which hold a blank MC with the instance of "pic"
    that I want to load with an image located in a foldeer called "images".

    This works:

    while (n <= num) {...
  10. Replies
    2
    Views
    1,841

    [RESOLVED] How do I advertise on Flashkit?

    I have looked all over this site and found nothing about how to advertise.
    Either I am blind or it is just not there.

    Please direct me to the advertising department.

    Best regards
    Toby
  11. Replies
    3
    Views
    581

    Here is the code for loading and parsing: ...

    Here is the code for loading and parsing:

    videos_xml = new XML();
    videos_xml.load("video.xml");
    videos_xml.ignoreWhite = true;
    videos_xml.onLoad = startVideoShow;
    function...
  12. Replies
    3
    Views
    581

    Is there a limit to the size of XML?

    Hi,

    I am finding a strange limit to an XML file I am using in Flash 8.
    The XML file is 10.3K which has 32 items in the structure.

    Here is one item:

    <videos>
    <catagory>
    <feature>
  13. Help Please Toby

    Help Please

    Toby
  14. I was hoping there would be someone who could...

    I was hoping there would be someone who could help with this.

    Toby
  15. Scrollpane / duplicateMovieClip loading problem

    Hi all,

    I have a bit of a problem loading a JPG image into a duplicateMovieClip.

    Here is how I have it set up.

    1: I put The Flash 8 scrollpane component on the stage and loaded it
    with a...
  16. Replies
    3
    Views
    630

    Bob, Thanks for the quick reply. Would I...

    Bob,
    Thanks for the quick reply.
    Would I reference the empty MC for load the image the same way?
    And also the button?
    mc3.imageStage.image = xmlObject.image3

    Thanks
    Toby
  17. Replies
    3
    Views
    630

    I have a duplication problem

    Hi,
    I hope there is someone out there that can help me understand how to
    reference MC's duplicated inside MC's.

    OK, here is what I have. I created an empty MC to hold an image that will be...
  18. Replies
    0
    Views
    535

    Problem with myListener

    Hi all.
    I had a custom video player made in Flash 8 with the spec's it has to play both FLV's and SWF's. The spec's also said the controls for the movie navigation are to be made seperate from the...
  19. Replies
    0
    Views
    661

    Problem with custom Video player

    Hi all.
    I had a custom video player made with the spec's it has to play both
    FLV's and SWF's. THe spec's also said the controls are also custom buttons to be made seperate from the component. Also...
  20. We need a Flash Component Guru. We have a component that needs repair. Open for bids

    We had a custom media player component created for us to display both FLV's and SWF's along with JPG's and PNG's.
    What was delivered to us was a partial working component. It does load all of the...
  21. Please help.....Please!

    I am at the frantic point on this problem.

    Please someone tell me how to view the variables in the component inspector just like it is displayed in the attached JPG.

    Toby
  22. I would if I could get in touch with him. Paid...

    I would if I could get in touch with him. Paid him for the component and now he will not respond.

    Toby
  23. wattsup, thank you for your help but that isn't...

    wattsup, thank you for your help but that isn't the answer to my problem.

    Toby
  24. wattsup, I have to say I am as dumb as a box of...

    wattsup, I have to say I am as dumb as a box of rocks on this one. How will changing the theme of XP give the extra field in the component inspector?

    Toby
  25. Thanks wattsup, If it is a MAC OS I'm at a...

    Thanks wattsup,

    If it is a MAC OS I'm at a loss. It is not either Flash 7 or 8 for the PC. Is there a theme for PC versions?

    Toby
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center