A Flash Developer Resource Site

Search:

Type: Posts; User: elfranko

Page 1 of 10 1 2 3 4

Search: Search took 0.11 seconds.

  1. Hmmm...

    :confused: That seemed to have screwed up for some reason...

    try again:


    books
    book
    title
    Building a house
    /title
  2. XPath using xfactorstudio (as1 version) - a little help?

    Hi all - just a little question: I've seen the xpath .as files as mentioned in the Joey Lott 'AS Cookbook' and have used them and under stand them, but one thing I can't figure out so I wonder if any...
  3. Replies
    0
    Views
    326

    Components again - messing up my preload

    Hi all - I know that streaming down components screws up your preloader because they are kb heavy and try to go out on the first KF. I've unchecked the 'Export on first KF' and have set my classes to...
  4. Replies
    5
    Views
    1,639

    solution....

    Hi - during 56k modem speed tests in flash it was found the Ouput reported multiple calls to an 'undefined' file in the same folder as the development swf. Then we realised that the preloader was...
  5. Replies
    5
    Views
    1,639

    Hi - the code was taken from C.Moocks mx AS book....

    Hi - the code was taken from C.Moocks mx AS book. Also we want to seperate out the parsing, make sure that is done after the onData has confirm receipt of the xml and then flag the load as true and...
  6. Replies
    5
    Views
    1,639

    Slow loading XML....help

    var xmlPath = "http://www.AWebSite.com/flashData.xml";

    _root.xmlHasLoaded = "pre to XPathDocument function";

    var myDoc = new XPathDocument();
    _root.xmlHasLoaded = "new xpathdoc created";...
  7. Security policy file problem - code works in one swf but not another

    Hi all - bit of a puzzler this - and I'm new to policy security in mx pro 04.

    I have two sites - one that is on port 80 and one that is on another port higher than 1024.

    The same piece of...
  8. What the heck is wrong - flash cutting off my xml feed

    Hi everyone - I'm going to try to describe this problem, hopefully someone can help!

    I have a series of text boxes, 6 in total, being populated with CDATA html content, including an image for each...
  9. Replies
    1
    Views
    567

    Line spacing/font editing in xml

    Hi - I have to load xml edited text in to a flash file that has to be formatted, line spacing, font height set etc, using cdata, is this possible? Don;t ask why we are not loading the data into flash...
  10. help! Set visibility of scrollbar depending on content

    Hi - is it possible to order a scrollbar component attached to a dynamic textbox in mxpro to not show if the content being loaded in is not long enough to scroll? Rather than the 'off state' for the...
  11. Replies
    0
    Views
    277

    Edit the scroll bar or switch it off?

    Hi all - question: I have a series of dynamic text boxes populated by xml data. Connected to each one is a v2components scrollbar. The length of the data varies - so one scrollbar may be 'active',...
  12. What the heck am I doing wrong?? Want to have a dynamic scrolling text box!

    Help! Can anyone tell me the stupid thing I am doing? Is it possible to load text, dynamically from an external source, into a v2 mx pro scrollpane?? I have an xml file feeding into my flash file and...
  13. Sounds stoopid - but loading dynamic text into v2 scrollpane - mx pro

    Hi everyone - sorry if this has been answered before, but my deadline doesn't allow me to go searching for ages to find an answer and flash's help isn't being helpful. I have an xml object from which...
  14. Replies
    1
    Views
    341

    hmmm, is it the scrollbar??

    I edited the code so that the _y position for the next item in the iteration is generated by adding the size of the loaded in clips to a variable. This starts at one, after the first loop, it is 59,...
  15. Replies
    1
    Views
    341

    Getting odd results from a setInterval

    Hi - using AS2 in Pro, would anyone know why the following code would produce the following trace results:



    var obj = new Object();
    var c = 0;
    obj.interval = function() {
    var...
  16. Last, make sure your present movie is cleared of...

    Last, make sure your present movie is cleared
    of any preloader,


    With regards to this comment - would it be affected by my two mc.onLoad's in my main movie?

    frank
  17. hmmm..

    This looks like it should work, but doesn't. I get a blank screen and, in simulated download, the kb builds up, but there is nothing displayed. Then finally my main movie loads, but bits are missing....
  18. Making a preloader work with mx 2004 pro components

    Hi all - according to the rule books, the components included with a flash movie are loaded before anything else, including a preloader - so my current % loader doesn't show (I get a blank screen)...
  19. And can I load images in from other folders? I...

    And can I load images in from other folders? I know you can do a remote http:// call - so if the swf was in http://www.site.com/swf, would I only be able to access images in a different folder by...
  20. What am I doing wrong? Dynamic load jpeg loader component pro04

    Hi all - take a gander at this code -



    function populateImage(){
    flashData = _root.flashData;
    var captureImageLocation = "file:///"+flashData.personImage.image.imagePath;
    if(...
  21. Would it help if I used a component button? The...

    Would it help if I used a component button? The designer supplied a swf button that is near enough the same looking thing and I placed an invisible button on top (Coming from the school of 'I started...
  22. Adding a listener to a button that is tied to a combobox - mx pro 04

    Hi all -

    I just managed to get a combobox to work in pro04; dynamically created, populated from an xml stream and uses a listener to see which item in the combo has been selected and uses that as...
  23. Populate combobox with titles and url links

    Hi all - okay I'm trying to populate a combobox with links and urls from an xml file. I've got the xml data no worries, but I'm having fun getting it into the combo box.

    I want the box to show...
  24. Replies
    1
    Views
    403

    dynamically set url of onClick on an _mc

    Hmmm, my brain is tired and I can't think straight.

    I have an _mc on the stage that is set to visible = false.
    Some xml is loaded in and if a particular attribute is set, then the _mc's...
  25. scrollPane - loading in dynamic movie clips - pro04

    HI all - bit of a tough problem here - well to me any how:

    I have a scrollPane in pro04 and I want to do the following:

    a) Using a FOR loop, run through an XML object and generate dynamically a...
Results 1 to 25 of 235
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center