Ask Experts Questions for FREE Help!
Ask    ||    Answer
 
Advanced  
 

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Computers & Technology > Programming > Markup Languages > HTML   »   Flash does not work on my index page

 
Thread Tools Search this Thread Display Modes
Question
 
 
#1  
Old Sep 22, 2007, 03:32 AM
tsw8848
New Member
tsw8848 is offline
 
Join Date: Sep 2007
Posts: 3
tsw8848 See this member's comment history on his/her Profile page.
Flash does not work on my index page

I have been designing a website using dreamweaver which incorporates flash.

When I view the site in preview everything works perfectly. I have uploaded to the server and the flash works perfectly on some pages but not on the index page where it doesn't show at all.

I have tried changing another page where it works to the index page but the same problem happens, i.e. the flash will not show or work on the INDEX page alone. What if anything am I missing? I assume that as it works on some pages but not on the index page the problem is an HTML issue, am I wrong?

Help please this has taken days to get me to the jumping out of the window stage.

Tom Wilson

Reply With Quote
 
     

Answers
 
 
Old Sep 28, 2007, 07:28 AM   #2  
Full Member
jstrike is offline
 
Join Date: May 2007
Location: Wisconsin - Go Packers!
Posts: 412
jstrike See this member's comment history on his/her Profile page.
If you are using 3rd party for hosting they may have something that blocks flash on the index page, check with them before you try any of my suggestions.

You can try using an IFrame on the index page and setting the src attribute to another HTML file that has the flash in it....this is an ugly solution though.
Another idea would be to use JavaScript to write out the HTML code for the flash using document.write. This method should also get rid of the annoying "Click to activate and use this control" message.
  Reply With Quote
 
     
 
 
Old Oct 1, 2007, 06:04 AM   #3  
New Member
tsw8848 is offline
 
Join Date: Sep 2007
Posts: 3
tsw8848 See this member's comment history on his/her Profile page.
Thanks for that - I tried the first solution but it is okay.

The third thing you suggest appeals to me would you mind explaining the process to make this work. It sound good.
Thanks
T
  Reply With Quote
 
     
 
 
Old Oct 1, 2007, 10:30 AM   #4  
Full Member
jstrike is offline
 
Join Date: May 2007
Location: Wisconsin - Go Packers!
Posts: 412
jstrike See this member's comment history on his/her Profile page.
You would have something like this....
Code:
<html>
<body>
<h1>Hello World</h1>
<script>
  document.write("....put the html for your flash object in here....");
  document.write("....put the html for your flash object in here....");
</script>
</body>
</html>
  Reply With Quote
 
     
 
 
Old Oct 1, 2007, 01:27 PM   #5  
New Member
tsw8848 is offline
 
Join Date: Sep 2007
Posts: 3
tsw8848 See this member's comment history on his/her Profile page.
Thank you I will try that and let you know how successful I am.
T
  Reply With Quote
 
     

Your Answer
Email me when someone replies to my answer
Join Login





Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

 
Similar Sponsors


Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Similar Threads
macromedia flash does not work in IE7?
(5 replies)
Flash Action Script-Programming in Flash cs3 professional
(1 replies)
usb flash drive doesnt work
(3 replies)
Home page --> res://qsryz.dll/index.html#37049
(4 replies)

Search this Thread

Advanced Search

Bookmarks

Sponsors



Copyright ©2003 - 2009, Ask Me Help Desk.
All times are GMT -8. The time now is 09:47 AM.