DevHunters.com l Webmaster Forum - Web Advertising - Web Design - SEO Forums  

Go Back   DevHunters.com l Webmaster Forum - Web Advertising - Web Design - SEO Forums > Webmaster / Coding / Web Design Discussion > HTML / XHTML / CSS

HTML / XHTML / CSS Discuss HTML, XHTML and CSS coding in this forum.

Have A Look At Some Of Our Webmaster Related Sponsors!


Script Directory


Shopping Cart


Market Leverage


Free Templates

3D Guide-Characters
3D Guide-characters

social bookmarking network
Advertise Here

Reply
 
LinkBack Thread Tools Display Modes
Old 05-17-2008, 04:18 AM   #1 (permalink)
New Hunter
 

Join Date: Sep 2007
Posts: 38
iTrader: 0 / 0%
Hunter Bux: 0
deatle is on a distinguished road
Default help!!!

Hey, Please can someone tell me why when i insert into my website 2 flash videos the first one can be seen and the second couldnt?!?? check Welcome To R.Z Paintball Arena | Home. . Thanks in advance!:D:D
__________________
Anthony.Riachy
deatle is offline   Reply With Quote
Old 05-19-2008, 03:16 PM   #2 (permalink)
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

I can't see either. I see the outline for them, but no video loads. Post the code for that.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
GameYin. Redesigning for DevPlooth.
SpOrTsDuDe.Reese is offline   Reply With Quote
Old 05-22-2008, 02:34 PM   #3 (permalink)
New Hunter
 

Join Date: Sep 2007
Posts: 38
iTrader: 0 / 0%
Hunter Bux: 0
deatle is on a distinguished road
Default

HTML Code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','208','height','176','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flash/pbimages&autoPlay=true&autoRewind=true','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //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=7,0,0,0" width="208" height="176" id="FLVPlayer">
  <param name="movie" value="FLVPlayer_Progressive.swf" />
  <param name="salign" value="lt" />
  <param name="quality" value="high" />
  <param name="scale" value="noscale" />
  <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flash/pbimages&autoPlay=true&autoRewind=true" />
  <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flash/pbimages&autoPlay=true&autoRewind=true" quality="high" scale="noscale" width="208" height="176" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
</object></noscript>
HTML Code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','208','height','176','id','FLVPlayer1','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flash/movie&autoPlay=true&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer1','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //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=7,0,0,0" width="208" height="176" id="FLVPlayer1">
            <param name="movie" value="FLVPlayer_Progressive.swf" />
            <param name="salign" value="lt" />
            <param name="quality" value="high" />
            <param name="scale" value="noscale" />
            <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flash/movie&autoPlay=true&autoRewind=false" />
            <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flash/movie&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="208" height="176" name="FLVPlayer1" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />          
</object></noscript>
__________________
Anthony.Riachy
deatle is offline   Reply With Quote
Old 05-22-2008, 02:40 PM   #4 (permalink)
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

Are they exactly the same videos...?
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
GameYin. Redesigning for DevPlooth.
SpOrTsDuDe.Reese is offline   Reply With Quote
Old 05-25-2008, 02:06 PM   #5 (permalink)
New Hunter
 

Join Date: Sep 2007
Posts: 38
iTrader: 0 / 0%
Hunter Bux: 0
deatle is on a distinguished road
Default

yeah yeah! on Xampp it works very well but on the internet it doesnt:S
__________________
Anthony.Riachy
deatle is offline   Reply With Quote
Old 05-25-2008, 02:30 PM   #6 (permalink)
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

Don't trust what WYSIWYG editors tell you. I personally don't know why the second isn't showing. Are you doing anything differently whilst trying to display them? Codw wise?
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
GameYin. Redesigning for DevPlooth.
SpOrTsDuDe.Reese is offline   Reply With Quote
Reply

Bookmarks

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

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



All times are GMT -5. The time now is 04:52 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
vBCredits v1.4 Copyright ©2007, PixelFX Studios