A Flash Developer Resource Site

Search:

Type: Posts; User: merrygoround

Search: Search took 0.03 seconds.

  1. anyone got ideas on where I should start?

    anyone got ideas on where I should start?
  2. http://www.widgetbox.com/list/blidgets Another...

    http://www.widgetbox.com/list/blidgets

    Another example. This site allows you to just put in your blog RSS feed, and it automatically sets up a widget in flash that you can put on your site. It's...
  3. Replies
    8
    Views
    9,247

    Okay, great! Got it. Thanks a ton!

    Okay, great! Got it. Thanks a ton!
  4. Replies
    8
    Views
    9,247

    CSS Menu: Horizontal Submenu Items

    Hi, I've been struggling for 2 hours now, trying to get my submenu to list Horizontally instead of vertically.

    here is an example of what I'm trying to go for:...
  5. Flash News Display retrieving from Blogger Rss Feed

    Hi, basically what I'm wanting to do is similar to what two other people posted about:

    Forum Post 1
    Forum Post 2

    Except, I need to actually follow through and get it done.

    I need:

    1.)...
  6. ack, this is what i was afraid. Thanks very much....

    ack, this is what i was afraid. Thanks very much.

    I'll try it on in the morning.
  7. CSS a.link:hover and roll over images

    Is there any code that will reveal an image (not background image) when you hover over the link? Basically I have a link and a little square on the opposite side of the website. I want it so when you...
  8. Replies
    3
    Views
    994

    i saved it as a Flash 9 .swf (didn't change...

    i saved it as a Flash 9 .swf (didn't change actionscript) and I also took away the http://www.sitename.com/ from content path and just left the name.flv, uploaded it, and now it works. so not really...
  9. Replies
    3
    Views
    994

    also, the .flv play fine with MediaDisplay. ...

    also, the .flv play fine with MediaDisplay.

    so, does MediaDisplay not need a .flv MIME type on the server?

    I would like to use a flv component.

    can someone explain how Mediadisplay works...
  10. Replies
    3
    Views
    994

    and .swf and .flv and the .swf skin are all in...

    and .swf and .flv and the .swf skin are all in the same folder. and using absolute path.

    its a progressive download as well
  11. Replies
    3
    Views
    994

    FLV does not play when uploaded

    Hi,

    The .swf plays the FLV fine when I test it from Flash 8. The Content path and skin are both set to the server address of the respected entities. However, when I upload the .swf to my webspace,...
  12. Replies
    0
    Views
    707

    php force download error

    here's my code:

    <?
    Header( "Content-type: video/quicktime");
    header("Content-Disposition: attachment; filename=\"".$HTTP_GET_VARS["f"] . ".mov"."\"");
    include($HTTP_GET_VARS["f"] . ".mov");
    ?>...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center