Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TimMontreal

    problem with move_uploaded_file function

    Hi, I'm pretty new to PHP and trying to create a form to upload images to my server (once I master this I will eventually try to upload the image and store their name in MySQL db). I found some code online that I"m trying to work with which uses a function called "move_uploaded_file", but when...
  2. TimMontreal

    php to Flash - special characters

    I currently have a php page which gets results from my MySQL database and is loaded into my Flash document using "loadVars". Everything works fine but if one of the characters is a special character (for examply my data is french so characters such as à or é) do no show up so instead of...
  3. TimMontreal

    changing _x, _y using createEmptyMovieClip

    I had tried to reposition it like this already, although it did not work... I have managed a rather un-elegant work around though... What I found was happening was the scroll pane was physically appearing on the stage where it should.. but when I attached the board_mc content to it, it seemed to...
  4. TimMontreal

    changing _x, _y using createEmptyMovieClip

    I am using the createEmptyMovieClip to loop through a database and create a list of entries of a message board and then make the mc the content of a scrollpane. Is is possible to change the starting point location from the default of 0,0 to say for example 200, 100 when using the...
  5. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    Hallelujah! I just download and installed the Flash MX 7.2 updater from the Macromedia website and now when I publish the movie it works! There must of been a glitch in the older version I was using! Thank you so much for you patience with me, it's great appreciated! Tim
  6. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    yes, I duplicated your code exactly (just copy and paste), I have a friend that uses Flash MX Pro as well so I am going to go over there this morning to try publishing it on his computer to see if perhaps its a glitch in mine... I'll keep you posted!
  7. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    yup.. that's right.. what is also strange is that if I publish your .fla as is I get the error I managed, but the .swf still works, only the dat field is blank... but it acts the same as the other .swf that I published in that it works on it's own but not when I use it in the main.swf... even...
  8. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    it's strange, it just won't work. I have changed the fla you put online by changed the date encoding so I don't get the error when I publish anymore, so now I can publish it fine and just as before it makes a .swf that works on it's own but when I try to use it in the main.swf it stays stuck on...
  9. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    okay, it works perfectly... can you put the .fla online again and I will try again... thanks so much
  10. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    it doesn't seem to solve it completely although it helped pinpoint the problem for me. With the new eventListener I can see that when it's imported the new eventListener is never getting triggered for me so the dataset is never completely loading. I have tried replacing the code I had with...
  11. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    I"m not sure if I'm able to post and .fla directly on here so I've posted them online for you to download, along with the accompanying XML document.. thanks again for helping! http://www.mercandede.com/help/index.html
  12. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    from what I've been able to find online I think it probably is a path problem, but I'm not sure I understand how to approach it... when using the loadMovie I load in saw subfile.swf into my main timeline, let's call mainfile.swf. The subfile is loading because I'm seeing the datagrid(which is a...
  13. TimMontreal

    Using Components in embedded SWF problem (XMLConnector)

    I have a feeling there is either a simple answer to this that I'm not noticing or maybe it's just not possible. I have one .swf that is one frame and contains various components, particularly: XMLConnector, DataSet and DataGrid. This .swf gets input from an SQL Server than displays various...

Part and Inventory Search

Back
Top