Forum Topic: Flash Embedding Problem.

(121 views • 11 replies)

This topic is 1 page long.

<< < > >>
Sad

Yhtomit

Reply To Post Reply & Quote

Posted at: 7/5/09 03:30 AM

Yhtomit LIGHT LEVEL 23

Sign-Up: 01/27/06

Posts: 2,621

Ok, so I created website in Dreamweaver for my Shortened Shakespeare flash animations. I've uploaded an unfinished version through Freewebs to see what it'd look like on the internet, and for some reason, the flash doesn't show up at all. When you're viewing the site, it fails to acknowledge that there's anything there at all.
Site. A Page With Flash on it. A link to where the flash itself is on the internet.

And here's the embedding code that it automatically added in Dreamweaver that isn't working in Freewebs:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4 44553540000" codebase="http://download.macromedia.com /pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="550" height="400" title="Macbeth">
<param name="movie" value="../Shortened Shakespeare/Macbeth.swf" />
<param name="quality" value="high" />
<embed src="../Shortened Shakespeare/Macbeth.swf" quality="high" pluginspage="http://www.adobe.com/shockw ave/download/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
So, any help?


None

adam2510

Reply To Post Reply & Quote

Posted at: 7/5/09 04:26 AM

adam2510 EVIL LEVEL 13

Sign-Up: 10/02/05

Posts: 3,664

At 7/5/09 03:30 AM, Yhtomit wrote: Stuff

One. you dont need all that crap
Two. use this

<object type="application/x-shockwave-flash" data="macbeth.swf" width="550" height="400">
<param name="movie" value="macbeth.swf"><param name="wmode" value="transparent">
</object>

None

citricsquid

Reply To Post Reply & Quote

Posted at: 7/5/09 06:00 AM

citricsquid DARK LEVEL 23

Sign-Up: 06/25/05

Posts: 15,837

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4 44553540000" codebase="http://download.macromedia.com /pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="550" height="400" title="Macbeth">
 <param name="movie" value="../Shortened Shakespeare/Macbeth.swf" />
<param name="quality" value="high" />
 <embed src="../Shortened Shakespeare/Macbeth.swf" quality="high" pluginspage="http://www.adobe.com/shockw ave/download/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>

Is referencing to your computer: "../Shortened Shakespeare/", you need to remove these lines so it changes to "<embed src="Macbeth.swf">


None

Relish

Reply To Post Reply & Quote

Posted at: 7/5/09 10:27 AM

Relish NEUTRAL LEVEL 06

Sign-Up: 01/22/08

Posts: 765

Seeing as how HTML's embed is deprecated, i would suggest using SWFObject.

http://blog.deconcept.com/swfobject/


None

Relish

Reply To Post Reply & Quote

Posted at: 7/5/09 10:29 AM

Relish NEUTRAL LEVEL 06

Sign-Up: 01/22/08

Posts: 765

Whoops just realized you were using object *facepalm*

Oh well, use SWFObject anyway.


None

Relish

Reply To Post Reply & Quote

Posted at: 7/5/09 10:31 AM

Relish NEUTRAL LEVEL 06

Sign-Up: 01/22/08

Posts: 765

Dammit I cant read today.

Jon-86's way doesnt use embed, the topic creator's does, as does citrics.

Sorry for triple post :/

I need sleep

None

adam2510

Reply To Post Reply & Quote

Posted at: 7/5/09 10:45 AM

adam2510 EVIL LEVEL 13

Sign-Up: 10/02/05

Posts: 3,664

At 7/5/09 10:31 AM, Relish wrote: Dammit I cant read today.

thats a given

Jon-86's way doesnt use embed, the topic creator's does, as does citrics.

1. i'm not Jon-86
2. Citrics and Yhtomits posts are the same

Sorry for triple post :/

I need sleep

well GO TO BED :P

anyway i did it without the embed because 1. problems with IE and FF3
2. easier to edit
3. looks better if you ask for help about the code


None

Relish

Reply To Post Reply & Quote

Posted at: 7/5/09 10:48 AM

Relish NEUTRAL LEVEL 06

Sign-Up: 01/22/08

Posts: 765

Bah, I dont think yours is right anyway.

And yeah, the fact that I confused you with jon is

1) I am reallllly tired

and

2) sorry i didnt mean to insult you jon :P


None

citricsquid

Reply To Post Reply & Quote

Posted at: 7/5/09 10:49 AM

citricsquid DARK LEVEL 23

Sign-Up: 06/25/05

Posts: 15,837

At 7/5/09 10:45 AM, adam2510 wrote: 2. Citrics and Yhtomits posts are the same

You didn't explain where the problem was, I pointed out why it was failing.


None

adam2510

Reply To Post Reply & Quote

Posted at: 7/5/09 11:35 AM

adam2510 EVIL LEVEL 13

Sign-Up: 10/02/05

Posts: 3,664

At 7/5/09 10:49 AM, citricsquid wrote:
At 7/5/09 10:45 AM, adam2510 wrote: 2. Citrics and Yhtomits posts are the same
You didn't explain where the problem was, I pointed out why it was failing.

true but i just showed him an easier way to do it :)


None

citricsquid

Reply To Post Reply & Quote

Posted at: 7/5/09 12:07 PM

citricsquid DARK LEVEL 23

Sign-Up: 06/25/05

Posts: 15,837

At 7/5/09 11:35 AM, adam2510 wrote: true but i just showed him an easier way to do it :)

So? If someone has a problem the best thing we can do is help them solve the problem and understand why the problem exists, learning is better than just taking something someone else has given you and using it without understanding why it works.


Happy

Yhtomit

Reply To Post Reply & Quote

Posted at: 7/5/09 12:11 PM

Yhtomit LIGHT LEVEL 23

Sign-Up: 01/27/06

Posts: 2,621

Thanks everyone for your help, it's much appreciated. :) Everything's sorted out, and you can go ahead and take a look if you want. Link.


All times are Eastern Standard Time (GMT -5) | Current Time: 08:29 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!