Ask Experts Questions for FREE Help!
  Advanced
Register  |  Log in  
   Ask    
 Answer  
  Help  

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 Display Modes
Question
 
 
#1  
Old Sep 22, 2007, 02: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, 06:28 AM   #2  
Full Member
jstrike is offline
 
Join Date: May 2007
Location: Wisconsin - Go Packers!
Posts: 391
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, 05: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, 09:30 AM   #4  
Full Member
jstrike is offline
 
Join Date: May 2007
Location: Wisconsin - Go Packers!
Posts: 391
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, 12: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
 
     


Thread Tools
Display Modes

 
Similar Sponsors

Similar Threads
Question Asker Forum Answers Last Post
macromedia flash does not work in IE7? magnavox001 Internet & the Web 4 Jul 3, 2008 06:13 AM
Flash Action Script-Programming in Flash cs3 professional NisariArun Other Programming 1 Jul 4, 2007 01:01 AM
usb flash drive doesnt work danish Other Hardware 3 Feb 14, 2007 05:43 AM
Home page --> res://qsryz.dll/index.html#37049 BigDogSS Computers for Beginners 4 Dec 24, 2004 03:10 AM




Copyright ©2003 - 2007, Ask Me Help Desk.
All times are GMT -8. The time now is 11:07 PM.