Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 12th, 2005, 10:09 AM   #1
Obtruse_Man4
Programmer
 
Obtruse_Man4's Avatar
 
Join Date: Sep 2005
Location: PA, USA
Posts: 49
Rep Power: 0 Obtruse_Man4 is on a distinguished road
Flash not loading

I just build this site, and I'm having some trouble with it. I put blogging software on my site, and I'm currently trying to turn it into more than just a site with a blog. As you can see I've managed to add links to the top bar. I'm not a programmer in the least, but I was able to figure out that bit of php. That link is the pics gallery I'm trying to setup. It's supposed to come up with flash, but doesn't work. I got the flash script from a friend, and by itself it works fine. Just change the .php file to a .html, and it will come up with the other page (without the header). I thought I had finally gotten the header working, but apparently it has some problems. I tried using Markup Validation Service, but the errors I get from there make no sense. I tried changing bits of the code at the top, but most of it doesn't make sense. Would appreciate some help, thanks!
Obtruse_Man4 is offline   Reply With Quote
Old Sep 12th, 2005, 10:24 AM   #2
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
          <param name="movie" value="  APG.swf">

you've got there a few spaces before APG.swf. Try removing them, maybe it will help

good luck
Polyphemus_ is offline   Reply With Quote
Old Sep 12th, 2005, 10:56 AM   #3
Obtruse_Man4
Programmer
 
Obtruse_Man4's Avatar
 
Join Date: Sep 2005
Location: PA, USA
Posts: 49
Rep Power: 0 Obtruse_Man4 is on a distinguished road
Nope doesn't work :mad: Thought you had something there though. Thanks for the response! Any other ideas? My guess is that it's something with my code at the top, since the regular .html file works fine, but like I said I'm not a programmer.
Obtruse_Man4 is offline   Reply With Quote
Old Sep 12th, 2005, 12:37 PM   #4
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="525" id="apg" align="middle">
  <param name="allowScriptAccess" value="sameDomain" />
  <param name="movie" value="APG.swf" />
  <param name="quality" value="high" />
  <param name="bgcolor" value="#ffffff" />
  <embed src="APG.swf" quality="high" bgcolor="#ffffff" width="750" height="525" name="apg" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

</object>

try this, it's an edited version of a webpage somewhere on my server..
Polyphemus_ is offline   Reply With Quote
Old Sep 12th, 2005, 2:09 PM   #5
Obtruse_Man4
Programmer
 
Obtruse_Man4's Avatar
 
Join Date: Sep 2005
Location: PA, USA
Posts: 49
Rep Power: 0 Obtruse_Man4 is on a distinguished road
Didn't work. I don't think it's my browser, because I refreshed it several times. Even changed mydomain to http://www.farsideofthegalaxy.com, but that didn't work either. The html works fine, with just the flash displaying. All I want is the header to be on there as well. Has to be something in the header code.

EDIT: maybe it's my connection, but your flash display code doesn't seem to work. I tried editing the html file, and now neither one of them work. I have the originals at home so I can replace them, but not even the header works now. I must have buggy code in there, because it doesn't seem to want to work.
Obtruse_Man4 is offline   Reply With Quote
Old Sep 12th, 2005, 2:29 PM   #6
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
It was working for me before, but now it says, movie not loaded.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Sep 12th, 2005, 2:35 PM   #7
Obtruse_Man4
Programmer
 
Obtruse_Man4's Avatar
 
Join Date: Sep 2005
Location: PA, USA
Posts: 49
Rep Power: 0 Obtruse_Man4 is on a distinguished road
Which one was working? Originally I had the php page in there, and that's what I was experimenting with. The html file was the original flash page and it worked fine. My question is why do they not work when together?
Obtruse_Man4 is offline   Reply With Quote
Old Sep 12th, 2005, 2:48 PM   #8
Obtruse_Man4
Programmer
 
Obtruse_Man4's Avatar
 
Join Date: Sep 2005
Location: PA, USA
Posts: 49
Rep Power: 0 Obtruse_Man4 is on a distinguished road
I think I found the problem, atleast partly. It's these two lines of code:

<link href="style.css" rel="stylesheet" type="text/css" />

<base href="http://www.farsideofthegalaxy.com/skins/plain/">

Together they form the green header bar, but flash doesn't work. With only the first line of code in, only the links show up (no green graphics), but the flash works. With just the second line of code in, the flash doesn't work nor do the green graphics show. I have no clue why that is, but I think I'm getting a little farther.
Obtruse_Man4 is offline   Reply With Quote
Old Sep 12th, 2005, 3:27 PM   #9
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by coldDeath
It was working for me before, but now it says, movie not loaded.
it has never worked for me , but it did work when i typed the url of the swf in the addressbar..
Polyphemus_ is offline   Reply With Quote
Old Sep 12th, 2005, 3:29 PM   #10
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by Obtruse_Man4
I think I found the problem, atleast partly. It's these two lines of code:

<link href="style.css" rel="stylesheet" type="text/css" />

<base href="http://www.farsideofthegalaxy.com/skins/plain/">

Together they form the green header bar, but flash doesn't work. With only the first line of code in, only the links show up (no green graphics), but the flash works. With just the second line of code in, the flash doesn't work nor do the green graphics show. I have no clue why that is, but I think I'm getting a little farther.
that will probably your problem. use for the URL "../../photos/APG.swf" instead of "APG.swf".

Hope that helps
Polyphemus_ is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:38 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC