iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Flash Discussion Forum Flash design presents a limitless number of possibilities for your sites and designs. Discuss your Flash ideas, questions and issues here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-06-2005, 03:14 PM
texxs's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 387
texxs RepRank 2
Default rrrrg! #$%&^@# Microsoft again!

Did microsoft change something with their browsers again? Since my last windows update I've noticed the websites that I've edited and added Flash with DreamWeaverMX 2004 don't play (they're there they just don't play.) they worked just fine before. Here's an example:
Tampa Bay Fishing Report
Here's the code:
Code:
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="468" height="60">
    <param name="src" value="Flash/supportCenter460_v1.swf">
    <param name="BGCOLOR" value="#ABAFB8">
	<param name="wmode" value="transparent">
    <embed src="Flash/supportCenter460_v1.swf" width="468" height="60" pluginspage="http://www.macromedia.com/shockwave/download/" bgcolor="#ABAFB8"></embed>
  </object>
************************************************** **
Also. . .
Anyone having trouble with the
Code:
<param name="wmode" value="transparent">
tag?
Some times it works
example:http://cs4u.cc/ at bottom of page
Sometimes it doesn't:
example:Tampa Bay Fishing Report

************************************************** **

Anyone know what's up with these two issues?
__________________
Take a break and watch some stupid video clips
Reply With Quote
  #2 (permalink)  
Old 07-06-2005, 03:25 PM
ADAM Web Design's Avatar
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

I'm not sure if this will solve your one issue, but:

<PARAM NAME="autostart" VALUE="true">

might get the vid to play automatically.

As far as your second, your issue may be code validation. I doubt it, but it can't hurt:

http://validator.w3.org/check?uri=ht...PeteReport.htm
Reply With Quote
  #3 (permalink)  
Old 07-06-2005, 03:42 PM
texxs's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 387
texxs RepRank 2
Default I thought for sure . . .

As soon as I saw the auto start param I was like duh! why didn't I remember that? but sadly :( it didn't work . . .

It's been a while since I used a validator . . . they're so crazy, it's not their fault tho. It's the propriatary tags out there that give them fits I quess. But still I can't really tell from it wether my code is correct or not. It always says my flash code is incorrect no matter how I've written it. You?
I used a transitional doc type, but whatever, it sure is complicated now a days . . .
It also gave me several false "open tag" errors which I've never seen before, but I can handle that.

unrelated:
Did anyone else notice that http://www.w3.org/ has a PR of 10! impressive!
__________________
Take a break and watch some stupid video clips
Reply With Quote
  #4 (permalink)  
Old 07-10-2005, 12:16 PM
mtheory's Avatar
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Connecticut, US
Posts: 603
mtheory RepRank 2
Default

You seem to be calling on the shockwave player instead of Flash. Here is the way your code should read:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="468" height="60" id="home" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Flash/supportCenter460_v1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ABAFB8" />
<embed src="Flash/supportCenter460_v1.swf" quality="high" wmode="transparent" bgcolor="#ABAFB8" width="468" height="60" name="home" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Reply With Quote
  #5 (permalink)  
Old 07-12-2005, 12:09 PM
texxs's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Somewhere in scrub of Florida
Posts: 387
texxs RepRank 2
Default By George I think he's done it!

Ahhh that would explain a lot!

it's right here:
Quote:
/cabs/director/sw.cab#vers . . .
instead of:
Quote:
cabs/flash/swflash.cab#vers
Thanks a ton, Mtheory!
__________________
Take a break and watch some stupid video clips
Reply With Quote
Reply

  WebProWorld > Site Design > Flash Discussion Forum

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:42 PM.



Search Engine Optimization by vBSEO 3.3.0