A Flash Developer Resource Site

Search:

Type: Posts; User: Morreke

Page 1 of 15 1 2 3 4

Search: Search took 0.06 seconds; generated 32 minute(s) ago.

  1. Replies
    1
    Views
    408

    Which CMS for my Artist Flash website

    Hello,

    i would like to create a new website for an artist. Now, the front-end i can make, i am looking for a back-end now. What i need is a newssection where i can add and delete newsposts, and a...
  2. Replies
    0
    Views
    1,700

    Loading external images

    Hello,

    i have a flash movie that is supposed to load images from the same directory.
    my AS is:

    container.loadMovie("image.jpg");

    When i test this on my pc, everything is working fine....
  3. Replies
    9
    Views
    821

    yes i have found the problem. If i use the...

    yes i have found the problem. If i use the complete path of the php file it works well. So you have to access it through a browser
  4. Replies
    0
    Views
    551

    Loading XML in certain way

    Hello, I want to create a front-end news section in flash, that contains a scrollable mc with inside dynamic loaded news from my database. the back-end for this is ready, i load the data with php -...
  5. Replies
    2
    Views
    978

    Deleting records from Database

    Hello,

    i have some buttons that, when pressed have to delete records from my Db.

    now my AS is:


    var recordToDelete:Number = 0;

    knop1_mc.onRelease = function():Void {
  6. Replies
    9
    Views
    821

    when i change that i have an Parse error, syntax...

    when i change that i have an Parse error, syntax error Unexpected T_ENCAPSED_AND_WHITESPACCE, expecting T_STRING or .... etc
  7. Replies
    9
    Views
    821

    nothing

    nothing
  8. Replies
    9
    Views
    821

    like this ? var output_xml = new XML();...

    like this ?


    var output_xml = new XML();
    output_xml.ignoreWhite = true;
    output_xml.onLoad = function(success){
    if (success){

    output_txt.text =...
  9. Replies
    9
    Views
    821

    anybody ?

    anybody ?
  10. Replies
    9
    Views
    821

    PHP > XML ... Load in Flash

    Hello,

    i have this code for my php:




    <?
    $connection = mysql_connect("localhost", "root", "");
    mysql_select_db("store");
  11. Replies
    1
    Views
    641

    never mind found

    never mind found
  12. Replies
    1
    Views
    641

    PHP > XML : best way to do it ?

    Hello,

    i have this PHP file what gives me an xml output but there is somehing wrong:


    <?
    $link = mysql_connect("localhost","root","");
    mysql_select_db("store");

    $query = 'SELECT * FROM...
  13. Replies
    5
    Views
    627

    is it better to have my xml like this ...

    is it better to have my xml like this



    <product>
    <item>Sauna</item>
    <prijs>13</prijs>
    </product>
    <product>
    <item>Sofa</item>
  14. Replies
    5
    Views
    627

    ok i want to output Beachball 12 in my textfield...

    ok i want to output Beachball 12 in my textfield

    then i want another textfield and output Long Chair 16

    etc etc ...
    i just want to acces each item apart so i can put all items in different...
  15. Replies
    5
    Views
    627

    and how can i fix it ? change my AS or change my...

    and how can i fix it ? change my AS or change my xml ?
  16. Replies
    5
    Views
    627

    XML into flash defining childnodes

    Hello,

    I have this xml



    <?xml version="1.0"?>
    <products>
    <item product="Beachball" prijs="12" />
    <item product="Long Chair" prijs="16" />
  17. Replies
    22
    Views
    2,968

    hmm could be interesting for me too

    hmm could be interesting for me too
  18. Showing records from database and deleting them

    Hello,

    i am working on a backend for my site and i would like to know if somebody could help me. I have the input form ready, i can send vars to my database and store them, i can extract them out...
  19. Replies
    0
    Views
    377

    Small CMS wanted

    Hi,

    i want to create a new section for my personal site that i can control through an admin panel. The viewable area of my news is 310x640. Everything below you can see when scrolling. when...
  20. Help needed with news section (front and backend)

    Hi,

    i want to create a new section for my personal site that i can control through an admin panel. The viewable area of my news is 310x640. Everything below you can see when scrolling. when...
  21. i changed it a bit but still not working. when...

    i changed it a bit but still not working.
    when i test it in flash i get an email but its empty

    when i test it online i get no email at all.


    validate_btn.onRelease = function() {
    if...
  22. Anyone ?

    Anyone ?
  23. in _root.controls.form i have an input text field...

    in _root.controls.form i have an input text field called email (instancename) with var mailtje. the button with the code is there too
  24. problems with simple mailscript / var not send

    Hello,

    i created an add me to the mailinglist form. Its just one field that has to be filled in. The instance name of the field is email. the name of the var is mailtje. In flash on my button i...
  25. Replies
    18
    Views
    1,933

    ok solved myself :) thx

    ok solved myself :)
    thx
Results 1 to 25 of 358
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center