Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Need help with flash on php website
Old 11-06-2008, 03:54 PM Need help with flash on php website
Junior Talker

Posts: 3
Trades: 0
I'm a noob.....

I have never done flash before and I'm having difficulties getting my flash banner up on my website. I have it in the correct directory and such but it isnt showing on my website....


help would be awesome!
mazingchic is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-06-2008, 05:14 PM Re: Need help with flash on php website
Extreme Talker

Posts: 182
Trades: 0
This really isn't php related...

Post the code you are trying to use to display the flash content.

Also, what exactly is happening?
bhgchris is offline
Reply With Quote
View Public Profile
 
Old 11-06-2008, 05:21 PM Re: Need help with flash on php website
Junior Talker

Posts: 3
Trades: 0
Ya, I just saw the javascript forum... my bad.

anyways this is the code im using...
Code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','height','221','src','images/emazingchikk','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/emazingchikk' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="221">
  <param name="movie" value="images/emazingchikk.swf" />
  <param name="quality" value="high" />
  <embed src="images/emazingchikk.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="221"></embed>
</object></noscript>
mazingchic is offline
Reply With Quote
View Public Profile
 
Old 11-06-2008, 05:57 PM Re: Need help with flash on php website
Extreme Talker

Posts: 182
Trades: 0
A couple of things I notice:

1) AC_FL_RunContent ( ) - I'm not familiar with this function. Do you have a javascript file containing this function? This is what is being called if you have javascript enabled in your browser ( and i'm sure you do ). If the function doesn't exist, a javascript error should be thrown. Check the bottom left corner of your ie browser for js errors, or check the error console in firefox. Also, Try removing the <cript/noscript stuff all together. Just use this:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="221">
  <param name="movie" value="images/emazingchikk.swf" />
  <param name="quality" value="high" />
  <embed src="images/emazingchikk.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="221"></embed>
</object>

2) Double check that the file path is correct ( images/emazingchikk.swf ). Maybe try using an absolute path just to be safe ( http://www.yoursite.com/images/emazingchikk.swf )

Let me know if any of this helps.
bhgchris is offline
Reply With Quote
View Public Profile
 
Old 11-06-2008, 06:44 PM Re: Need help with flash on php website
Junior Talker

Posts: 3
Trades: 0
Ah! Thank you so much that worked. The code I gave you was the code dreamweaver did when i inserted the flash media... but that worked thanks!
mazingchic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need help with flash on php website
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.75636 seconds with 12 queries