A Flash Developer Resource Site

Search:

Type: Posts; User: atsphpflash

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    549

    Loading session id into URL

    Hi all,

    I've embedded a swf into an shopping cart system that uses proprietary code to generate URLs, etc. Normally, from within the cart I would link to another page within the cart using...
  2. Musicman, Thanks for the reply...I think this...

    Musicman,

    Thanks for the reply...I think this is out of my league (or it's 2 am, and I need sleep), I'm still confused on where to start...are there software packages/third party tools I could buy...
  3. Generating static swf from dynamic content

    Hello,

    My movie currently loads dynamic text and images from the db using php, but I'd like to allow users to be able to download a STATIC version of their movie, with all of their db driven...
  4. Thanks - much easier than I expected....

    Thanks - much easier than I expected....
  5. insert message while waiting on dyn text

    Hi,

    As my external text (stored in mysql) gets more extensive, I really need to let users know what is happening while the text is being loaded. Isn't there something I can insert into my...
  6. Replies
    125
    Views
    275,871

    Sticky: Close....

    Hi,

    Well, I've embedded the movies as suggested, and I've modified the actionscript like this:

    loadVariablesNum("http://www.url.net/vision_sites/content1_1.php?userid="+escape(userid), 0,...
  7. Replies
    125
    Views
    275,871

    Sticky: Hi, Thanks for your help...I'm doing a poor...

    Hi,

    Thanks for your help...I'm doing a poor job explaining, so let me try again.

    HTML input form allows users to input a userid code.
    That form takes user to this link:...
  8. Replies
    125
    Views
    275,871

    Sticky: Musicman - I'm not sure if I understand your...

    Musicman -

    I'm not sure if I understand your comments...the var isn't really known, because it comes from a form...the "id" could be anything that the user inputs. Am I missing your point?
    ...
  9. Replies
    125
    Views
    275,871

    Sticky: Getting vars from url into flash, then back into php

    Hi all,

    I'm having trouble understanding/implementing the use of vars in flash/php. I'm sucesfully loading dynamic text and jpegs from mysql using php. However, there's one piece that I can't...
  10. Thanks - moving questions to suggested thread

    Musicman -

    Thanks - I've read that thread and still have questions. I'll move my questions over to that thread, and would appreciate any input there...
  11. PHP outputs correctly, SWF doesn't load variables??

    Hello,

    I could really use some help getting variables to load into my movie. Here's the scoop...

    I have no prob getting dynam text to load from mysql using php...as long as I define the query...
  12. Replies
    1
    Views
    699

    Uses chooses sound, loads from mysql

    Hi all,

    I want users to be able to choose one of several sounds clips to run in the background of their movie. But, when they choose, I'd like to 'store' that choice in the db somehow, and then...
  13. Replies
    1
    Views
    552

    Dynamic swf based on php sessions

    Hi all,

    My swf is entirely dynamic, loading text and images from the db, which users enter in. I'm currently creating several other 'templates' from this movie that will load the same data. I...
  14. Replies
    6
    Views
    555

    Got it - thanks again!

    Got it - thanks again!
  15. Replies
    6
    Views
    555

    Works with urlencode, one exception

    Great - it's finally working...it was the urlencode that did the trick:

    echo "&pic=" . rawurlencode($pic);

    One quick addon to that...since I really want several images to appear like this, I...
  16. Replies
    6
    Views
    555

    Ok - I know I'm close...

    Thanks for your reply - It's not working yet, but I know I'm close :) I would REALLY appreciate your help to figure out what I'm doing wrong...

    I've got a movie clip and on the first frame I've...
  17. Replies
    6
    Views
    555

    jpg from db to flash using php

    Hi all,

    I've spent two days trying to figure out how to get my images to dynamically load into flash from a db. I've gone through *all the tutes and still can't get it.

    I'm storing image...
  18. Replies
    2
    Views
    435

    Yes, I can get a jpg to load into the movie using...

    Yes, I can get a jpg to load into the movie using this:

    loadMovieNum("http://www.castyourvision.net/images/user/compass.jpg", 10);

    But, what I want it to do is to grab that jpg out of the db,...
  19. Replies
    2
    Views
    435

    Loading dynamic images from mysql

    Hi all,

    I'm trying unsuccessfully to load images from the db into my movie. I can load text from the db, but not an image. I'm storing the location of the file in the db, but how do I get the...
  20. Replies
    0
    Views
    405

    Initial values for input text from db

    Hi all,

    I want to set an initial value for an input text box to the data found in the db, so users don't have to retype the content they want to update. Is this possible - basically using a...
  21. Replies
    1
    Views
    424

    wysiwyg text editor in flash

    Hello,

    I want to use a wysiwyg text editor (similar to what is found in this and other board areas) to allow users to modify their text with bold, italics, list, etc. This can be done using some...
  22. Exporting swf dynamically for users to download

    Hi all,

    I'd like to allow users to be able to download customized movie, with all of their db driven content intact, either as a projector or as a swf. (in the same fasion as many of the 'no...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center