Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1

    Question Mask a flash Placeholder?

    Is there a way to place a mask over a placeholder? The placeholder is for a flash file.

    or Is there a way to have any graphic OVER a flash file?

    I'm trying to make my flash movie window have rounded corners.
    and make a watermark over the flash.
    sadicus - Win10 ● nvidia 32GB ● XDP17

  2. #2

    Default Re: Mask a flash Placeholder?

    Flash is an overlay and always on top. It's not actually an object on the webpage but rather the installed Adobe flashplayer on top.

  3. #3

    Default Re: Mask a flash Placeholder?

    AH. good to know. Then the mask will need to be done when building the flash movie.
    thanks!
    sadicus - Win10 ● nvidia 32GB ● XDP17

  4. #4
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Mask a flash Placeholder?

    Hi,
    Quote Originally Posted by sadicus View Post
    ...
    or Is there a way to have any graphic OVER a flash file?

    I'm trying to make my flash movie window have rounded corners.
    and make a watermark over the flash.
    Maybe i'm wrong, but do you mean this?
    Attached Files Attached Files
    Last edited by Sebastian; 19 January 2010 at 07:23 AM. Reason: Added ZIP

  5. #5

    Default Re: Mask a flash Placeholder?

    Where is the flash file Sebastian?

  6. #6
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Mask a flash Placeholder?

    Quote Originally Posted by sledger View Post
    Where is the flash file Sebastian?
    Sorry, i forgotten it.

  7. #7

    Default Re: Mask a flash Placeholder?

    Ah my testing and research let me down. I tried it with youtube and vimeo movies, not a local .swf file

    Well done Sebastian

    example vimeo
    <object width="499" height="274"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7055627&amp;server=vimeo.com &amp;show_title=0&amp;show_byline=0&amp;show_portr ait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7055627&amp;server=vimeo.com &amp;show_title=0&amp;show_byline=0&amp;show_portr ait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="499" height="274"></embed></object>

  8. #8
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Mask a flash Placeholder?

    Sledger,
    it should also work with vimeo

    Sebastian
    Attached Files Attached Files

  9. #9

    Default Re: Mask a flash Placeholder?

    Actually the vimeo code in my previous post is broken - nothing loads.

    Please try this:

    HTML Code:
    <object width="499" height="274">
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7055627&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" />
    <embed src="http://vimeo.com/moogaloop.swf?clip_id=7055627&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="499" height="274"></embed>
    </object>

    You'll see that it doesn't work at all with an overlaid graphic

    I think the difference is in the encoding.
    A flash movie is not the same encoding as a flash slideshow made from JPG images.
    The OP mentioned flash movie - which it probably why I didn't think of a flash slideshow made from JPG photos.

    I'm trying to make my flash movie window have rounded corners.
    and make a watermark over the flash.
    Last edited by steve.ledger; 19 January 2010 at 09:55 AM.

  10. #10
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Mask a flash Placeholder?

    Quote Originally Posted by sledger View Post

    Please try this:
    You'll see that it doesn't work at all with an overlaid graphic
    Do you see my example?

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •