|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Registered
Join Date: Oct 2009
Location: VA, USA
Posts: 4
Reputation: 0
|
Code:
Now! It works in Dreamweaver!(YAY!!) I can play and stop and see the movie. BUT!! when I uploaded it to the server, it doesnt work. I dont see it at all. that place is completely empty. when I click and drag the cursor there, there is no selection nothing. I saw the source and it is clearly there but no flash. PLEASE HELP!!! Im a newbie here... J Last edited by Doc C : 10-30-09 at 06:59 PM. Reason: Added code tags to make it readable. |
|
|
|
|
|
#2 |
|
Custom User Title
Join Date: Sep 2004
Location: Mass
Posts: 1,707
Reputation: 208
|
try opening the html file locally with your browser instead of dreamweaver; it sounds like the movie was not uploaded.
provide a link to your page if that doesnt help |
|
|
|
|
|
#3 |
|
Registered
Join Date: Oct 2009
Location: VA, USA
Posts: 4
Reputation: 0
|
Thank you for reply
Well, I did try to load from the file locally but that doesnt work either.
my web address is http://www.seokjunmin.com |
|
|
|
|
|
#4 |
|
Registered
Join Date: Oct 2009
Location: VA, USA
Posts: 4
Reputation: 0
|
oh i tried it again this time and it works locally. It works if I just double click on index.html file but it doesnt work when I upload it using with dreamweaver.
I even uploaded original flash file too. It is there but I dont know why it doesnt work... |
|
|
|
|
|
#5 |
|
Join Date: Feb 2003
Location: USA - New Jersey
Posts: 432
Reputation: 124
|
Link please...
|
|
|
|
|
|
#6 |
|
Mod.. with bite..
Join Date: Sep 2002
Location: Australia
Posts: 6,630
Reputation: 383
|
It's the way you're embedding it, FF & sometimes IE8 don't like <embed> tags. The file is there ok; http://www.seokjunmin.com/sjm.swf So let's just strip out the Dreamweaver proprietory rubbish code and get back to cross browser friendly basics.
In code view delete all that AC_FL rubbish -- everything between the <td> ... </td> tags. Replace it with this code; Code:
|
|
|
|
|
|
#7 |
|
Registered
Join Date: Oct 2009
Location: VA, USA
Posts: 4
Reputation: 0
|
thanks man it worked exactly how I wanted. Actually, I also wanted to have the background transparent and couldnt figure out for hours and found online that I had to add another
param name="wmode" value=transparent something like that manually because from flash, it didn't set up how I wanted to be... Anyway, thanks croc! if you keep help me out whenever I need, I will give you a nice X-mas present!!!!!!! WOAH~ lol thanks again I appreciate your help! Hope to speaking to you again~ Sincerely noob Last edited by Doc C : 11-3-09 at 02:30 AM. Reason: Edited for content |
|
|
|
|
|
#8 |
|
Mod.. with bite..
Join Date: Sep 2002
Location: Australia
Posts: 6,630
Reputation: 383
|
You can add any param you need. You might be better off to use opaque.
Code:
Last edited by Doc C : 11-3-09 at 02:30 AM. Reason: Edited for content |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|