A Flash Developer Resource Site

Search:

Type: Posts; User: foochuck

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    2,145

    Flash CS3: Updated PSD Layers?

    I have imported a PSD into my Flash CS3 project.

    After importing and setting up my project, I wanted to make some updates to the PSD in Photoshop.

    Is there any way to update PSD layers...
  2. Flash CS3: Update FLVPlayback.source with an external variable?

    Hello Everyone,

    I'm using Flash CS3. I'm using the FLVPlayback component with one of skin templates in my project.

    What I want to do is feed an external variable through my php page to flash...
  3. Replies
    21
    Views
    13,579

    Sorry - I just answered my own question for #1...

    Sorry - I just answered my own question for #1 above, I named the video instance "video" and added a video.stop(); command to the main menu button. Still having issues with the full screen playback.
  4. Replies
    21
    Views
    13,579

    Okay I've gotten my AS2 converted to AS3. I...

    Okay I've gotten my AS2 converted to AS3.

    I also have the skins working for my projector.

    Now I have two main problems:

    1. I made a frame labeled "video". When you click on the video button...
  5. Replies
    21
    Views
    13,579

    Can I use the stock FLV player with one of the...

    Can I use the stock FLV player with one of the AS3 components to automatically add a scroll bar / full screen button? I exported to an EXE file and didn't see any of the swf files that are usually...
  6. Replies
    1
    Views
    680

    Converting AS2 to AS3

    I need to migrate the following code from AS2 to AS3...could someone please show me the correct AS3 for this code?



    stop();

    fscommand("allowscale", "false");


    btn1.onRelease = function()...
  7. Replies
    21
    Views
    13,579

    Thanks Northcode. I have decided to use...

    Thanks Northcode.

    I have decided to use Actionscript 3 for this project since I want to include the ability to use full screen video.

    However some basic AS I'm using seems like it's been...
  8. Replies
    21
    Views
    13,579

    I found this solution for launching powerpoint...

    I found this solution for launching powerpoint from Flash:

    http://joeabiraad.com/action-script/how-to-launch-a-powerpoint-file-pps-from-flash/84
  9. Replies
    21
    Views
    13,579

    Northcode, As it turns out, I'm going to...

    Northcode,

    As it turns out, I'm going to autorun my Flash Projector (EXE).

    I have a couple of questions I was wondering if you could point me in the right direction as it's been a few years...
  10. Replies
    21
    Views
    13,579

    I was able to open cmd.exe and navigate to my DVD...

    I was able to open cmd.exe and navigate to my DVD drive - I typed in runfile.exe datasheets.html and it opened in Firefox on Vista.

    When I look at the icon for runfile.exe on vista it does not...
  11. Replies
    21
    Views
    13,579

    Okay it works now in Windows XP, however it's not...

    Okay it works now in Windows XP, however it's not working in Vista. I'm guessing there are autorun issues when it comes to Windows Vista.
  12. Replies
    21
    Views
    13,579

    I think I just caught my problem...I had autorun...

    I think I just caught my problem...I had autorun named .ini instead of .inf...I'm going to re-burn and test.
  13. Replies
    21
    Views
    13,579

    I opened CMD and went to the folder where my...

    I opened CMD and went to the folder where my dvd-rom contents are located. I typed in runfile.exe datasheets.html and it opened right up in Firefox.

    However I tested the DVD I burned from Encore...
  14. Replies
    21
    Views
    13,579

    Does the html file have to be named index.html? I...

    Does the html file have to be named index.html? I tried naming it datasheets.html and the autorun didn't work.



    [autorun]
    open=runfile.exe datasheets.html
  15. Replies
    21
    Views
    13,579

    Thanks Northcode, that's what I was looking for.

    Thanks Northcode, that's what I was looking for.
  16. Replies
    21
    Views
    13,579

    Thanks for the info Northcode. I have another...

    Thanks for the info Northcode.

    I have another question that is kind of off subject but it's involved with the same project - do you recommend any specific third party software that will allow me...
  17. Replies
    21
    Views
    13,579

    I am making the DVD-ROM content for computers...

    I am making the DVD-ROM content for computers only.
  18. Replies
    21
    Views
    13,579

    Flash DVD-Rom Content - Linking to PDF Files

    Hello All,

    I'm looking to create some DVD-ROM content using a basic flash menu that I'd like to link to some PDF files that will be included on the disc.

    I have made CD-ROMs in the past, but...
  19. Kortex - the frames weren't preloaded and that...

    Kortex - the frames weren't preloaded and that fixed the problem. Thanks for your help.
  20. That might be the problem..the frame i want to go...

    That might be the problem..the frame i want to go to hasn't been loaded...
  21. Passing a variable to flash problem [AS2]

    Hello,

    I'm passing a variable to flash like so:



    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"...
  22. Replies
    12
    Views
    980

    Basically I'm trying to setup some code that will...

    Basically I'm trying to setup some code that will generate onRelease events for buttons on my stage without having to update arrays and without retyping each onRelease command for each button..I'm...
  23. Replies
    12
    Views
    980

    Create a Flash CS3 - with AS3 document. On...

    Create a Flash CS3 - with AS3 document.

    On your main timeline add two buttons call them b1 & b2.

    Put this code on the first frame of your movie:



    for (i in this) {
    if (this[i]...
  24. Replies
    12
    Views
    980

    I need to explain further what I'm tryiing to...

    I need to explain further what I'm tryiing to accomplish with this script.

    Basically I have 4 buttons in my movie. They are named b1, b2, b3, & b4.

    When you click and release (onRelease) any...
  25. Replies
    12
    Views
    980

    I got this error when I tried your script...

    I got this error when I tried your script 5Tons...

    1120: Access of undefined property Button.
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