A Flash Developer Resource Site

Search:

Type: Posts; User: Fat_N_Furry

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    853

    need to display a number dynamically

    OK I have a web page that displays a group of tiles. Each tile has an image in it, and is linked to a page. Each image also has a unique value associated with it. Basically, this is what I want to...
  2. Ah, yes. I was rooting around and found that...

    Ah, yes. I was rooting around and found that either I need to put the setcookie at the top of the page, or I can use ob_start(). I didn't know this before because on the last server I worked on,...
  3. [PHP] Strange error when using setcookie

    Whenever I use this code:



    <html>
    <head>
    <title>My Account</title>

    <style type="text/css">
    body { background-color: #006198; margin: 0 0 0 0; }
  4. Replies
    6
    Views
    637

    oh thanks dude. I didn't even think about that

    oh thanks dude. I didn't even think about that
  5. Replies
    6
    Views
    637

    Oh ok so the first 500 bytes includes the...

    Oh ok so the first 500 bytes includes the dimensions, I assume. I realized that I forgot the underscore, and I actually went back and edited my post lol.
  6. Replies
    6
    Views
    637

    sweet it worked. So really I just have to wait...

    sweet it worked. So really I just have to wait for the whole thing to load before I change the size. Makes sense.


    Thanks for your help.
    Rick
  7. Replies
    6
    Views
    637

    on loadMovie change size

    OK I know this is totally a newbie question, but I can't find an answer to it anywhere.

    I have a movie clip that I am loading a JPG into, but when it loads the JPG I want it to change size.
    ...
  8. Replies
    4
    Views
    844

    Ahhhh yes I remember now. Thanks for the help,...

    Ahhhh yes I remember now. Thanks for the help, guys.


    Rick
  9. Replies
    4
    Views
    844

    Passing PHP arrays to Flash

    I know there's a way to do this because I've done it before, but I can't remember how and I can't find any threads on it.

    Basically I've got a Flash movie embedded in a PHP script. The PHP...
  10. Replies
    1
    Views
    669

    Testing for existence of files

    Hey I'm trying to dynamically test for the existence of files in my site (more specifically, JPG files) but none of the functions I'm using to do so are working correctly, it seems. I know the path...
  11. Replies
    8
    Views
    642

    Hey sorry for not getting back to you on that. I...

    Hey sorry for not getting back to you on that. I got caught up in a more urgent project, and kinda lost track of this one. Anyway, I tried that, but it doesn't work. All it does is add tags to the...
  12. Replies
    8
    Views
    642

    You mean like MY TEXT...

    You mean like <font style="bodyText">MY TEXT HERE</font>? I already tried that and it didn't work. Could you possibly give an example?


    Thanks
  13. Replies
    8
    Views
    642

    "bodyText tag"? This would probably be the...

    "bodyText tag"? This would probably be the problem. What tag are you talking about?


    Thanks.
    Rick
  14. Replies
    8
    Views
    642

    Thankyou. I never would've caught that. But...

    Thankyou. I never would've caught that. But there's still something wrong. Here's my new code:



    var newStyles = new TextField.StyleSheet();
    newStyles.setStyle("bodyText", {
    ...
  15. Replies
    8
    Views
    642

    [MX 2004 PRO] Styles and TextFields?

    How do I change the styles for a textfield (NOT A TEXTAREA COMPONENT)? Here is my code, but it does not work!



    var newStyles = new TextField.StyleSheet();
    newStyles.setStyle("bodyText", {
    ...
  16. Replies
    2
    Views
    708

    Passing Arrays to PHP??

    OK this should be so simple, but it's not. Either that, or it's so painfully obvious that I can't see the forrest through the trees.

    Anyway, how do I pass arrays to PHP? More importantly, how...
  17. I don't think I explained my situation properly. ...

    I don't think I explained my situation properly. I need to reference to an array's value through the use of a variable that contains the name of the array. The quotation marks are correct for what...
  18. [MX 2004 Pro] Using variables to reference to array values???

    How do I use a variable point to an array's value? For instance:



    //Make the array
    myArray = new Array();

    //Fill in a couple of values
    myArray[0] = "TEST";
    myArray[1] = "TEST2";
  19. Replies
    5
    Views
    1,245

    You're awesome MM. Works great. :D

    You're awesome MM. Works great. :D
  20. Replies
    5
    Views
    1,245

    Here's my code, by the way:

    Here's my code, by the way:



    <?

    $source = "http://www.evertek.com/Inventory_list/Inventory.csv";
    $file = fopen($source, "r");
    $content = fread($file, filesize($source));
    ...
  21. Replies
    5
    Views
    1,245

    That much works, but when I use the filesize...

    That much works, but when I use the filesize function on that file, it says it can't find the file. Here's the error message I get:




    Thanks for your time!
    Rick
  22. Replies
    5
    Views
    1,245

    [PHP] Read a file from a remote server?

    Is there a way to read a text file into PHP from a remote server? For example, I have a script on mywebpage.com. I want it to read a text file that exists on hiswebpage.com. How do I do this?
    ...
  23. Replies
    1
    Views
    465

    Hey dude I gotta run to class right now but I'll...

    Hey dude I gotta run to class right now but I'll just throw this out there: search in the Flash help for CSSStyleDeclaration. I had the same problem. Let me know if you need any more help!


    ...
  24. I tried that, but when I used document.cookie, it...

    I tried that, but when I used document.cookie, it only reads the php session number. Anyways, I got it. All I did is set it in PHP AND in JavaScript. Thanks for yoiur help, though. I appreciate...
  25. URGENT! Using Javascript to read cookies set by PHP

    Is there a way to use Javascript to read cookies that were set by PHP? Put another way: I set a cookie with PHP on one page, is there a way to read it via Javascript on another page? Pleeeeaaaaase...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center