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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Dreamweaver : Flash Openning Not Appearing Once Uploaded To Internet
Old 02-24-2009, 12:28 PM Dreamweaver : Flash Openning Not Appearing Once Uploaded To Internet
Junior Talker

Posts: 2
Name: Chels
Trades: 0
I am fairly new at creating a webpage, and I am having some troubles having my flash opening video appear on my main page. When looking at the design of it on Dreamweaver it looks fine, but when I check on my browser it doesn't appear. Here is the coding that it has put for the site so far :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
background-image: url(../DC%20Sales%20Wallpaper.jpg);
}
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
#apDiv2 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 541px;
top: 80px;
}
#apDiv3 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 183px;
top: 346px;
}
-->
</style></head>

<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1200','heig ht','447','src','New Opening','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','New Opening' ); //end AC code
</script>
<center>
<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="1200" height="447">
<param name="movie" value="New Opening.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="New Opening.swf" width="1200" height="447" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
</center>
</noscript>
</body>
</html>
DDragon is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-24-2009, 12:39 PM Re: Dreamweaver : Flash Openning Not Appearing Once Uploaded To Internet
Ultra Talker

Posts: 250
Trades: 0
What is your website?
Have you made sure all the paths are correct?
<script src="../Scripts/AC_RunActiveContent.js"

the ../ refers to a lower level
try changing it to an absolute path ie;
www.yoursite.com/Scripts/AC_RunActiveContent.js

background-image: url(../DC%20Sales%20Wallpaper.jpg);

Try not to have spaces in your file names.
Try an absolute path. ie;
url(www.yoursite.com/SalesWallpaper.jpg);

Also your code is riddled with spelling mistakes and the code is broken up and there's spaces and all sorts in it.

How did you generate that code :s
__________________
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|

MofoDog is offline
Reply With Quote
View Public Profile
 
Old 02-24-2009, 12:41 PM Re: Dreamweaver : Flash Openning Not Appearing Once Uploaded To Internet
Junior Talker

Posts: 2
Name: Chels
Trades: 0
Well I am using the split view on dreamweaver so I just copied the code from that was on the coding side and put it down because I am not to understanding with coding


Last edited by DDragon; 02-24-2009 at 05:15 PM..
DDragon is offline
Reply With Quote
View Public Profile
 
Old 02-24-2009, 02:37 PM Re: Dreamweaver : Flash Openning Not Appearing Once Uploaded To Internet
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I suggest you read our stickies: http://www.webmaster-talk.com/html-f...audio-web.html
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dreamweaver : Flash Openning Not Appearing Once Uploaded To Internet
 

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.22820 seconds with 12 queries