A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need someone to build a simple img loader from my php file to flash as3 for android!

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    6

    Need someone to build a simple img loader from my php file to flash as3 for android!

    I need some one to build a simple flash movie on as3 air for android to load the output of my php file below!

    PHP Code:
    <?php
    header
    ('Content-Type: text/html; charset=utf-8');
    include(
    'icecast.php');
    echo 
    '<img src="';
    print_r($stream['artist']['top_albums']['0']['image']['3']);
    echo 
    '" width="210" height="209" >';
    echo 
    "<b>Title:</b>";
    print_r($stream['info']['title']);
    echo 
    "\n";
    ?>
    the output of this code is an image url and the song title, also i need the flash code to auto refresh let say every 10 seconds since the php code auto refresh and look for the current playing song!

  2. #2
    Junior Member
    Join Date
    Apr 2010
    Location
    Pune,India
    Posts
    6
    I am interested in this. Please provide me the required PHP file or http services to consume your image data in as3 air application.
    My id is tiwarivivekbhushan@gmail.com
    Vicky

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center