A Flash Developer Resource Site

Search:

Type: Posts; User: Northcode

Page 1 of 5 1 2 3 4

Search: Search took 0.36 seconds.

  1. Replies
    6
    Views
    1,324

    I had a look through the Shell.explorer methods...

    I had a look through the Shell.explorer methods and I didn't seeanything (obvious) that would allow you to zoom the contents except for ExecWB so I'd try that first.

    Another "trick" that might...
  2. Replies
    6
    Views
    1,324

    I don't have a specific example but you'll want...

    I don't have a specific example but you'll want to call the ExecWB method with the OLECMDID (which you've already figured out) and the parameter(s) that the ZOOM command needs. Which you can find at...
  3. Replies
    6
    Views
    1,324

    ssCore.Browser is a custom wrapper around the...

    ssCore.Browser is a custom wrapper around the generic browser interface and doesn't expose that functionality. You can use ssCore.ActiveX to host a copy of the IE OCX yourself and call any method you...
  4. Replies
    29
    Views
    11,738

    Change the scale mode to "exact fit". However...

    Change the scale mode to "exact fit". However this may change the aspect ratio of your movie.
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e31.html
  5. Replies
    4
    Views
    1,200

    I saw your email before I saw this. Just because...

    I saw your email before I saw this. Just because I am a moderator here on FK doesn't make this the right place to post product specific support questions.
  6. Replies
    20
    Views
    19,176

    Sorry, I was awa last week... Did you get this...

    Sorry, I was awa last week... Did you get this sorted out?
  7. Replies
    20
    Views
    19,176

    The fscommand folder has to be in the same folder...

    The fscommand folder has to be in the same folder as the "Flash Player" file inside the app bundle so it should be in...

    TheApp.app\Contents\MacOS

    So the final resting place for your...
  8. Replies
    20
    Views
    19,176

    As far as I know there's no way to compile an...

    As far as I know there's no way to compile an AppleScript from a PC, you'll need a Mac to do that.

    If you know where the file is going to be on the CD and you can set the CD name then you can use...
  9. Replies
    7
    Views
    4,466

    Here...

    Here is everything you need to get up to speed with loading and manipulating XML in Flash.
  10. Replies
    7
    Views
    4,466

    I doubt you'll find a lot of tutorials about...

    I doubt you'll find a lot of tutorials about doing this, but it's not that hard if you just break it down into simple steps.

    Create an XML file that contains nodes that consist of file names and...
  11. Replies
    5
    Views
    4,370

    I just sent you a PM.

    I just sent you a PM.
  12. The Select buttons not working is REALLY strange....

    The Select buttons not working is REALLY strange. All they do is attempt to open the standard Windows file dialogs (file open & browse for folder). There's very little code in there and it's not...
  13. Replies
    14
    Views
    3,287

    Yeah, there are ways to save and load data but if...

    Yeah, there are ways to save and load data but if you have to do it and give others access to the data in a shared environment, your best bet is to send data to/from a server where everyone can...
  14. Replies
    14
    Views
    3,287

    Hi chaitanyabhure, is your SWF running as a...

    Hi chaitanyabhure, is your SWF running as a projector (EXE file) or is it running online?
  15. The min/max buttons are not simply "chrome" that...

    The min/max buttons are not simply "chrome" that you can disable, they are there because when the developer who wrote the projector code created the window, he/she added styles to the window creation...
  16. #1. You can't stay in fullscreen mode in a...

    #1. You can't stay in fullscreen mode in a projector if you launch an application. It's not a bug, it's a security feature. It's so the user can see what you're doing and not trying to hide...
  17. Replies
    6
    Views
    5,451

    Search the archives of this forum. I created a...

    Search the archives of this forum. I created a utility you can use to detect the display resolution at startup and with that you can launch a different EXE for each resolution - including a...
  18. Replies
    7
    Views
    4,466

    Create an index in an XML file that contains...

    Create an index in an XML file that contains information about all the documents you want to search. Load the XML at startup and search the XML instead of all the files in your directory. When you...
  19. Replies
    2
    Views
    3,442

    Depending on the version of Flash you're using...

    Depending on the version of Flash you're using you can set the stage scale mode or use fscommand("allowscale", "false") to prevent Flash from scaling your content no matter how you resize the window.
  20. No matter what version of Flash you target in the...

    No matter what version of Flash you target in the Publish Settings you're still using the Flash CS5.5 EXE file. You need to either (a) find a copy of CS3 and republish or (b) find out why it's...
  21. Replies
    4
    Views
    996

    If your server doesn't define a MIME type for FLV...

    If your server doesn't define a MIME type for FLV then it can either (a) generate a 404 or (b) just not serve up files of that type. If you can't access the FLV file directly by entering its URL in a...
  22. Not removing them may seem harmless but if you've...

    Not removing them may seem harmless but if you've ever wondered why your app is "leaking" memory you can stop blaming Flash... The listener ceates a reference to the object it's added to. If you want...
  23. I answered your post at ActionScript.org first...

    I answered your post at ActionScript.org first but in case you miss that one...

    Make two Flash apps (1) the controller and (2) the main app. They can easily communicate via local connection and...
  24. Replies
    3
    Views
    1,176

    Dock the window instead of leaving it as a...

    Dock the window instead of leaving it as a floating panel or pin the script panel so it's always on top.
  25. There's no replacing one SWF with another in AS3....

    There's no replacing one SWF with another in AS3. After the new SWF has been loaded you have to add it to the display list using addChild and remove the calling SWF with removeChild. Make sure that...
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width


HTML5 Development Center