A Flash Developer Resource Site

Search:

Type: Posts; User: Video Man

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Providing alternate Flash content has been a...

    Providing alternate Flash content has been a "Best Practice" for many years now... way before the iPhone. One of the best methods is using swfobject for Flash detection....
  2. Replies
    13
    Views
    4,815

    I don't think you can do that, have a couple...

    I don't think you can do that, have a couple different canvas sizes in the same document. When you place a Flash <object> into the Web page, it takes on a width and a height:

    So even if the canvas...
  3. Replies
    13
    Views
    4,815

    body { margin:0; padding:0; overflow:hidden; }...

    body { margin:0; padding:0; overflow:hidden; }
    It's right there... remove the overflow:hidden or change to overflow:auto.
    Best wishes,
    Video Man
  4. Replies
    1
    Views
    919

    There is no Flash at all displaying in IE for me....

    There is no Flash at all displaying in IE for me.
    Most likely because this line is an invalid <param>

    <param name="classid" value="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" />Couple of...
  5. Replies
    17
    Views
    15,961

    Yes an iframe is HTML and can be inserted into...

    Yes an iframe is HTML and can be inserted into another HTML page.
    But it has nothing to do with Flash and cannot be used inside a .fla as part of a Flash application.
    There is very little you can...
  6. Replies
    17
    Views
    15,961

    Looking more into Jumbofiles... I don't think...

    Looking more into Jumbofiles... I don't think that they are providing a Web server service, they seem to just be providing a "storage" place where you can download files.
    That type of sevice will...
  7. Replies
    17
    Views
    15,961

    The link you provided is just a link to the Web...

    The link you provided is just a link to the Web site, not your mp3.
    Can you provide an actual link to an mp3 stored on the site?
    VM
  8. Replies
    17
    Views
    15,961

    This link is to an html file: which is NOT an...

    This link is to an html file:

    which is NOT an mp3 file... and it will not work.
    If you are storing your mp3s on a sever... then that is NOT the address. It may be a Web page that contains the...
  9. Replies
    17
    Views
    15,961

    If you plan on using multiple mp3s, then you...

    If you plan on using multiple mp3s, then you might want to consider using an audio player with uses a playlist. Then you can use an .xml file to populate the playlist.
    And the use of an absolute...
  10. Replies
    17
    Views
    15,961

    Yes, as Nig 13 says: Copy and paste into a new...

    Yes, as Nig 13 says:

    Copy and paste into a new Flash doc to test.
    Best wishes,
    Video Man
  11. Replies
    17
    Views
    15,961

    Sure, you can put the player on your site and...

    Sure, you can put the player on your site and then use an absolute web address in the player to load the external file from another site or Web address.
    The address could be... for example:

    must...
  12. Replies
    3
    Views
    5,672

    Since you are loading other Flash assets... the...

    Since you are loading other Flash assets... the second .swf, then the pathing from the .swf doing the loading to the .swf it is loading should be relative to (starting from) the Web page, not the...
  13. Replies
    3
    Views
    5,672

    Does your .swf load/use ANY other assets (photos,...

    Does your .swf load/use ANY other assets (photos, videos, xml files)?
    Is "mydir" the exact spelling of an existing folder directly under the root folder?
    php pages are often difficult to work with...
  14. Replies
    4
    Views
    1,221

    Live streaming requires a streaming server, like...

    Live streaming requires a streaming server, like Flash Media Server:
    http://www.adobe.com/products/flash-media-server-family.html
    Red5:
    http://www.red5.org/
    or Wowza:
    http://www.wowza.com/...
  15. I'd suggest that you add a "named anchor" in the...

    I'd suggest that you add a "named anchor" in the spot on the html page that you want to link to. Then use the page URL plus the achor name in the nav to URL.
    Here is an example of a URL with a named...
  16. Try "_parent". VM

    Try "_parent".
    VM
  17. Pangaea, You might be trying to publish with...

    Pangaea,
    You might be trying to publish with swfobject... but it's not working.
    http://www.fractalscapes.net/designs/01/swfobject.js
    returns file not found... that javascript file is missing or in...
  18. Replies
    1
    Views
    938

    Review this post. It explains how to do what you...

    Review this post.
    It explains how to do what you are asking, as well as providing code and examples:
    http://forums.adobe.com/thread/988135?tstart=30
    Best wishes,
    Video Man
  19. Replies
    5
    Views
    1,198

    Are you sure you haven't changed the color...

    Are you sure you haven't changed the color selection? perhaps the fill color is the same as the background... making it appear as though it's transparent.... or the "fill" color is turned off, and...
  20. Replies
    4
    Views
    1,793

    The reason that you have no scroll bar has...

    The reason that you have no scroll bar has nothing at all to do with the Flash .swf, it's because the "style" overflow:hidden was added to one of the HTML elements, like the "body".
    Looking at the...
  21. Replies
    4
    Views
    958

    There is nothing in a table that should affect...

    There is nothing in a table that should affect the menu but we would need to see the entire Web page to be sure.
    Most Forum users do not want to download files for security reasons. Post a link to...
  22. Replies
    20
    Views
    3,700

    So you want it to scale... change sizes as the...

    So you want it to scale... change sizes as the window changes... but you want the objects to keep their original sizes...???
    Change size but keep the original size?
    You've got someone really trying...
  23. Replies
    20
    Views
    3,700

    Smooth may get you a ways down the road but...

    Smooth may get you a ways down the road but scaling up a bitmap will have limits before the quality degrades due to lack of data.... in other words you may not be able to stretch a 800x500 bitmap...
  24. Very interesting concept! I appreciate the link....

    Very interesting concept! I appreciate the link.
    VM
  25. Replies
    1
    Views
    568

    Here's a few of good sources:...

    Here's a few of good sources:
    http://www.w3.org/standards/webdesign/htmlcss
    http://www.w3schools.com/html/
    http://www.w3schools.com/css/css_boxmodel.asp
    Start VERY SIMPLE... learn just 10 basic...
Results 1 to 25 of 324
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center