A Flash Developer Resource Site

Search:

Type: Posts; User: m8rksimons

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    951

    sorted

    sorted it by adding: header("Content-Type: text/xml;charset=iso-8859-1");

    to the xml source page.
  2. Replies
    3
    Views
    591

    thanks for the reply, however thats not really...

    thanks for the reply, however thats not really answering my question.

    I need to make the dynamic text box not be formatted in anyway within flash, but from a rich text input field within a PHP web...
  3. Replies
    3
    Views
    591

    dynamic text boxes

    Hi,

    Not sure if this is in the correct section, sorry if not!

    I have got a php page with a rich text editor that updates a dynamic text box in my flash file.

    I can add bullet points etc, but...
  4. Replies
    3
    Views
    951

    £ sign's not showing up

    I have a dynamic text box within my system which is fed from a sql database, problem is it will not £ sign's.

    Any ideas??
  5. Replies
    3
    Views
    682

    Cheers evil kris, i have just found out that the...

    Cheers evil kris, i have just found out that the same file that is the child will not load in its content from the xml source now its inside. Any ideas why?
  6. loading in xml to a .swf within another .swf - HELP!

    I've got a hangman game where the guess work is fed in by xml, this is working find. However when i load the .swf of this movie into another .fla using
    loadTarget.loadMovie("hangman.swf"); the .swf...
  7. Replies
    3
    Views
    682

    embedding .swf movie into .fla

    I have used the loadTarget.loadMovie("quiz.swf"); to load in a quiz into my .fla file.

    I need to pull in the username from the parent .fla movie in the embedded .child movie, what path do i use...
  8. Replies
    0
    Views
    672

    Dynamic Flash Charts MySQL > Php > XML

    I would like to create a dynamic chart to graphically show scores held in a mySQL table.

    any suggestions?
  9. Replies
    2
    Views
    896

    ahh got my test version working!! Made two...

    ahh got my test version working!!

    Made two dynamic test boxes called "username" and "score" amd a button called "submit".

    php is same as above.

    Used the following code within flash on the...
  10. Replies
    2
    Views
    896

    I am testing this useing two text input boxes and...

    I am testing this useing two text input boxes and a button with the following actionscript code attached:


    on (release){
    myDataOut = new LoadVars()

    myDataOut.$username = username.text;...
  11. Replies
    2
    Views
    896

    Sending username & score to SQL table

    what actionscript do i need to include within flash to send the username and score from a quiz to a mySQL database via php.

    username & score variables are set up in flash as "username" and "score"...
  12. Replies
    17
    Views
    972

    You are a legend! Thanks for the detailed...

    You are a legend!

    Thanks for the detailed explanation it has really helped.

    I am using the 2nd, recommended method you have provided and it looks to be working well.. I will be creating the...
  13. Replies
    17
    Views
    972

    Im not sure what php you are refering to, here is...

    Im not sure what php you are refering to, here is the php to XML code, is this what you mean?

    It's so frustrating as I think im so I am so close, to cracking it!

    cheers Chris as your the only...
  14. Replies
    17
    Views
    972

    when I attempt to load the page i get the...

    when I attempt to load the page i get the folowing error:



    the file can be found at: link
  15. Replies
    17
    Views
    972

    XML Quiz

    After developing the php back end to update the questions, I have realised that my databse design is rubbish..with each question item being in a seperate column the update query will not work!

    I...
  16. Replies
    17
    Views
    972

    Sorted!!

    Wayhey!!!!

    I've got it working! I replaced the database connection string with the exact string provided by my hosting company (not just the actual db name, pw etc) and bob's your uncle!!

    I...
  17. Replies
    17
    Views
    972

    yeah, from your link it's working fine (im...

    yeah, from your link it's working fine (im impressed!) mine is not so good..i must be missing something small yet vital.

    link

    when I type in the php url ... link i get the following message:
    ...
  18. Replies
    17
    Views
    972

    I have added the code you created to a new .php...

    I have added the code you created to a new .php file (quizdata.php), updated the link to the quizdata.php in the actionscript and uploaded it all to my server and the questions are not still...
  19. Replies
    17
    Views
    972

    sorry for late reply just been having dinner! ...

    sorry for late reply just been having dinner!

    SQL dump:

    CREATE TABLE `quiz1` (
    `Q1` varchar(60) NOT NULL,
    `Q1CA` varchar(40) NOT NULL,
    `Q1A1` varchar(40) NOT NULL,
    `Q1A2`...
  20. Replies
    17
    Views
    972

    MySQL > Php > XML Quiz questions

    Hi,

    Drawing inspiration form the post from "estudioworks" about getting a php to output XML formatted code shown here I've had a go at trying to feeding an XML sourced quiz from a xml formatted...
  21. Replies
    0
    Views
    614

    loading a quiz from a MYSQL database

    Hello guys,

    I am having diffulculties creating a quiz which reads it's questions and answers form a mySQL database table.

    I am using a quiz template i have downloaded and am trying to edit this...
  22. Many thanks for your useful info nunomira, thats...

    Many thanks for your useful info nunomira, thats a real help.

    Do you think I should implement the back end tutor section of the system within flash or as a separate php webpage? The second option...
  23. Flash php & mySQL login > return username question?

    Hi everyone,

    I'm relatively new to the world of flash and am looking to create a flash top trumps style game which integrates questions which the player has to answer to improve their cards they...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center