 |
|
02-10-2007, 02:02 PM
|
#1 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
swf doesn't appear on browser!
hi i'm a computer student from North West London (Wembley)
i've got an assignment to create an website
the assignment scenarion:
i'm a website developer and have to create one for SweetHomes Agency
i'm using dreamweaver mx, I started with main page, I made 9 links and put some housing picture in the middle of the page,
the problem:
I know about HTML but never really use Java scripts
I try to put a title on the top of the page as Shockwave object or Flash
but the animation doesn't want to show itself on the IE Browser
I searched for several answers through the internet, but I mostly got is
about some plugin and Flash JavaScript, but I really don't know about these things, please could you help me, do you have any solutions?
thanx
|
|
|
02-10-2007, 04:13 PM
|
#2 (permalink)
|
|
Senior Member
Join Date: 09-21-06
Location: Below and to the left of my sister
Posts: 1,042
|
Do you have this page up on the internet so that I may see what you are talking about? Is it not showing in dreamweaver or is not showing in a browser? My company specializes in flash.. so I probably could help you.. I just need more info. Cause the flash won't "show" in dreamweaver itself... you will just see the placeholder for the flash.
|
|
|
02-11-2007, 02:31 PM
|
#3 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
no it's not in the internet
I'm still working on the main page
it's not showing in the browser
only in dreamweaver
it is a Flash Movie, so swf
is it enough info?
please help
|
|
|
02-11-2007, 03:51 PM
|
#4 (permalink)
|
|
Senior Member
Join Date: 09-21-06
Location: Below and to the left of my sister
Posts: 1,042
|
ok.. whenever active content (i.e. flash or an activex control) runs on your computer it should show a pop-up or a security warning bar in IE to ask you if you want to allow it to run on your computer. If it is not popping up with that, it means your flash piece isn't loading into the place holder and something in the code is wrong. Could you put the code that pertains to the flash piece in a post here using the code tags?
|
|
|
02-12-2007, 07:29 AM
|
#5 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
But my active content (whether flash or an activex control) runs on my computer and shows a pop-up or a security warning bar in IE to ask me if I want to allow it to run on my computer.
No doubt about it
the problem is only the Flash Movie (swf) which does not display in IE Browser
as I said I don't know much about Java or Shockwave
I just click on the shockwave button and insert the Flash Movie that's it!
that's all I know
please help me further, give me more reaseon why it doesn't work in detail
this assignmet is due this Friday
I don't wanna flop it 
|
|
|
02-12-2007, 08:53 AM
|
#6 (permalink)
|
|
Senior Member
Join Date: 09-21-06
Location: Below and to the left of my sister
Posts: 1,042
|
I need to see your code to understand a bit better. It may be the flash file itself, but is doubtful. It is something to do with your code. Please post your code so that I can help you.
|
|
|
02-14-2007, 06:49 AM
|
#7 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
you sure the swf is good? drag it into your browser and see if it starts, or rightclick and open with explorer/ff
__________________
I still got me a signature to fill
|
|
|
02-14-2007, 11:29 AM
|
#8 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
Quote:
Originally Posted by cashcannon
you sure the swf is good? drag it into your browser and see if it starts, or rightclick and open with explorer/ff
|
Now that you mention it!
when i try to open the swf with IE, only the flash player window opens up
is it possible that my browser is blocking somthing?
help me out
|
|
|
02-15-2007, 01:37 AM
|
#9 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
well, you need a flash player in your browser and active x should be activated with a click ( I think) in explorer... upload the swf so we can test it
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 04:13 AM
|
#10 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
alright here is the link to download my swf movie file
Swf Mofie File
|
|
|
02-15-2007, 04:44 AM
|
#11 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
Well, it works here, black themed menu with preloader.
Now can you post the code that you are using to call the swf?
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 04:57 AM
|
#12 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
here,
Code:
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" id="pie1" width="729" height="355">
<param name="movie" value="g.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="loop" value="false">
<param name="menu" value="false">
<param name="scale" value="noborder">
<param name="wmode" value="opaque">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="g"
width="729" height="355"
src="g.swf"
bgcolor="#FFFFFF"
quality="high"
loop="false"
menu="false"
scale="noborder"
wmode="opaque"
swliveconnect="true"
allowscriptaccess="samedomain">
<noembed>
</noembed>
</embed>
</object>
|
|
|
02-15-2007, 06:05 AM
|
#13 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
try this code:
Code:
<object type="application/x-shockwave-flash" data="yourflashfile.swf" width="750" height="150">
<param name="movie" value="images/flash.swf" />
<img src="images/flash.jpg" width="750" height="150" alt="" />
</object>
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 07:10 AM
|
#14 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
I tried your code
but when I open the IE ,it says :
"Press spacebar or enter to activate and use this control"
and when I press on it, nothing appears
I click right-click and there are 2 options which says;
"movie not loaded" and "about flash player 9"
what is wrong now?  help me out
|
|
|
02-15-2007, 07:20 AM
|
#15 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
Did you save it for flash player 9?
7 is better and you dont have anything in there that needs the newest player.
I can load the movie when placed in a .html file,
till it cantfind the xml file where all the content probably comes from
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 07:39 AM
|
#16 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
my flash player is 7!
and what's now about xml?
what do you suggest I have to do?
HMP 
|
|
|
02-15-2007, 07:42 AM
|
#17 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
The preloader is telling me that there is an xml file that needs to be loaded, I cant see if that really is the case though
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 07:51 AM
|
#18 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
let's say it's the case
what should I do
|
|
|
02-15-2007, 08:03 AM
|
#19 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: Amsterdam
Posts: 2,495
Latest Blog: None
|
make sure that the xml file gets loaded correctly, check path etc.
try to make the .swf file with no xml file included and see if that does work, if thats the case you know where the problem is
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 08:08 AM
|
#20 (permalink)
|
|
Member
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
sorry but I just started learning dreamweaver I need more details
and another question: how can I put plugins in IE Add-on ?
or to be specific what should I do when only the IE got problems loading the swf?
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
The best browser
|
gio |
Tech Support Forum |
284 |
06-05-2009 07:31 PM |
|
Which Browser and Why?
|
Boogle |
Tech Support Forum |
43 |
03-14-2008 01:01 AM |
|
The Best Browser
|
francesca_l0uise |
Web Design Lobby |
32 |
03-03-2008 05:15 PM |
All times are GMT -7. The time now is 09:50 AM.
© Copyright 2008 V7 Inc Powered by vBulletin Copyright © 2000-2009 Jelsoft Enterprises Limited.
|
|