User Profile

Collapse

Profile Sidebar

Collapse
Zarwadi
Zarwadi
Last Activity: Feb 18 '08, 10:41 PM
Joined: Jun 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Zarwadi
    replied to strange question, actionscript and lingo
    thanks for your replay, but we've had to ditch the director part of the project, but i do have another question. Do you know whether you can load a large amount of images into flash so they can play in flash like a flv. We need to because we can't get flash to play flv's smoothly in full screen, with the quality the client wants
    if you could help you would be really helping me out
    Zar...
    See more | Go to post

    Leave a comment:


  • Zarwadi
    started a topic strange question, actionscript and lingo

    strange question, actionscript and lingo

    Hi dose anyone know how to get action script to talk to lingo
    strange question but i have a swf which is loading other swf files and i need to out it into director can anyone help
    See more | Go to post

  • Thanks
    for your help...
    See more | Go to post

    Leave a comment:


  • Zarwadi
    started a topic converting a floating point to a reminder

    converting a floating point to a reminder

    Hi dose any one know ho to converting a floating point to a reminder when using the division operator
    Thanks
    zar
    See more | Go to post

  • Thanks for that but I know it does not do what I want.
    I have not explained myself properly.
    I's like this I have one array that looks like this
    (Section D,Section A,undefined,und efined,undefine d,undefined,und efined,undefine d)

    and another array looks like this (Section A,Section B,Section C,Section D,Section E,2. GRCM,3. ASPEN,4. R1)

    I need to find where Section D and Section A are in the second...
    See more | Go to post

    Leave a comment:


  • Yes it is as flash file. ireall hope you can help me
    Zar...
    See more | Go to post

    Leave a comment:


  • Array maddness programmer on the verge of a breakdown

    Ok I hope someone can help me. My first array looks like this
    array1 = (Section A, Section E,undefined,und efined,undefine d,undefined,und efined,undefine d)
    and my second 1 looks like this array 2 =( Section A, Section B, Section C, Section D, Section E,2. GRCM,3. ASPEN,4. R1)

    I need to place Section A in my first array in position [0] and in position [4]. Can this be done by using...
    See more | Go to post

  • Zarwadi
    replied to find data in array using another array
    Please I need help can someone help me
    See more | Go to post

    Leave a comment:


  • Thanks I really needed this help...
    See more | Go to post

    Leave a comment:


  • Zarwadi
    started a topic find data in array using another array

    find data in array using another array

    Hi i have 2 array's one is like this
    (123, 123, 123)
    the other
    (123, 435, 123, 564, 123, 780, 453, 123)
    I need to know how to use the first array to find the matching data and it;s postion in the array can anyone help
    I can not sleep until I have worked this out
    Zar
    See more | Go to post

  • Zarwadi
    started a topic getting info from a html page

    getting info from a html page

    Hi dose anyone know how to read a html file in flash I need to fine just one line in the file and get the dynamic content from the html file. I really need help please someone help me
    See more | Go to post

  • Zarwadi
    started a topic getting to data out of a XML file using flash

    getting to data out of a XML file using flash

    Hi how do I get to the data in this XML data using flash. I know this is the second time I've asked this question in as many hours but It's driving me mad kind regards
    Zar

    <?xml version="1.0" encoding="iso-8859-1"?>
    <ArrayOfPortalR esult>
    <PortalResult >
    <PortalUser>
    <WindowsID>12 3</WindowsID>
    </PortalUser>

    <Completed>1</Completed>...
    See more | Go to post

  • Zarwadi
    started a topic Can get flash to see the XML childNode

    Can get flash to see the XML childNode

    Hi I've got this XML data. And when I call it into flash I can see it but I can not work out how the childNode work. I did not write the XML and the person how did is not around can anyone help me
    Kind regards Zar

    <ArrayOfPortalR esult>
    <PortalResult >
    <PortalUser>
    <WindowsID>12 3</WindowsID>
    </PortalUser>

    <Completed>1</Completed>
    ...
    See more | Go to post

  • Zarwadi
    replied to Create XML with MySQL and PHP
    in PHP
    HI thanks for your help, but I rewrote the flash file out and solved the problem
    thanks for all your help
    Zar...
    See more | Go to post

    Leave a comment:


  • Zarwadi
    replied to Create XML with MySQL and PHP
    in PHP
    The code is for a flash site which has already been made so i have to reflect who the old XML code was whiten: here is the display. Hope you can help
    Zar

    <products title="Product" >
    <InSert itemdiscription ="Raincoat">
    <id ident="c600"/>
    <Size gs="32"/>
    <Price gp="47.00"/>
    <Quantity gq="1"/>
    ...
    See more | Go to post

    Leave a comment:


  • Zarwadi
    replied to Create XML with MySQL and PHP
    in PHP
    Hi thanks I've create xml using MySQL and php, but i need to select paticular rows from my data base I'v try using WHERE in my query but this is not working can you help here is my code:
    //
    [code=php]<?php
    header("Content-type:text/xml");
    $con=mysql_conn ect("localhost" ,"userrname","p assword")or die(mysql_error ());
    mysql_select_db ("database",$co n);
    $query ="SELECT*FRO M...
    See more | Go to post
    Last edited by ak1dnar; Jul 31 '07, 03:32 PM. Reason: added Code tags

    Leave a comment:


  • Zarwadi
    started a topic Create XML with MySQL and PHP
    in PHP

    Create XML with MySQL and PHP

    Hi there dose anyone know weather php can output XML
    Zar
    See more | Go to post

  • Thank you, thank you thank, I must have done something stupid your my savior

    Zar
    See more | Go to post

    Leave a comment:


  • this line tells database which rows to look at the one with same username $glog is a var of the user name sent by the user.
    $query = "SELECT * FROM theOrder WHERE name ='$glog'";

    this is the query
    $result = mysql_query($qu ery);

    the number of rows from the query
    $numR = mysql_num_rows( $result);

    the array data this is good but it only gives me the 1st row, and like i said there...
    See more | Go to post

    Leave a comment:


  • Thanks but I must be doing something wrong all I'm getting is the column data in a string and what i need is all the rows i'm calling set in an array. I know i have 3 rows of data and I need them to look like this, but all 3 rows.

    Array
    (
    [0] => 1
    [id] => 1
    [1] => test
    [name] => test
    [2] => 86
    [subtotal] => 86
    [3] => t541
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...