Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2013
    Location
    Switzerland
    Posts
    23

    Default mp3 file auto play on a pop layer.

    Hallo everyone,

    I was wondering if any of you have tried or done this before. I am working on a project that requires some narration on every page including pop-up-layers. I downloaded a widget code from an external source and when i copy the code to a placeholder of the actual page it with auto play, it works fine but when i copy the same code to the placeholder of the pop-up-layer, nothing is happening.

    Could it be that i am missing something or this in not possible?

    As always, your feedback will be much appreciated.

  2. #2

    Default Re: mp3 file auto play on a pop layer.

    Which Xara software are you using? Your profile says NONE.

  3. #3
    Join Date
    Mar 2013
    Location
    Switzerland
    Posts
    23

    Default Re: mp3 file auto play on a pop layer.

    Designer Pro 7, will correct that.

    Thanks

  4. #4

    Default Re: mp3 file auto play on a pop layer.

    Ah, thanks.
    Pity as version 8 added drag'n'dropable MP3 which creates the player for you.

    Can you show me the code you are using?

  5. #5
    Join Date
    Mar 2013
    Location
    Switzerland
    Posts
    23

    Default Re: mp3 file auto play on a pop layer.

    Quote Originally Posted by sledger View Post
    Ah, thanks.
    Pity as version 8 added drag'n'dropable MP3 which creates the player for you.

    Can you show me the code you are using?

    Yes, the code looks like this:



    <script type="text/javascript" src="swfobject.js"></script>
    <div id="flashPlayer">
    This text will be replaced by the flash music player.
    </div>
    <script type="text/javascript">
    var so = new SWFObject("playerMini.swf", "mymovie", "75",
    "30", "7", "#FFFFFF");
    so.addVariable("autoPlay", "yes");
    so.addVariable("soundPath", "voice-over.mp3");
    so.write("flashPlayer");
    </script>

  6. #6

    Default Re: mp3 file auto play on a pop layer.

    OK thanks. But I will need the assets it's calling too.

  7. #7
    Join Date
    Apr 2011
    Location
    Hungary, Poland
    Posts
    1,265

    Default Re: mp3 file auto play on a pop layer.

    Quote Originally Posted by sledger View Post
    Pity as version 8 added drag'n'dropable MP3 which creates the player for you.
    Do you mean there is such widget in Xara Designer Pro X somewhere in Designs Gallery?

  8. #8

    Default Re: mp3 file auto play on a pop layer.

    No.

    Just drag and drop an MP3 file into your page. You'll see
    And if you want to stop the looping (replay) see ► http://board.xara-users.info/viewtop...t=5187&start=0

  9. #9
    Join Date
    Apr 2011
    Location
    Hungary, Poland
    Posts
    1,265

    Default Re: mp3 file auto play on a pop layer.

    That is amazing easy with dropping the .mp3 file and the player is already there Thanks for the tip very much.

 

 

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
  •