A Flash Developer Resource Site

Search:

Type: Posts; User: bunner bob

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Recommendation for SWF to video (MP4) converter?

    I need to convert a number of SWFs (linear animations, consisting of a video with overlaid titles) into MP4. The web is full of come-ons for products with poorly written/translated marketing sites,...
  2. I'm not able to locate anyone with After Effects...

    I'm not able to locate anyone with After Effects (or at least anyone who is willing to take on this project). So I'm back to converting SWF to mp4. I will post this as a new question.
  3. Is there a way with After Effects to feed in a...

    Is there a way with After Effects to feed in a separate "titles" file, with start time, duration and text for each title? It'd be a simple text or xml file. If that would work we could skip the Flash...
  4. Embed (not load at runtime) SWF in SWF? Or other suggestions pre convert to video?

    I'm loading a SWF (essentially a video, without titles) into an AS 3 (Flash) project, adding titles (multiple passes, in multiple different languages), and exporting each language version as an SWF....
  5. Replies
    0
    Views
    524

    Newb-ish font embedding questions

    I'm working in CS4 on a project someone else developed using AS2 (though the AS2 aspect may not be relevant here).

    The project uses dynamic text fields but it only uses Arial, so I suspect I could...
  6. No curly quotes in italic font symbol?!?

    Something weird going on - I created several font symbols within my master .fla file and apply them to dynamic textfields as textformat.

    Those styled with the normal or bold font symbols work just...
  7. Replies
    4
    Views
    575

    Can this be done with Javascript? Can I open a...

    Can this be done with Javascript? Can I open a new window and "hand it" my already preloaded SWF? I'm using SWFObject 2, if that makes a difference...
  8. Replies
    4
    Views
    575

    Whoops - I think this isn't gonna work. ...

    Whoops - I think this isn't gonna work.

    According to Adobe's docs, the send() method has a 40k limit on passed data parameters. My SWF is relatively svelte (compared to what it could be in this...
  9. Replies
    4
    Views
    575

    Bulletproof is definitely the way to go for this...

    Bulletproof is definitely the way to go for this one.

    So let me think this out loud a little and perhaps you can help me fill in the blanks...

    Right now the SWF loads and, once complete starts...
  10. Replies
    4
    Views
    575

    Preload Flash, THEN launch new window?

    I'm working on a project where the user goes to a regular HTML page and clicks a "Launch" link, which pops up a full-screen window. The SWF then loads in the full screen window and off they go.
    ...
  11. Off-the-shelf Flash shopping carts and/or hotel reservation systems: recommendations?

    I'm a Flash/AS3 developer working on a proposal for a Flash-based site for a resort hotel. The site will include a store/cart for selling branded merchandise and a reservation system. I figured...
  12. Nice demo. Just started using CS4 and not ready...

    Nice demo. Just started using CS4 and not ready to jump into the new stuff yet. I ended up just slapping a black rectangle over it because I needed to be able to tween it to/from invisible. Assuming...
  13. Darkening big background image - which method?

    I'm working on a full-screen site in which the background image (full-screen, probably at least 1600 x 900) needs to darken sometimes.

    I could load another big image and visible/invisible it on...
  14. If you start by getting it to work via a...

    If you start by getting it to work via a clickable link in the HTML page that contains the Flash, you can at least troubleshoot the functioning of it. I.e (in the HTML page):

    <a...
  15. Replies
    5
    Views
    823

    Well I found it. I was instantiating my tween...

    Well I found it.

    I was instantiating my tween variables within functions in the image spinning class. Once the function was done the tweens would get garbage-collected, leaving the images stuck in...
  16. Replies
    5
    Views
    823

    Here's my image-spinning class. This is the one...

    Here's my image-spinning class. This is the one that seems to stall midway through for several of the images (usually the first 2-4 of 6 total):


    package src
    {
    ...
  17. Replies
    5
    Views
    823

    I can be a little more specific - the stalls seem...

    I can be a little more specific - the stalls seem to happen during tweening of objects.

    The one I run into most commonly is, the site loads and starts to play, and the first thing that happens is...
  18. Replies
    5
    Views
    823

    No - stalls at different points. In one case,...

    No - stalls at different points.

    In one case, I loaded it and it stalled partway through one mask-reveal animation. Then reloaded and stalled in the next mask reveal animation. Then reloaded and...
  19. Scaling button background without scaling text

    I'm building some navigation that extends all the way from left to right across my SWF. When the window resizes, I'd like the nav buttons to get wider but not have the text on the buttons get wider. ...
  20. Replies
    5
    Views
    823

    [RESOLVED] SWF playback stalls

    I'm having problems with a SWF stalling during playback. It's a once-through intro, with no interactivity. It's got a couple of layers with a LOT of little vector objects - each object is fairly...
  21. Replies
    3
    Views
    2,290

    Looks like you are right. Seems like I always...

    Looks like you are right. Seems like I always have to work around Flash - oh well, maybe by CS - I dunno - 9 or so they'll get it all sorted out.

    So as to the second part of my question - if I...
  22. Replies
    3
    Views
    2,290

    Any way to "invert" a mask?

    Normally a mask reveals whatever is within the layer below that is overlapped by whatever is on the mask layer. I'm trying to do the opposite.

    What I'm working on starts with a city street grid....
  23. I'm not sure if it's because I switched to using...

    I'm not sure if it's because I switched to using a document class or what, but I don't seem to be having any problems now.

    I don't have to click any pencils or anything. I just:

    1. Create a new...
  24. Yep - that was it. Wonder why it didn't work the...

    Yep - that was it. Wonder why it didn't work the other way...?

    Oh well.
  25. getDefinitionByName - variable [classname] is not defined

    I thought I was doing this right...(this is all in my document class)...

    Import:

    import flash.utils.getDefinitionByName;

    import src.displayStates.SlideshowState;

    Declare:
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center