Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-23-2009, 04:50 AM   PM User | #1
sdo0010
New to the CF scene

 
Join Date: Mar 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
sdo0010 is an unknown quantity at this point
Auto Resume with Embedded Music

I am simply trying to put autoresume on this media player for a website and for the life of me can not get it to work. How do I place autoresume on without adding a playlist? Below is the code I have for the flash player. Thanks!

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1','height','1','src','images/music','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/music' ); //end AC code
</script>

<noscript>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
width="1" height="1">
<param name="movie" value="images/music.swf"/>
<param name="quality" value="high"/>
<embed src="images/music.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="1" height="1"></embed>
</object>
</noscript>
sdo0010 is offline   Reply With Quote
Old 03-23-2009, 10:07 AM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
I honestly don't know what you are talking about, and this code is only to put the player on the page and doesn't help me figure out how it works.

What did you do to get the player, who made it, a link if possible, and explain what you mean by auto resume?
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Old 03-28-2009, 04:07 AM   PM User | #3
sdo0010
New to the CF scene

 
Join Date: Mar 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
sdo0010 is an unknown quantity at this point
It was done by a free lance programmer a long time ago and the guy that wants me to do it has no contact with the programmer so I am on my own. It is not my programming. By autoresume I mean while a person goes from page to page on the site they music is constant it doesn't restart with every page.

The current music used is through that music.swf file I posted, I do have the mp3 for the song though.
sdo0010 is offline   Reply With Quote
Old 03-28-2009, 10:53 PM   PM User | #4
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Well I can't help without seeing the code inside of the Flash file. If it is a custom player, then there is little one can do without changing something.

You could investigate another audio player online, there are many options.

I also challenge you to rethink the usage of playing music on the page, as it is a big usability issue. A lot of people get confused and dislike when music starts to play when they didn't push a Play button. Perhaps you want it to be optional music only, thats my advice to anyone with auto music players.
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:29 PM.


Advertisement
Log in to turn off these ads.