Did anyone else experience this

Akatsukii

Active member
Elite
Joined
Jul 20, 2012
Messages
9,856
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
This weekend my iPhone started to play Flash (AMVs,movies,etc) but around 6 they started disappearing and then not working at all (the AMVs that required flash)
So did anyone else experience this or anything similar?
 

Aim64C

Active member
Veteran
Joined
Dec 18, 2012
Messages
3,681
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
Apple will not support Flash videos on its devices.

The only thing I can think of is if you encountered some videos in HTML 5.

Even the newest Android ( 4 ) has withdrawn support for Flash (a move I do not agree with). But, that's another story.
 

Chibiusa

Active member
Elite
Joined
Jan 29, 2013
Messages
7,829
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Awards
I experienced something similar kinda. Flash never works on my Mac laptop. If the video is flash, it will not play. Even when they be like "download newer version" it doesn't work. Must be an Apple thing
 

Zombie

Active member
Veteran
Joined
Oct 14, 2010
Messages
2,676
Kin
241💸
Kumi
6💴
Trait Points
0⚔️
Awards
Regardless of whether an OS supports flash or not doesn't mean you cannot install it. All you have to do is download a functional library for your device and place it in the appropriate locations. For flash libs I'd assume some place like /usr/local/lib/ or something, then just symlink it to your browser of choice's plugins folder.

Should work fine from there.

To symlink just run the command:
Code:
ln -s /usr/local/lib/flashlib.so /usr/local/bin/firefox/plug-ins/flashlib.so
Obviously replace flashlib.so with the appropriate filename/extension.
 
Last edited:
Top