Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Sponsored Reviews   1,000 Directory Submissions   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 03-06-2008, 09:01 AM   #1 (permalink)
Junior Member
 
Join Date: 02-15-08
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

bekdesigns is liked by many
Autoplay flash

Hello,

Someone made a flash player for us quite awhile back, but they are getting ready to graduate, etc etc and are too busy to do work for us right now. I'm about to launch this persons site, and they want the flash player to autostart.

http://bekdesigns.com/platinum/audio.php

The guy told me this:
Around line 15 or so there ought to be a call to the stopTrack() function -- delete that and try the player out. If it doesn't work, toss in playTrack(); in stopTrack's place and you should be good to go.

Unfortunately that didnt work. If anyone has any other questions, of if I should paste the lines of codes in here, please do let me know so we can get this site up and running.

Thank you,

Eric
__________________
---------------------
BEKDESIGNS.COM
Your vision is our design
bekdesigns is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 03-06-2008, 09:56 AM   #2 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 478
iTrader: 0 / 0%
Latest Blog:
None

corneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebody
You have 2 "autoplay" in the command

Code:
<noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="500" height="72" id="mp3player5a" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="mp3player5a.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <embed src="mp3player5a.swf" quality="high" bgcolor="#000000" width="500" height="72" name="mp3player5a" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" add auto_play="true" autoplay="yes" autoplay="true" /> </object> </noscript>
Pull the one that says "true" there should only be 1 of those and you want it to say "yes". If that doesn't work I have no clue what needs to b done.

This code has my mind hurting. I would have written it a little different.
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 10:35 AM   #3 (permalink)
Junior Member
 
Join Date: 02-15-08
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

bekdesigns is liked by many
Corneo,
Thank you. I will try that out and let you know what happens.

Are you a flash designer? We are looking for an extremley artistic advanced flash designer for our company. We get many, many clients asking for flash banners, headers, intros, full flash sites, etc etc. We are in the need of someone asap. The company is bekdesigns.com. If you're interested in talking let me know!

Thanks,

Eric
__________________
---------------------
BEKDESIGNS.COM
Your vision is our design
bekdesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 10:37 AM   #4 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 478
iTrader: 0 / 0%
Latest Blog:
None

corneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebody
to be honest. I'm retired and do this as a hobby. But I like to help when I can.
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 11:47 AM   #5 (permalink)
Junior Member
 
Join Date: 02-15-08
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

bekdesigns is liked by many
Hello,

I tired that and it didn't work unfortunately. I could provide you with the entire code, frame by frame if you would like and maybe you'll be able to look at the code and let me know something...

I appreciate it!
Let me know,

Eric
__________________
---------------------
BEKDESIGNS.COM
Your vision is our design
bekdesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 11:50 AM   #6 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 478
iTrader: 0 / 0%
Latest Blog:
None

corneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebody
you don't have too. I can tinker on it when I get some time.
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 12:57 PM   #7 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 478
iTrader: 0 / 0%
Latest Blog:
None

corneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebody
The part that has me going huh is you have 2 players on here and I'm not that good with php.

What I tired was pulling the following out and it did play. Try it and see if it still works. If it does, change the part I told you to change before and see what happens.. (remember to refresh before testing it)

This is going to be a "lets pull this and see what happens" thing.

remove this:
Code:
<script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires music_player.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '500', 'height', '72', 'src', 'mp3player5a', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'autoplay', 'true', 'wmode', 'window', 'devicefont', 'false', 'id', 'mp3player5a', 'bgcolor', '#000000', 'name', 'mp3player5a', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'mp3player5a', 'salign', '' ); //end AC code } </script>
If all else fails. I know a free player you can get that will work.
I'm sorry I can't do any more for yeah.
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 01:15 PM   #8 (permalink)
Junior Member
 
Join Date: 02-15-08
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

bekdesigns is liked by many
I do appreciate all of your help thus far!

I pulled that out and it didnt play right away... Is what i pulled out match with you?

http://bekdesigns.com/platinum/audio.php

It shows it clicking the play button but then going right to the stop button..

-eric
__________________
---------------------
BEKDESIGNS.COM
Your vision is our design
bekdesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 01:57 PM   #9 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 478
iTrader: 0 / 0%
Latest Blog:
None

corneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebody
now try pulling the "autoplay="true" thing and see what happens
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 02:47 PM   #10 (permalink)
Junior Member
 
Join Date: 02-15-08
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

bekdesigns is liked by many
http://bekdesigns.com/platinum/audio.php
I pulled that out. It's just so weird it shows like it's going to play and then heads right to the stop button.

I have listed all of the files, including the .fla of what my old flash guy did, if you want to take a look...
http://bekdesigns.com/platinum/flash/

-Eric
__________________
---------------------
BEKDESIGNS.COM
Your vision is our design
bekdesigns is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-06-2008, 03:26 PM   #11 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 478
iTrader: 0 / 0%
Latest Blog:
None

corneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebodycorneo is liked by somebody
played for me. Still doesn't auto play, but did work as normal.

I'm using firefox
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash?? Is there any ways on how to optimize sites with flash? mcaronan SEO Forum 12 09-30-2007 06:11 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:14 PM.
© Copyright 2008 V7 Inc