A Flash Developer Resource Site

Search:

Type: Posts; User: pwanim22

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,118

    AS2 - embedded navigation cue points

    hi I'm working on a project with flv with embedded navigation cue points. It works fine when I play it local, but when its played on a server, the cue points are not read by the buttons on the stage....
  2. Replies
    2
    Views
    433

    thank you

    thank you
  3. Replies
    2
    Views
    433

    tracking clicks? (metrics)

    hi, whats the best way to track user clicks within a swf running online (AS3)?

    thanks
  4. Replies
    0
    Views
    381

    Flash form and email

    I'm using AS2...trying to have a flash project where the user enters info on a form (input text) and then selects a particular image and then when the form is submitted, an email is sent to a...
  5. Replies
    11
    Views
    5,829

    I can't get this code in flash to work: (PageID...

    I can't get this code in flash to work: (PageID variables are being sent from the html page) ...anyone know what I'm doing wrong?


    var PageID:String;

    this.onLoad = function() {
    if (PageID...
  6. Replies
    0
    Views
    294

    FlashVars help

    I'm working with an asp programmer who has the following FlashVars code on her index.asp page (basically sending PageID values to flash to tell flash what to do):

    <PARAM NAME=FlashVars VALUE="
    ...
  7. Replies
    1
    Views
    884

    ASP button controlling flash movie?

    I'm looking for a way a button on an ASP page can tell a flash swf to go to a certain frame, or frame of a movie clip...

    (ex: _root.mymovieclip.gotoAndPlay(2);)

    is this possible? does it send...
  8. Replies
    0
    Views
    691

    Flash paper pdf from Acrobat Pro CS3

    anyone know if this can be done with Adobe Acrobat Pro CS3 (making a flash paper swf from a pdf in Acrobat) ??

    any help is appreciated...

    thanks
  9. Replies
    2
    Views
    540

    flash button to download mp3 ?

    is it possible to set a button within a flash movie to bring up the "Save As" window for the user to save an mp3 to their computer? (File Name, Save As Type window) ...Also, saving a QT movie or PPT...
  10. Replies
    0
    Views
    448

    flash button to download mp3 ?

    is it possible to set a button within a flash movie to bring up the "Save As" window for the user to save an mp3 to their computer? (File Name, Save As Type window) ...Also, saving a QT movie or PPT...
  11. Replies
    2
    Views
    506

    HTML form and PHP

    Question on html and forms:

    I have a page called newsletter.html. When the user enters their info (name, email) on the form and hits submit, the info is processed with hp_formmail.php. The user is...
  12. Replies
    1
    Views
    354

    counter on HTML page?

    hi, can anyone help me?

    trying to do a counter on HTML page...counting # of visitors to a site

    thanks...
  13. Replies
    1
    Views
    1,039

    Autorun CD folder

    I'm trying to use an autorun.inf for a CD with 9 pdfs.

    I want the CD, when inserted, to automatically launch the Wndows Explorer folder containing the 9 pdfs on the CD. In other words, its NOT...
  14. Replies
    1
    Views
    1,093

    Autorun CD folder

    I'm trying to use an autorun.inf for a CD with 9 pdfs.

    I want the CD, when inserted, to automatically launch the Wndows Explorer folder containing the 9 pdfs on the CD. In other words, its NOT...
  15. Replies
    2
    Views
    421

    I found this: ...

    I found this:

    http://www.macromediahelp.com/flash/flash_object_fix/
  16. Replies
    2
    Views
    421

    "Click to activate and use this control"

    anyone know how to get around the "Click to activate and use this control" on any flash file on an html page?

    (basically let the user skip this step when clicking)

    I'm guessing its a simple...
  17. Replies
    2
    Views
    4,062

    autorun a flash exe on a usb flash drive?

    hi, anyone know how to autorun a flash exe (for pc) on a usb flash drive? is it possible?

    thanks!
  18. Replies
    1
    Views
    1,156

    autorun exe on usb flash drive?

    hi, anyone know how to autorun a flash exe (for pc) on a usb flash drive? is it possible?

    thanks!
  19. Replies
    4
    Views
    510

    Tetris type game?

    hi, anyone know where to find tutorials on doing a Tetris type game in Flash?

    thanks!!
    Paul
  20. Replies
    1
    Views
    310

    install software- desktop icon ?

    I'm having flash launch the fscommand to setup software as follows:

    on (release) {
    fscommand("exec", "setup.exe");
    }

    question: is it possible to have flash create a desktop icon for the...
  21. Replies
    0
    Views
    308

    keyword questionnaire

    anyone know the best way to set up a series of questions in Flash in which keywords are searched within the user's answers to pull up "canned" answers containing those keywords? would it use an...
  22. Replies
    0
    Views
    434

    ComboBox component?

    any good tutorials on using the ComboBox component to create a drop down list, where your selection becomes text with an instance name and can then be sent on as a variable?

    any help...
  23. Replies
    0
    Views
    492

    Director projector in Flash?

    odd question:

    --is there a way to import a Macromedia projector (.exe) into flash and break it down into elements, so it could be edited and then re-produced as a flash exe? any kind of plug-ins...
  24. Replies
    1
    Views
    481

    getURL mail to body question

    code on my btn:

    on (release) {
    getURL("mailto:info@xyz.com?subject=Information
    &body=Company Name: Address: First Name: Last Name:");
    }

    question: how do I put in a "break" so that each...
  25. Replies
    0
    Views
    621

    to "unload" an flv

    when I have flash get to a certain frame of a scene, it plays an flv with the MediaDisplay component (instance name "display")...the flv plays fine and then an "exit video" button takes you to...
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center