| Web Design Lobby Forum for general web design issues not specific to scripting or graphics. |
02-15-2007, 01:37 AM
|
#21 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
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
|
#22 (permalink)
|
|
Inactive
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
|
#23 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
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
|
#24 (permalink)
|
|
Inactive
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
|
#25 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
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
|
#26 (permalink)
|
|
Inactive
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
|
#27 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
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
|
#28 (permalink)
|
|
Inactive
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
|
#29 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
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
|
#30 (permalink)
|
|
Inactive
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
|
#31 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
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
|
#32 (permalink)
|
|
Inactive
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?
|
|
|
02-15-2007, 08:36 AM
|
#33 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
Latest Blog: None
|
Dreamweaver? I'm talking about flash...
http://www.adobe.com/shockwave/welcome
if the animation plays in IE it works, if not do what it says
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 08:54 AM
|
#34 (permalink)
|
|
Inactive
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
it is working
but i'm trying to do it offline
the code for swf works only if I'm online beacuse of the codebase
if I'm open IE offline the swf won't appear
|
|
|
02-15-2007, 01:26 PM
|
#35 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
Latest Blog: None
|
Don't know exactly what you mean here, the code I gave you doesn't refer to anything online, so it should work, you 're probably better off setting a localhost.
__________________
I still got me a signature to fill
|
|
|
02-15-2007, 02:48 PM
|
#36 (permalink)
|
|
Inactive
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
I think I found the problem or maybe not
If You go in IE tools->Manage Add-ons->
the table shows that there is no Shockwave Flash Object
tell me how can I put tis file called Flash9b.ocx?? into the Add-on list
please help
|
|
|
02-15-2007, 03:20 PM
|
#37 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
Latest Blog: None
|
hmph, I googled it and found a couple of forum threads about that thing
on adobe it explains some more about it, it is essential
http://www.adobe.com/cfusion/webforu...read=y#4408437
__________________
I still got me a signature to fill
|
|
|
02-16-2007, 07:33 AM
|
#38 (permalink)
|
|
Inactive
Join Date: 02-10-07
Posts: 30
Latest Blog: None
|
so does it solve the problem when I install the latest IE 7?
|
|
|
02-16-2007, 08:00 AM
|
#39 (permalink)
|
|
v7n Mentor
Join Date: 01-26-06
Location: netherlands
Posts: 2,276
Latest Blog: None
|
__________________
I still got me a signature to fill
|
|
|
01-30-2008, 01:12 PM
|
#40 (permalink)
|
|
Banned
Join Date: 01-10-08
Posts: 161
|
you have to embed it properly..
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear 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 |
Computers & Internet |
230 |
08-17-2008 08:20 PM |
| Which Browser and Why? |
Boogle |
Computers & Internet |
43 |
03-14-2008 12: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 01:54 AM.
© Copyright 2008 V7 Inc
|