Flash in Opera

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey evryone
does anyone know how to make flash work in Opera?
I have been trying evrything and can't seem to get it to work
 

saachi

New Member
Messages
186
Reaction score
0
Points
0
Show us an example of what doesnt work for you ATM. Otherwise, you might want to check out the ALA article Flash Satay, which talks about embedding flash considering standards.
 

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey guys
here is the example of flash in opera and flash in Ie
the flash doesn't work in Opera as you can see, it only works in Internet Explorer "IE"
 

Attachments

  • OperaFlash.jpg
    OperaFlash.jpg
    11.8 KB · Views: 48
  • WorksInIe.jpg
    WorksInIe.jpg
    33.3 KB · Views: 57

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey bigguy
how are you today :)?
Okie dokie bigguy
i didn't know where to post this thnx for moving it for me
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
I`m good but lets try to stay on topic in here shall we ??
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
flash seems to be having problems with opera.. try using a warning to all Opera users.. Not sure if flash 8 is compatible with Opera.. Is Opera that popular?
 

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey n4tec
how are you today?
the Opera block almost all the popups and then the viruses don't get in easier, and also spyware hmm may be i should consider downloading a different browser but for now i use Opera.
Sry i couldn't reply for some time i was working on my pic for my guestbook,actually its a button displaying Sign My Guestbook hehe
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
16
send us the html code the opra gives out you might see if opra ges rid of it all togerther
 

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey people
here is the html code opera gives me hehe :p it is zipped, it is in a txt file the file i have added
 

Attachments

  • opera.zip
    1,013 bytes · Views: 69

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
16
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=498 HEIGHT=326>
<PARAM NAME=movie VALUE="intro/Lukasz.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="intro/Lukasz.swf" quality=high bgcolor=#000000 WIDTH=498 HEIGHT=326 TYPE="application/x-shockwave-flash" PLUGINSPAGE="<A href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED">http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>


this may work if not try and get the latest vervion of opra it may be the proplrm that yours well might be outdatted:wtcslap:
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
16
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=498 HEIGHT=326>
<PARAM NAME=movie VALUE="intro/Lukasz.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="intro/Lukasz.swf" quality=high bgcolor=#000000 WIDTH=498 HEIGHT=326 TYPE="application/x-shockwave-flash" PLUGINSPAGE="<A href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED">http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>


this may work if not try and get the latest vervion of opra it may be the proplrm that yours well might be outdatted:wtcslap:
 

saachi

New Member
Messages
186
Reaction score
0
Points
0
Or better yet, based on the article I posted earlier, change this:
Code:
<object width="498" height="326">
<param name="movie" value="intro/Lukasz.swf">
<embed src="intro/Lukasz.swf" width="498" height="326">
</embed>
</object>

to this:
Code:
<object type="application/x-shockwave-flash" data="intro/Lukasz.swf" width="498" height="326">
	<param name="movie" value="intro/Lukasz.swf" />
</object>
 

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey guys
sry i wasn't able to reply i was downloading zonealarm firewall cuase Norton was messing up my router and evrything should be fine now, i will try toomarow to change to that html
 

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey guys
that code didn't fix the problem in Opera i tried using it and still no luck hmm really strange?
owned.gif
ugh.gif
 

Lukasz

New Member
Messages
300
Reaction score
0
Points
0
hey how are ya?
actually no i can't view other flash movies for some reason hmm :(
 
Top